Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HJ23 authored Mar 22, 2021
1 parent dac80c5 commit 2593249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
obj=Raptor(output=args.output,verbose=args.verbose)
out=obj.start(domain=args.domain)
obj.save_out(out)
Log.success("* Total {} subdomains found".format(len(out)))

Log.success("* Total {} unique subdomains found".format(len(out)))

0 comments on commit 2593249

Please sign in to comment.