mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
Miniscule commit
This commit is contained in:
parent
5172999b00
commit
00955a7eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ def main(src, dst):
|
||||||
# Instantiate an IP packets decoder
|
# Instantiate an IP packets decoder
|
||||||
decoder = ImpactDecoder.IPDecoder()
|
decoder = ImpactDecoder.IPDecoder()
|
||||||
|
|
||||||
while 1:
|
while True:
|
||||||
cmd = ''
|
cmd = ''
|
||||||
|
|
||||||
# Wait for incoming replies
|
# Wait for incoming replies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue