Upload files to "/"
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
for arg in "$@"; do
|
||||||
clear
|
clear
|
||||||
echo Target:
|
echo Target: "$@"
|
||||||
read x
|
#read x
|
||||||
echo 'Running Nmap scan...'
|
echo 'Running Nmap scan...'
|
||||||
nmap -A -v -sV -sC -Pn --script vulners,http-sql-injection,http-unsafe-output-escaping,http-enum.nse $x
|
nmap -A -v -sV -sC -Pn --script vulners,http-sql-injection,http-unsafe-output-escaping,http-enum.nse "$@"
|
||||||
echo 'Done.'
|
echo 'Done.'
|
||||||
read -n1
|
#read -n1
|
||||||
clear
|
#clear
|
||||||
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user