Search Results

Search: Posts Made By: hawkeyesc72
18,914
Posted By hawkeyesc72
Thank you! That additional thread helped, along...
Thank you! That additional thread helped, along with a little extra tweaking. I've got it working now. I appreciate the assist!
18,914
Posted By hawkeyesc72
Here's my script: !/bin/bash NETWORKS='çat...
Here's my script:

!/bin/bash
NETWORKS='çat networks.txt'
for NETWORK in $NETWORKS
nmap -sn -oN /root/Desktop/$NETWORK
done
echo "Finished!"

The networks.txt file has my list of network...
18,914
Posted By hawkeyesc72
Running nmap via bash script
Hello fellow scripters...

I am trying to set up a script for work that reads the contents of a file of IP address and network names, takes these and runs a given nmap scan against them and then...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 04:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy