Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

Commit 7ea9094

Browse files
authored
Merge pull request #31 from legik/master
2 parents 5c73b22 + 4dd6fe8 commit 7ea9094

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

domained.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@ def subdomainfile():
412412
os.remove(amassFileName)
413413
print("\n{} Subdomains discovered by Amass".format(subdomainCounter))
414414
except:
415-
print("\nError Opening massdns File!\n")
415+
print("\nError Opening Amass File!\n")
416+
print("\nOpening Subfinder File\n")
416417
try:
417418
with open(subfinderFileName) as f:
418419
SubHosts = f.read().splitlines()

0 commit comments

Comments
 (0)