mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-20 05:13:34 -07:00
fixed: identation.
This commit is contained in:
parent
4558861ce2
commit
5c9fec923c
4 changed files with 1870 additions and 1875 deletions
2
DHCP.py
2
DHCP.py
|
@ -377,5 +377,3 @@ def SniffUDPMac():
|
||||||
|
|
||||||
|
|
||||||
SniffUDPMac()
|
SniffUDPMac()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -264,4 +264,3 @@ def RunThisInLoop(host, host2, ip):
|
||||||
sleep(480)
|
sleep(480)
|
||||||
|
|
||||||
FindWhatToDo(ToThisHost2)
|
FindWhatToDo(ToThisHost2)
|
||||||
|
|
||||||
|
|
|
@ -2519,4 +2519,3 @@ if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
except:
|
except:
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|
|
@ -445,4 +445,3 @@ if __name__ == '__main__':
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
raise
|
raise
|
||||||
raw_input()
|
raw_input()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue