Merge branch 'master' of https://github.com/geyslan/metasploit-framework
This commit is contained in:
+9
-9
@@ -1,11 +1,11 @@
|
||||
STAGERS=stager_sock_bind stager_sock_bind6 stager_sock_bind_udp stager_sock_bind_icmp \
|
||||
stager_egghunt stager_sock_find stager_sock_reverse \
|
||||
stager_sock_reverse_icmp stager_sock_reverse_udp \
|
||||
stager_egghunt stager_sock_find stager_sock_reverse \
|
||||
stager_sock_reverse_icmp stager_sock_reverse_udp \
|
||||
stager_sock_reverse_udp_dns
|
||||
STAGES=stage_tcp_shell stage_udp_shell
|
||||
SINGLE=single_adduser single_bind_tcp_shell single_find_tcp_shell \
|
||||
single_reverse_tcp_shell single_reverse_udp_shell single_exec \
|
||||
single_shell_bind_tcp_random_port
|
||||
single_reverse_tcp_shell single_reverse_udp_shell single_exec \
|
||||
single_shell_bind_tcp_random_port
|
||||
|
||||
OBJS=${STAGERS} ${STAGES} ${SINGLE}
|
||||
|
||||
@@ -38,11 +38,11 @@ all: $(SINGLE) $(STAGES) $(STAGERS)
|
||||
@ruby -p -a -e ' \
|
||||
$$F.shift; \
|
||||
$$F[0].tap { |s| \
|
||||
s.tr! "A-F", "a-f"; \
|
||||
t=s.dup; \
|
||||
s.clear; \
|
||||
s<<("\""+t.scan(/../).map{|b|"\\x#{b}"}.join+"\"").ljust(23); \
|
||||
STDIN.eof? ? s<< " # " : s<< "+# "; \
|
||||
s.tr! "A-F", "a-f"; \
|
||||
t=s.dup; \
|
||||
s.clear; \
|
||||
s<<("\""+t.scan(/../).map{|b|"\\x#{b}"}.join+"\"").ljust(23); \
|
||||
STDIN.eof? ? s<< " # " : s<< "+# "; \
|
||||
}; \
|
||||
$$_ = $$F.join(" ") + "\n"; \
|
||||
' < $*.tmp > $@
|
||||
|
||||
Reference in New Issue
Block a user