File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Get-Content $pwd\$targetDomain-hostname-table-pssl.txt
1414Write-Host " "
1515Write-Host " Parsing source IPv4 addresses..." - ForegroundColor Red
1616Write-Host " "
17- Get-Content $pwd \$targetDomain - hostname- table- pssl.txt | awk -F ' ' ' { print $2 }' | grep - o - P " ^[0-9].*" | Sort-Object - Unique | Out-File $pwd \$targetDomain - enumeration- list- ipv4- addrs.txt utf8 - Force
18- Get-Content $pwd \$targetDomain - hostname- table- pssl.txt | awk -F ' ' ' { print $2 }' | grep - o - P " ^[0-9].*" | Sort-Object - Unique | awk -F ' ' ' { print }{++cnt} END { print cnt }'
17+ Get-Content $pwd \$targetDomain - hostname- table- pssl.txt | awk -F ' ' ' { print $2 }' | grep - o - P " ^[0-9].*[.].*[0-9].*[.].*[0-9] " | Sort-Object - Unique | Out-File $pwd \$targetDomain - enumeration- list- ipv4- addrs.txt utf8 - Force
18+ Get-Content $pwd \$targetDomain - hostname- table- pssl.txt | awk -F ' ' ' { print $2 }' | grep - o - P " ^[0-9].*[.].*[0-9].*[.].*[0-9] " | Sort-Object - Unique | awk -F ' ' ' { print }{++cnt} END { print cnt }'
1919Write-Host " "
2020Write-Host " Results saved to the following locations: " - ForegroundColor Red
2121Write-Host " $pwd \$targetDomain -ct-log.json"
You can’t perform that action at this time.
0 commit comments