You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
handle_error("No internet connection. Please check your network and try again.")
@@ -382,6 +381,8 @@ def main():
382
381
parser.add_argument('--no-prompt', '-np', action='store_true', help='Automatically use default input for prompts')
383
382
parser.add_argument('--profileurl', '-pu', type=str, help='Target URL for scanning , example: https://example.com/')
384
383
parser.add_argument('--profile', '-p', choices=['high-risk', 'critical-risk'], help="Specify the profile: 'high-risk' or 'critical-risk'. This skips crawling.")
384
+
parser.add_argument('--check-updates', action='store_true', help='Check for Latest Waymap updates.')
0 commit comments