We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4895729 + d082b00 commit 1db34d9Copy full SHA for 1db34d9
start.py
@@ -569,7 +569,7 @@ def main():
569
required=False, help='Launch only the HTTP server')
570
parser.add_argument('--interface', dest='interface', action='store',
571
default='', required=False,
572
- help='Automatically send payload when exploit loads')
+ help='Change the interface the script listens to')
573
args = parser.parse_args()
574
575
try:
0 commit comments