From 13bc14fb66535a4fa2435e06bedf6637582a25a5 Mon Sep 17 00:00:00 2001 From: Mari Wahl <mari.wahl9@gmail.com> Date: Mon, 5 Jan 2015 11:24:50 -0500 Subject: [PATCH] wargame readme --- CTFs_and_WarGames/CTFs-RECON.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CTFs_and_WarGames/CTFs-RECON.md b/CTFs_and_WarGames/CTFs-RECON.md index 389ec11..945ac35 100644 --- a/CTFs_and_WarGames/CTFs-RECON.md +++ b/CTFs_and_WarGames/CTFs-RECON.md @@ -3,27 +3,30 @@ -#### Searching the Internets +### 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: +### In addition we can look at: - Facebook, Twitter, Linkedin, Google+, reddit, /r/netsec. - IRC: with **/whois **. -- [namechk] +- [namechk] - Github: check in the commit history. -#### Finding pictures: +### Finding pictures: - [karmadecay] - [tineye] - [images.google.com] +### Advanced Recon + +- [redbot.org](https://redbot.org/) -----------------