Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit bdcebd0

Browse files
author
byt3bl33d3r
committed
Changed the default server to HTTPS (cause why not)
1 parent cd103f5 commit bdcebd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crackmapexec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
parser.add_argument("-s", metavar="SHARE", dest='share', default="C$", help="Specify a share (default: C$)")
7070
parser.add_argument('--kerb', action="store_true", dest='kerb', help='Use Kerberos authentication. Grabs credentials from ccache file (KRB5CCNAME) based on target parameters')
7171
parser.add_argument("--port", dest='port', type=int, choices={139, 445}, default=445, help="SMB port (default: 445)")
72-
parser.add_argument("--server", choices={'http', 'https'}, default='http', help='Use the selected server (defaults to http)')
72+
parser.add_argument("--server", choices={'http', 'https'}, default='https', help='Use the selected server (defaults to https)')
7373
parser.add_argument("--server-port", metavar='PORT', type=int, help='Start the server on the specified port')
7474
parser.add_argument("--timeout", default=20, type=int, help='Max timeout in seconds of each thread (default: 20)')
7575
#How much fail can we limit? can we fail at failing to limit? da da da dum

0 commit comments

Comments
 (0)