πΈπ½π
π
π°π»π»πΈπ
π°π
πΈπΎπ½ & π
π
π½ :
1️⃣git clone https://github.com/sullo/nikto
# Main script is in program/
2️⃣cd nikto/program
# Run using the shebang interpreter
3️⃣./nikto.pl -h http://www.example.com
# Run using perl (if you forget to chmod)
4️⃣perl nikto.pl -h http://www.example.com
π¦Run as a Docker container:
1️⃣git clone https://github.com/sullo/nikto.git
2️⃣cd nikto
3️⃣docker build -t sullo/nikto .
# Call it without arguments to display the full help
4️⃣docker run --rm sullo/nikto
# Basic usage
5️⃣docker run --rm sullo/nikto -h http://www.example.com
# To save the report in a specific format, mount /tmp as a volume:
6️⃣docker run --rm -v $(pwd):/tmp sullo/nikto -h http://www.example.com -o /tmp/out.json
Enjoy! Follow us for more...
1️⃣git clone https://github.com/sullo/nikto
# Main script is in program/
2️⃣cd nikto/program
# Run using the shebang interpreter
3️⃣./nikto.pl -h http://www.example.com
# Run using perl (if you forget to chmod)
4️⃣perl nikto.pl -h http://www.example.com
π¦Run as a Docker container:
1️⃣git clone https://github.com/sullo/nikto.git
2️⃣cd nikto
3️⃣docker build -t sullo/nikto .
# Call it without arguments to display the full help
4️⃣docker run --rm sullo/nikto
# Basic usage
5️⃣docker run --rm sullo/nikto -h http://www.example.com
# To save the report in a specific format, mount /tmp as a volume:
6️⃣docker run --rm -v $(pwd):/tmp sullo/nikto -h http://www.example.com -o /tmp/out.json
Enjoy! Follow us for more...
No comments:
Post a Comment