Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nmap-scanner.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
#!/bin/bash


# Tool Name :- Nmap Scanner
# Author Name :- Ashwini Sahu
# Date :- 12/01/2019
# Note :- Please don't use for wrong intension just use for educational purpose cause its an educational tool.
# Written in BASH Script.
#THANKS :-)


echo -e " \e[1;5;93m
_ _ __ __ _ ____ ____ ____ _ _ _ _ _ _____ ____
| \ | | \/ | / \ | _ \ / ___| / ___| / \ | \ | | \ | | ____| _ \
Expand Down Expand Up @@ -114,12 +116,10 @@ read -p $'\e[1;4;91mSELECT ONE OF THE OPTIONS WITH THE RESPECTED NUMBER\e[0m\e[2

# ALL THE IF AND ELSE STATEMENT COMES HERES


if [ "$options" = "$one" ]

then


echo -e
echo -e
echo -e "\e[93mScanning the IP using 1st option\e[24;92m"
Expand Down