mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-23 16:09:03 +00:00
Replaced old CLI syntax with the new one
This commit is contained in:
@@ -22,7 +22,7 @@ from odict import OrderedDict
|
|||||||
from socket import inet_aton
|
from socket import inet_aton
|
||||||
from random import randrange
|
from random import randrange
|
||||||
|
|
||||||
parser = optparse.OptionParser(usage='python %prog -i 10.20.30.40 -b 1 -s On -r 0',
|
parser = optparse.OptionParser(usage='python %prog -i 10.20.30.40 -b On -r On',
|
||||||
prog=sys.argv[0],
|
prog=sys.argv[0],
|
||||||
)
|
)
|
||||||
parser.add_option('-i','--ip', action="store", help="The ip address to redirect the traffic to. (usually yours)", metavar="10.20.30.40",dest="OURIP")
|
parser.add_option('-i','--ip', action="store", help="The ip address to redirect the traffic to. (usually yours)", metavar="10.20.30.40",dest="OURIP")
|
||||||
@@ -1559,3 +1559,4 @@ if __name__ == '__main__':
|
|||||||
raw_input()
|
raw_input()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user