forked from laudarch/Shellsploit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshellcodes.py
More file actions
129 lines (98 loc) · 2.01 KB
/
Copy pathshellcodes.py
File metadata and controls
129 lines (98 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
#------------------Bombermans Team---------------------------------#
#Author : B3mB4m
#Concat : [email protected]
#Project : https://github.com/b3mb4m/Shellsploit
#LICENSE : https://github.com/b3mb4m/Shellsploit/blob/master/LICENSE
#------------------------------------------------------------------#
def shellcodelist():
print """
Linux x86
===========
linux86/egghunter
linux86/binsh_spawn
linux86/bindash_spawn
linux86/readfile
linux86/chmod
linux86/reboot
linux86/shutdown
linux86/netcatbind
linux86/mkdir
linux86/rmdir
linux86/killall
linux86/ipv4forward
linux86/Remoteportforward
linux86/reverse_telnet
linux86/add_user
linux86/DeleteMBR
linux86/tcp_bind
linux86/reverse_tcp
linux86/download&exec
Linux x64
===========
linux64/egghunter
linux64/binsh_spawn
linux64/shutdown
linux64/reboot
linux64/mkdir
linux64/add_map
linux64/add_user
linux64/read
linux64/tcp_bind
linux64/netcatbind
linux64/reverse_tcp
Linux ARM
===========
linux_arm/binsh_spawn
linux_arm/chmod
linux_arm/creat
linux_arm/killall
linux_arm/add_user
linux_arm/reverse_tcp
Linux MIPS
===========
linux_mips/add_user
linux_mips/binsh_spawn
linux_mips/reboot
linux_mips/chmod
linux_mips/tcp_bind
linux_mips/reverse_tcp
Solaris x86
===========
solarisx86/egghunter
solarisx86/bindash_spawn
solarisx86/binsh_spawn
solarisx86/read
solarisx86/reboot
solarisx86/shutdown
solarisx86/killall
Windows
===========
windows/add_user
windows/messagebox
windows/download&execute
windows/exec
OSX x86
===========
osx86/tcp_bind
osx86/binsh_spawn
OSX x64
===========
osx64/binsh_spawn
osx64/reverse_tcp
osx64/tcp_bind
FreeBSD x86
============
FreeBSDx86/binsh_spawn
FreeBSDx86/reboot
FreeBSDx86/killall
FreeBSDx86/read
FreeBSDx86/netcatreverse
FreeBSDx86/reverse_tcp
FreeBSDx86/reverse_tcp2(through /bin/sh)
FreeBSDx86/exec
FreeBSDx86/add_user
FreeBSD x64
============
FreeBSDx64/binsh_spawn
FreeBSDx64/tcp_bind
"""