mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-05 20:42:16 -07:00
fixed a bug
This commit is contained in:
parent
aae31bdc95
commit
18e4d391e4
1 changed files with 3 additions and 3 deletions
6
LANs.py
6
LANs.py
|
@ -236,9 +236,9 @@ class Parser():
|
|||
body = r.text.encode('utf-8')
|
||||
except:
|
||||
payload.set_verdict(nfqueue.NF_ACCEPT)
|
||||
debugger = open('/home/user/projects/origBody', 'w')
|
||||
debugger.write(body)
|
||||
debugger.close()
|
||||
# debugger = open('...', 'w')
|
||||
# debugger.write(body)
|
||||
# debugger.close()
|
||||
|
||||
# INJECT
|
||||
if self.args.beef:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue