Update application to use insecure.newploit.com as the target domain

- Changed base URLs and targets in multiple modules to point to insecure.newploit.com for testing purposes.
- Updated README.md to reflect the new domain and provide instructions for setting up the reverse proxy.
- Adjusted configurations in AdminFinder, AutoPwn, Banner, DirFuzz, DnsTools, FormBrute, HttpProbe, PortScan, Repeater, Sqli, SslScan, SubEnum, Xploiter, and Xss components.
This commit is contained in:
taqin
2026-04-25 22:59:51 +07:00
parent f556ac5cd2
commit 4b0a402a4e
17 changed files with 871 additions and 58 deletions

View File

@@ -25,6 +25,8 @@ pub fn run() {
httpx::http_probe,
takeover::takeover_scan,
sqli::sqli_scan,
sqli::sqli_dump,
sqli::sqli_probe_union,
xss::xss_scan,
jwt::jwt_analyze,
xploiter::xploit_run,