Alisam_Technology

Facebook Graph Search

Jun 15th, 2015
2,280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 1.29 KB | None | 0 0
  1. #!/usr/bin/perl
  2.  
  3. #[+] FACEBOOK GRAPH SCANNER
  4.  
  5. #[+] USAGE:
  6.  
  7. # perl ./face-graph.pl graph.facebook.com/<id or username>
  8. # [+] MASS:
  9. # php inurlbr.php --target 'graph.facebook.com/' -s scan.txt -o 'face.txt' --command-all "perl ./face-graph.pl _TARGETFULL_"
  10. # php inurlbr.php --target 'graph.facebook.com/' -s scan.txt -o 'face.txt' --command-all "wget _TARGETFULL_ -O visual.txt && cat visual.txt"
  11.  
  12. $id = $ARGV[0];
  13. system("clear");
  14. print "
  15.        [+]================================================================[+]
  16.        [+]--------------        Facebook Graph Search       --------------[+]
  17.        [+]================================================================[+]
  18.        [+]--------------           AlisamTechnology         --------------[+]
  19.        [+]------ https://www.fb.com/Forces.des.tempetes.marocaines  ------[+]
  20.        [+]------        https://www.youtube.com/user/aliartes       ------[+]
  21.        [+]================================================================[+]
  22.        [+]======================        USAGE       ======================[+]
  23.        [+]    perl ./face-graph.pl graph.facebook.com/<id or username>    [+]
  24.        [+]================================================================[+]
  25.  
  26.     ";
  27. system("wget $id -O visual.txt && cat visual.txt");
Advertisement
Add Comment
Please, Sign In to add comment