Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6613d43

Browse files
committed
add default output file for subdomain scanner
1 parent255b532 commit6613d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎ethical-hacking/subdomain-scanner/fast_subdomain_scanner.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def main(domain, n_threads, subdomains):
4949
parser.add_argument("-l","--wordlist",help="File that contains all subdomains to scan, line by line. Default is subdomains.txt",
5050
default="subdomains.txt")
5151
parser.add_argument("-t","--num-threads",help="Number of threads to use to scan the domain. Default is 10",default=10,type=int)
52-
parser.add_argument("-o","--output-file",help="Specify the output text file to write discovered subdomains")
52+
parser.add_argument("-o","--output-file",help="Specify the output text file to write discovered subdomains",default="discovered-subdomains.txt")
5353

5454
args=parser.parse_args()
5555
domain=args.domain

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp