Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help
#5
(Oct-26-2020, 09:11 PM)jefsummers Wrote:
def main():
  print ('Welcome to the Network Recon tool')
  userInput = input ('What would you like to do today: ')
  if userInput == '-p' or userInput == '--passive':
    pass
#then run in passive mode
# elif userInput == '-a' or '--active':
#then run in active mode
#else
# help():
Try making those 2 changes

Perfect.

Thank you very much!!

C.
Reply


Messages In This Thread
Help - by virtual_claude - Oct-25-2020, 02:24 PM
RE: Help - by jefsummers - Oct-25-2020, 04:19 PM
RE: Help - by virtual_claude - Oct-26-2020, 01:57 PM
RE: Help - by jefsummers - Oct-26-2020, 09:11 PM
RE: Help - by virtual_claude - Oct-28-2020, 07:49 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020