Skip to content

Commit 411cc77

Browse files
authored
Add files via upload
1 parent 1b951c7 commit 411cc77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

weblogic反序列化批量利用/plugin/exploit.py

+4
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@ def sen(sock,data):
3636
time.sleep(2)
3737
sock.sendall(binascii.unhexlify(payload))
3838
res=''
39+
q=0
3940
try:
4041
while True:
42+
if q==10:
43+
break
44+
q+=1
4145
res+=sock.recv(4096).decode(encoding='utf-8',errors='replace')
4246
time.sleep(0.1)
4347
except Exception as r:

0 commit comments

Comments
 (0)