Skip to content

Commit

Permalink
[+] Update output file
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdln1 authored Aug 18, 2022
1 parent 54acbd8 commit 8bd528e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dorker.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def main():
dorks = args.dorkfile
exechaha(args,dorks)
if(args.output):
file1 = open(args.output+'.txt', 'w')
file1 = open(args.output, 'w')
for i in clean(final):
file1.write(i.strip()+'\n')
file1.close()
Expand Down

0 comments on commit 8bd528e

Please sign in to comment.