mirror of
https://github.com/oXis/pwnwiki.github.io.git
synced 2025-10-29 16:56:59 +00:00
sync up README.md with index.md
This commit is contained in:
parent
c73c0ecf3c
commit
8d95cfa056
38
README.md
38
README.md
@ -1,15 +1,8 @@
|
||||
Post Exploitation Wiki
|
||||
======================
|
||||
|
||||
This wiki is powered by MDwiki which is a self contained wiki in a single HTML file.
|
||||
|
||||
All you have to do to use the wiki is clone the repo to anywhere you can open HTML, served or local.
|
||||
|
||||
Contributors please see here: https://github.com/pwnwiki/pwnwiki.github.io/wiki/Wiki-contributor
|
||||
## PwnWiki.io is a collection TTPs (tools, tactics, and procedures) for what to do after access has been gained.
|
||||
|
||||
### Live Online Copy:
|
||||
|
||||
You can find a copy of the project online at: http://pwnwiki.io/. If you are reading this from the live website and want to get to the Github repository click here -> https://github.com/pwnwiki/pwnwiki.github.io.
|
||||
You can find a copy of the project online at: http://PwnWiki.io
|
||||
|
||||
### Offline Use:
|
||||
|
||||
@ -17,19 +10,24 @@ You can find a copy of the project online at: http://pwnwiki.io/. If you are rea
|
||||
2. Open index.html
|
||||
3. Most modern browsers don't allow the access of local files from a locally loaded HTML file. On Windows you can use [Mongoose Tiny](http://cesanta.com/downloads.html) or [HFS](http://www.rejetto.com/hfs/) to host the files locally. On OSX and Linux `python -m SimpleHTTPServer` seems to work just fine.
|
||||
|
||||
### Reference Binaries:
|
||||
#### Referenced tools can be found here: https://github.com/mubix/post-exploitation (If they aren't built into the OS)
|
||||
|
||||
If the binary referenced isn't built into the respective OS, can be found here:
|
||||
https://github.com/mubix/post-exploitation
|
||||
- - - - - -
|
||||
#### Submitting Content
|
||||
We want/need your help! Please contribute to this project is via GitHub (https://github.com/pwnwiki/pwnwiki.github.io). That allows us to get your project-ready content incorporated into the wiki fast.
|
||||
|
||||
#### Known issue with Chrome:
|
||||
We realize that not everyone can/wants to submit content via GitHub and that's cool. If your go-to content is not up here and you don't want to spend the time becoming a Git Jedi, just visit our [Google Form](https://docs.google.com/forms/d/1N7-jRjnUXoz-UwB2h0du2IrskFJW6hBGs4YsTwvEncE/viewform). Due to the large amount of submissions and content, there may be a delay between your posting and us getting your content into the project. Thanks for your submissions and your patience!
|
||||
|
||||
Chrome doesn't allow local file access from local files loaded in the
|
||||
browser (ala index.html loading index.md). There are two ways around this. Use a web server to host
|
||||
it (Apache, nginx, python SimpleHTTPServer, etc) or start Chrome with the `--allow-file-access-from-files`
|
||||
argument. See here for more details: http://dynalon.github.io/mdwiki/#!faq.md
|
||||
- - - - - -
|
||||
Curators:
|
||||
|
||||
* [@mubix](https://twitter.com/mubix) [gimmick:TwitterFollow](@mubix)
|
||||
* [@WebBreacher](https://twitter.com/webbreacher) [gimmick:TwitterFollow](@WebBreacher)
|
||||
* [@tekwizz123](https://twitter.com/tekwizz123) [gimmick:TwitterFollow](@tekwizz123)
|
||||
* [@jakx_](https://twitter.com/jakx_) [gimmick:TwitterFollow](@jakx_)
|
||||
* [@TheColonial](https://twitter.com/TheColonial) [gimmick:TwitterFollow](@TheColonial)
|
||||
* [@Wireghoul](https://twitter.com/Wireghoul) [gimmick:TwitterFollow](@Wireghoul)
|
||||
|
||||
If you would like to become a curator, please contact [mubix@hak5.org](mailto:mubix@hak5.org)
|
||||
|
||||
### More info about MDwiki:
|
||||
|
||||
http://dynalon.github.io/mdwiki/#!index.md
|
||||
[gimmick:ForkMeOnGitHub ({ color: 'red', position: 'right' })](http://www.github.com/pwnwiki/pwnwiki.github.io/)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user