User Tools

Site Tools


connetctions_to_port

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
connetctions_to_port [2015/11/16 15:46] luke7858connetctions_to_port [2024/05/23 07:26] (current) – external edit 127.0.0.1
Line 7: Line 7:
 ==== NEW AWESOME COMMAND ==== ==== NEW AWESOME COMMAND ====
 <sxh bash> <sxh bash>
- netstat -pntu | grep ':80.*ESTAB' | awk '{ print $5}' | cut -d':' -f4 | sort | uniq -c | sort -rn | while read i; do echo -n "$i "; curl -s http://ip-api.com/csv/$(echo "$i" | awk '{ print $2 }') | cut -d',' -f2; sleep 1; done+ netstat -punt | grep ':80.*ESTAB' | awk '{ print $5}' | cut -d':' -f4 | sort | uniq -c | sort -rn | while read i; do echo -n "$i "; curl -s http://ip-api.com/csv/$(echo "$i" | awk '{ print $2 }') | cut -d',' -f2; sleep 1; done
 </sxh> </sxh>
 Example output: Example output:
Line 20: Line 20:
 </sxh> </sxh>
 \\ \\
-Best command:+\\ 
 +Second Best command:
 <sxh bash> <sxh bash>
 netstat -nap | awk '$4~/:80$/{print$5}' | awk -F: '{print$(NF-1)}' | sort | uniq -c | sort -nr | head -20 netstat -nap | awk '$4~/:80$/{print$5}' | awk -F: '{print$(NF-1)}' | sort | uniq -c | sort -nr | head -20
connetctions_to_port.1447688793.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki