| Server IP : 68.178.164.50 / Your IP : 216.73.216.142 Web Server : Apache System : Linux 50.164.178.68.host.secureserver.net 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64 User : rathinambschool ( 1053) PHP Version : 8.2.30 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/makedumpfile/eppic_scripts/ |
Upload File : |
string
tcp_opt()
{
return "l";
}
string
tcp_usage()
{
return "\n";
}
static void
tcp_showusage()
{
printf("usage : tcp %s", tcp_non_legacy_usage());
}
string
tcp_help()
{
return "Help";
}
int
tcp()
{
int i;
struct inet_hashinfo *tab;
struct sock_common *off = 0;
tab = &tcp_hashinfo;
for (i = 0; i < 32; i++) {
struct hlist_nulls_node *pos;
pos = tab->listening_hash[i].head.first;
while (!((unsigned long)pos & 1)) {
struct sock *sk;
struct sk_buff *next;
struct sk_buff_head *head;
struct hlist_nulls_node *node;
sk = (struct sock *)((unsigned long)pos - (unsigned long)&(off->skc_dontcopy_begin));
head = (struct sk_buff_head *)&(sk->sk_receive_queue);
next = (struct sk_buff *)sk->sk_receive_queue.next;
while (next != head)
{
struct sk_buff *buff = (struct sk_buff *) next;
if (buff->data_len) {
memset((char *)buff->data, 'L', buff->data_len);
memset((char *)&(buff->data_len), 'L', 0x4);
}
next = buff->next;
}
head = (struct sk_buff_head *)&(sk->sk_write_queue);
next = (struct sk_buff *)sk->sk_write_queue.next;
while (next != head)
{
struct sk_buff *buff = (struct sk_buff *) next;
if (buff->data_len) {
memset((char *)buff->data, 'L', buff->data_len);
memset((char *)&(buff->data_len), 'L', 0x4);
}
next = buff->next;
}
node = (struct hlist_nulls_node *)((unsigned long)sk + (unsigned long)&(off->skc_dontcopy_begin));
pos = node->next;
}
}
return 1;
}