Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.127.66
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
tcpdump /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
atime.awk
529
B
-rw-r--r--
packetdat.awk
1.39
KB
-rw-r--r--
send-ack.awk
1.56
KB
-rw-r--r--
stime.awk
567
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : atime.awk
$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 }
Close