Advertisement
Kyfx

JDownloads File Upload Vulnerability Scanner

Mar 21st, 2015
1,074
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. "jDownloads File Upload Vulnerability" I'll give you this, I give information about and exploit exploits also find sites with open JDownloader with this exploit will be easier for your business to easily hackleyebilirsiniz.exploit with our previous exploits PERL is an exploit in the language. Your computer PERL place
  2.  
  3.  
  4.  
  5. #! / Usr / bin / perl
  6. ################################################
  7. # Must @ f @ - http://www.mustafatopal.org #
  8. # JDownloads File Upload Vulnerability Scanner #
  9. ################################################
  10.  
  11. use HTTP :: Request;
  12. use LWP :: Simple;
  13. use LWP :: UserAgent;
  14.  
  15.  
  16. if ($ ^ O = ~ / mswin32 /) {system ("cls"); system ("color c");
  17. } Else {system ("clear"); }
  18. print "\ t [+] ------------------------------------------- ------------- [+] \ n ";
  19. print "\ t [!] jDownloads File Upload Vulnerability Scanner [!] \ n";
  20. print "\ t [!] Coded by Mustafa - http://www.mustafatopal.org [!] \ n";
  21. print "\ t [!] Register File A ddz.txt [!] \ n";
  22. print "\ t [+] ------------------------------------------- ------------- [+] \ n ";
  23. print "\ n \ n \ t Total: $ 0 list.txt perl \ n \ n";
  24.  
  25. open (tarrget, "<$ ARGV [0]") or die "$!";
  26. while (<tarrget>) {
  27. chomp ($ _);
  28. $ Target = $ _;
  29. if ($ target! ~ / http: \ / \ //)
  30. {
  31. $ Target = "http: // $ target";
  32. }
  33.  
  34. $ Website = $ target. "/ Index.php? Option = com_jdownloads & Itemid = 0 & view = upload";
  35.  
  36. $ Req = HTTP :: Request-> new (GET => $ website);
  37. $ Ua = LWP :: useragent-> new ();
  38. $ UA-> timeout (30);
  39. $ Response = $ UA-> request ($ req);
  40. if ($ response-> content = ~ / Soumettr A / ||
  41. $ Response-> content = ~ / Submit /
  42.  
  43. )
  44. {
  45. $ MessageName to = "Enabled Yes";
  46. open (TEXT, '>> ddz.txt');
  47. TEXT print "$ target => $ MessageName to \ n";
  48. close (TEXT);
  49. }
  50. else {
  51. $ MessageName to = "Enabled No";
  52. }
  53. print ">> $ target => $ MessageName to \ n";
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement