mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-29 12:06:07 -04:00
reorganizing
This commit is contained in:
parent
bdcecd360b
commit
fa829ed0b2
40
CTFs_and_WarGames/CTFs-RECON.md
Normal file
40
CTFs_and_WarGames/CTFs-RECON.md
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Recon
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#### Searching the Internets
|
||||||
|
|
||||||
|
The recon problems usually give you someone/something's name and a task or a hint to find some specific information about it. So the first thing is of course google it.
|
||||||
|
|
||||||
|
Google anything using keywords such as ```filetype:cgi inurl:cgi-bin```
|
||||||
|
|
||||||
|
|
||||||
|
#### In addition we can look at:
|
||||||
|
|
||||||
|
- Facebook, Twitter, Linkedin, Google+, reddit, /r/netsec.
|
||||||
|
- IRC: with **/whois **.
|
||||||
|
- [namechk]
|
||||||
|
- Github: check in the commit history.
|
||||||
|
|
||||||
|
|
||||||
|
#### Finding pictures:
|
||||||
|
|
||||||
|
- [karmadecay]
|
||||||
|
- [tineye]
|
||||||
|
- [images.google.com]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-----------------
|
||||||
|
[FireBug]: http://getfirebug.com/
|
||||||
|
[Burp Suite]: http://portswigger.net/burp/
|
||||||
|
[pngcheck]: http://www.libpng.org/pub/png/apps/pngcheck.html
|
||||||
|
[karmadecay]: http://karmadecay.com/
|
||||||
|
[tineye]: https://www.tineye.com/
|
||||||
|
[images.google.com]: https://images.google.com/?gws_rd=ssl
|
||||||
|
[base64 decoding]: http://www.motobit.com/util/base64-decoder-encoder.asp
|
||||||
|
[subbrute.py]: https://github.com/SparkleHearts/subbrute
|
||||||
|
[pnginfo]: http://www.stillhq.com/pngtools/
|
||||||
|
[namechk]: http://namechk.com
|
||||||
|
|
27
README.md
27
README.md
@ -125,33 +125,6 @@ http://www.md5this.com/
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Recon
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Searching the Internets
|
|
||||||
|
|
||||||
The recon problems usually give you someone/something's name and a task or a hint to find some specific information about it. So the first thing is of course google it.
|
|
||||||
|
|
||||||
Google anything using keywords such as ```filetype:cgi inurl:cgi-bin```
|
|
||||||
|
|
||||||
|
|
||||||
#### In addition we can look at:
|
|
||||||
|
|
||||||
- Facebook, Twitter, Linkedin, Google+, reddit, /r/netsec.
|
|
||||||
- IRC: with **/whois **.
|
|
||||||
- [namechk]
|
|
||||||
- Github: check in the commit history.
|
|
||||||
|
|
||||||
|
|
||||||
#### Finding pictures:
|
|
||||||
|
|
||||||
- [karmadecay]
|
|
||||||
- [tineye]
|
|
||||||
- [images.google.com]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-----------------
|
-----------------
|
||||||
[FireBug]: http://getfirebug.com/
|
[FireBug]: http://getfirebug.com/
|
||||||
[Burp Suite]: http://portswigger.net/burp/
|
[Burp Suite]: http://portswigger.net/burp/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user