From 38a7cd5978668748f3b848ecbcc5d887e882e2c7 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Thu, 31 Dec 2020 13:43:39 -0500 Subject: [PATCH] fixed indent error --- tools/webattack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/webattack.py b/tools/webattack.py index c8915d5..d4915c7 100644 --- a/tools/webattack.py +++ b/tools/webattack.py @@ -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"