Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
adding all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
knassar702 committed Aug 4, 2022
1 parent c89d775 commit 7046db2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scant3r/core/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@

base_dir = Path(__file__).resolve().parent.parent

mods_dir = ( ("scant3r.modules.xss", base_dir), )
mods_dir = (
("scant3r.modules.xss", base_dir),
("scant3r.modules.ssti", base_dir),
("scant3r.modules.firebase", base_dir),
("scant3r.modules.req_callback", base_dir),
)

# interact.sh public servers
INTERACT_SERVERS = (
Expand Down

0 comments on commit 7046db2

Please sign in to comment.