TioSam Posted September 26, 2012 Report Posted September 26, 2012 ¿WHAT IS JIGSAW? - Jigsaw is a simple ruby script for enumerating information about a company's employees.- It is useful for Social Engineering or Email PhishingLOCATION IN BACKTRACK 5R3:- BackTrack - Information Gathering - Network Analysis - OSINT Analysis - jigsawHOW TO USE:- In this case I will get information from Facebook, for this use the command: ./jigsaw.rb -s Facebook- I had some ID showing the name of the entity to which it corresponds, then will put the command including the ID number of the entity we want to obtain information, example: ./jigsaw.rb -i 234590- As you can see, I have placed the ID has thrown two domains, thus showing us a message that we place the domain from which we obtain information, in this case I will write: facebook.comThe information that was obtained was 479 records in which includes names, charges, E-mail and home address.- Now, if we want to save the information obtained and then view it again, simply post the following commands:facebook.comlscat facebook.csv./jigsaw.rb -i 234590 -r facebookVIDEO-TUTORIAL IN HD: DOWNLOAD JIGSAW:- https://github.com/pentestgeek/jigsawHope you like it Quote