Upload files to "/"

This commit is contained in:
2026-05-11 11:33:26 +00:00
parent 88ce6dd934
commit e5e9e05c63
2 changed files with 41 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
clear
echo Target:
read x
echo 'Running Nmap scan...'
nmap -A -v -sV -sC -Pn --script vulners,http-sql-injection,http-unsafe-output-escaping,http-enum.nse $x
echo 'Done.'
read -n1
clear