User Tools

Site Tools


ddos

Differences

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

Link to this comparison view

Next revision
Previous revision
ddos [2017/10/06 05:57] – created luke7858ddos [2024/05/23 07:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<code>
 +for i in $(netstat -pant | awk '/apache/ {print $5}' | awk -F: '{print $1}' | sort | uniq | sort); do echo; echo $i; curl -s http://ip-api.com/csv/$i | awk 'BEGIN { FS = "," } ; { print $2, $5 }'; done
 +</code>
 +\\
 <code> <code>
 #!/bin/bash #!/bin/bash
ddos.1507269478.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