root@sauce:~# cat /opt/trail_log # Exploiting request basket via SSRF... curl -X POST http://127.0.0.1:55555/api/baskets/mysession
buildTools:
Burp SuiteNmapRequest Baskets
Detailed walkthroughs of CTF challenges, vulnerability research, and pentesting labs.
root@sauce:~# cat /opt/trail_log # Exploiting request basket via SSRF... curl -X POST http://127.0.0.1:55555/api/baskets/mysession
Connecting directly to a PostgreSQL database exposed on a port to retrieve the flag from a hidden table using basic SQL queries.
# ROP Chain construction rop = ROP(elf) rop.call(elf.symbols['puts'], [elf.got['puts']]) rop.call(elf.symbols['main'])