DVWA SQLi Part -1

This blog is for walkthrough for DVWA exercise for SQLi injection vulnerability at low level. As we all know SQL injection means injection our own code into sql query and perform actions as per our wish along with original query or dont run the original query and run our own injected query. Lets start: This … Continue reading DVWA SQLi Part -1

Basic Pentesting: 1

This blog show the privilege escalation walkthrough for machine Basic Pentesting: 1 on Vulnhub Link for the machine :https://www.vulnhub.com/entry/basic-pentesting-1,216/ So we got the reverse shell from wordpress ( by uploading a custom plugin with reverse shell) root@kali:~/basic# nc -l -v -p 8886 listening on [any] 8886 … connect to [192.168.56.4] from vtcesc [192.168.56.101] 55232 Linux … Continue reading Basic Pentesting: 1