From fa829ed0b29e73732ec36c1be6263562d2827671 Mon Sep 17 00:00:00 2001 From: Mari Wahl Date: Mon, 3 Nov 2014 11:07:35 -0500 Subject: [PATCH] reorganizing --- CTFs_and_WarGames/CTFs-RECON.md | 40 +++++++++++++++++++++++++++++++++ README.md | 27 ---------------------- 2 files changed, 40 insertions(+), 27 deletions(-) create mode 100644 CTFs_and_WarGames/CTFs-RECON.md diff --git a/CTFs_and_WarGames/CTFs-RECON.md b/CTFs_and_WarGames/CTFs-RECON.md new file mode 100644 index 0000000..389ec11 --- /dev/null +++ b/CTFs_and_WarGames/CTFs-RECON.md @@ -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 + diff --git a/README.md b/README.md index 583ffc3..654e390 100644 --- a/README.md +++ b/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/ [Burp Suite]: http://portswigger.net/burp/