Skip to content

Commit

Permalink
cp -r OneForAll to oneforall
Browse files Browse the repository at this point in the history
  • Loading branch information
zongdeiqianxing authored Apr 17, 2021
1 parent 85422a4 commit 1524aee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/scanner/oneforall.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
class OneForAll():
def __init__(self,target):
self.target = target


if os.path.exists(os.path.join(TOOLS_DIR, 'OneForAll')):
os.system('cp -r {path}/OneForAll/ {path}/oneforall/'.format(path=TOOLS_DIR))

def scan(self):
print("Brute domain: " + self.target)
Expand Down

0 comments on commit 1524aee

Please sign in to comment.