Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
tcpdump /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
atime.awk
529
B
-rw-r--r--
2021-06-08 05:21
packetdat.awk
1.39
KB
-rw-r--r--
2021-06-08 05:21
send-ack.awk
1.56
KB
-rw-r--r--
2021-06-08 05:21
stime.awk
567
B
-rw-r--r--
2021-06-08 05:21
Save
Rename
$6 ~ /^ack/ && $5 !~ /[SFR]/ { # given a tcpdump ftp trace, output one line for each ack # in the form # <ack time> <seq no> # where <ack time> is the time packet was acked (in seconds with # zero at time of first packet) and <seq no> is the tcp sequence # number of the ack divided by 1024 (i.e., Kbytes acked). # # convert time to seconds n = split ($1,t,":") tim = t[1]*3600 + t[2]*60 + t[3] if (! tzero) { tzero = tim OFS = "\t" } # get packet sequence number printf "%7.2f\t%g\n", tim-tzero, $7/1024 }