versionControl.txt

1.4
Added fix to the headers when importing ".csv" file to
 
 
1.3
Write-Host "Port Hunter v1.1 ~ by PB a.k.a CyberSamurai" -ForegroundColor Gray
Write-Host "You can use porthunter to ping IPv4 and IPv6 across the network" -ForegroundColor Gray
Write-Host "porthunter will automatically skip duplicates from your feed" -ForegroundColor Gray
Write-Host "You can feed .txt and .csv files and it will automatically detected it" -ForegroundColor Gray
Write-Host "If you are using .csv files you can test multiple IPs per host, considering each IP is separated by a delimiter" -ForegroundColor Gray
Write-Host ""
Write-Host "Flags" -ForegroundColor Gray
Write-Host ""
Write-Host "-h Will show this help message" -ForegroundColor Gray
Write-Host "-p Port that will be used during scanning" -ForegroundColor Gray
Write-Host "-d Delimeter used on .csv files to separate IP addresses" -ForegroundColor Gray
Write-Host "-out Full file path of where file will be saved. if -out is not used output will be saved on C:\temp" -ForegroundColor Gray
Write-Host ""
Write-Host "Usage:" -ForegroundColor Gray
Write-Host "Running the command by itself a pop up window will open up asking you to load a .txt|.csv file" -ForegroundColor Gray
Write-Host "porthunter" -ForegroundColor Yellow
Write-Host ""
Write-Host "Running with the flag -f you can add the file path to be used to perform the port scan" -ForegroundColor Gray
Write-Host 'porthunter "c:\Users\Joker\Downloads\Ip.csv' -ForegroundColor Yellow
Write-Host ""
Write-Host "Running the commands with multiple flags" -ForegroundColor Gray
Write-Host 'porthunter ".\test csv.csv" -p "443" -d "|" -out ".\AnotherOne.csv"' -ForegroundColor Yellow
Write-Host "" -ForegroundColor Gray
Write-Host "Running the commands some of the flags only" -ForegroundColor Gray
Write-Host 'porthunter ".\test csv.csv" -p "443"' -ForegroundColor Yellow
Write-Host ""
Write-Host ""
 
 
PortHunter - v1.1
Read CSV and TXT files