Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Final release
Browse files Browse the repository at this point in the history
  • Loading branch information
whoot committed Dec 20, 2021
1 parent cc5977e commit 71aadd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

import re
import os.path
import json
import requests
from colorama import Fore
from requests.packages.urllib3.exceptions import InsecureRequestWarning
Expand Down
1 change: 0 additions & 1 deletion typo3scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
class Typo3:
def __init__(self, domain_list, threads, timeout, cookie, basic_auth, user_agent, args_json, force, vuln, no_interaction):
self.__database = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'lib', 'typo3scan.db')
self.__config = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'lib', 'config.json')
self.__extensions = []
self.__domain_list = domain_list
self.__json = args_json
Expand Down

0 comments on commit 71aadd2

Please sign in to comment.