mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 17:08:25 +00:00
fixed indent error
This commit is contained in:
parent
1ce0717886
commit
38a7cd5978
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class SubDomainTakeOver(HackingTool):
|
|||
PROJECT_URL = "https://github.com/m4ll0k/takeover"
|
||||
|
||||
def __init__(self):
|
||||
super(SubDomainTakeOver, self).__init__(runnable = False)
|
||||
super(SubDomainTakeOver, self).__init__(runnable = False)
|
||||
|
||||
class Dirb(HackingTool):
|
||||
TITLE = "Dirb"
|
||||
|
|
|
|||
Loading…
Reference in a new issue