WebRaider
WebRaider is a proof of concept tool to get reverse shell from an SQL Injection with one request, without using any extra channels such as TFTP or FTP to upload the initial payload.
Your Information will be kept private.
Stay up to date on web security trends
Your Information will be kept private.
One Click Ownage
Idea of this attack is very simple. Getting a reverse shell from an SQL Injection with one request without using an extra channel such as TFTP, FTP to upload the initial payload.
- It's only one request therefore faster,
- Simple, you don't need a tool you can do it manually by using your browser or a simple MITM proxy,
- just copy paste the payload,
- CSRF(able), It's possible to craft a link and carry out a CSRF attack that will give you a reverse shell
- It's not fixed, you can change the payload,
- It's short, Generally not more than 3.500 characters,
- Doesn't require any application on the target system like FTP, TFTP or debug.exe
- Easy to automate.