secator 0.3.3__tar.gz → 0.3.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of secator might be problematic. Click here for more details.
- {secator-0.3.3 → secator-0.3.4}/CHANGELOG.md +8 -0
- {secator-0.3.3 → secator-0.3.4}/PKG-INFO +1 -1
- {secator-0.3.3 → secator-0.3.4}/pyproject.toml +1 -1
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/cariddi.py +1 -0
- {secator-0.3.3 → secator-0.3.4}/.flake8 +0 -0
- {secator-0.3.3 → secator-0.3.4}/.gitignore +0 -0
- {secator-0.3.3 → secator-0.3.4}/CONTRIBUTING.md +0 -0
- {secator-0.3.3 → secator-0.3.4}/Dockerfile +0 -0
- {secator-0.3.3 → secator-0.3.4}/LICENSE +0 -0
- {secator-0.3.3 → secator-0.3.4}/README.md +0 -0
- {secator-0.3.3 → secator-0.3.4}/SECURITY.md +0 -0
- {secator-0.3.3 → secator-0.3.4}/cloudbuild.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/images/aliases.cast +0 -0
- {secator-0.3.3 → secator-0.3.4}/images/aliases.gif +0 -0
- {secator-0.3.3 → secator-0.3.4}/images/demo.cast +0 -0
- {secator-0.3.3 → secator-0.3.4}/images/demo.gif +0 -0
- {secator-0.3.3 → secator-0.3.4}/images/fmt.cast +0 -0
- {secator-0.3.3 → secator-0.3.4}/images/fmt.gif +0 -0
- {secator-0.3.3 → secator-0.3.4}/images/help.png +0 -0
- {secator-0.3.3 → secator-0.3.4}/images/input.cast +0 -0
- {secator-0.3.3 → secator-0.3.4}/images/input.gif +0 -0
- {secator-0.3.3 → secator-0.3.4}/images/pipe.cast +0 -0
- {secator-0.3.3 → secator-0.3.4}/images/pipe.gif +0 -0
- {secator-0.3.3 → secator-0.3.4}/images/short_demo.cast +0 -0
- {secator-0.3.3 → secator-0.3.4}/images/short_demo.gif +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/download_cves.sh +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/install.sh +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/install_asciinema.sh +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/install_go.sh +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/install_ruby.sh +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/msf/exploit_cve.rc +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/msf/ftp_anonymous.rc +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/msf/ftp_version.rc +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/msf/ftp_vsftpd_234_backdoor.rc +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/msf/redis.rc +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/msfinstall.sh +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/stories/STORY.md +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/stories/aliases.sh +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/stories/demo.sh +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/stories/fmt.sh +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/stories/input.sh +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/stories/pipe.sh +0 -0
- {secator-0.3.3 → secator-0.3.4}/scripts/stories/short_demo.sh +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/.gitignore +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/__init__.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/celery.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/cli.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/config.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/__init__.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/profiles/__init__.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/profiles/aggressive.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/profiles/default.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/profiles/stealth.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/scans/__init__.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/scans/domain.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/scans/host.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/scans/network.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/scans/subdomain.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/scans/url.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/workflows/__init__.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/workflows/cidr_recon.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/workflows/code_scan.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/workflows/host_recon.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/workflows/port_scan.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/workflows/subdomain_recon.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/workflows/url_crawl.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/workflows/url_dirsearch.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/workflows/url_fuzz.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/workflows/url_nuclei.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/workflows/url_vuln.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/workflows/user_hunt.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/configs/workflows/wordpress.yaml +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/decorators.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/definitions.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/exporters/__init__.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/exporters/_base.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/exporters/csv.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/exporters/gdrive.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/exporters/json.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/exporters/table.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/exporters/txt.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/hooks/__init__.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/hooks/mongodb.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/installer.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/output_types/__init__.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/output_types/_base.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/output_types/exploit.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/output_types/ip.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/output_types/port.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/output_types/progress.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/output_types/record.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/output_types/subdomain.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/output_types/tag.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/output_types/target.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/output_types/url.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/output_types/user_account.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/output_types/vulnerability.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/report.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/rich.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/runners/__init__.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/runners/_base.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/runners/_helpers.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/runners/command.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/runners/scan.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/runners/task.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/runners/workflow.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/serializers/__init__.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/serializers/dataclass.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/serializers/json.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/serializers/regex.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/__init__.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/_categories.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/dalfox.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/dirsearch.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/dnsx.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/dnsxbrute.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/feroxbuster.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/ffuf.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/fping.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/gau.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/gf.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/gospider.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/grype.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/h8mail.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/httpx.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/katana.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/maigret.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/mapcidr.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/msfconsole.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/naabu.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/nmap.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/nuclei.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/searchsploit.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/subfinder.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/tasks/wpscan.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/utils.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/secator/utils_test.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/__init__.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/fixtures/h8mail_breach.txt +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/fixtures/msfconsole_input.rc +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/fixtures/nmap_output.xml +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/integration/__init__.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/integration/inputs.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/integration/outputs.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/integration/setup.sh +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/integration/teardown.sh +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/integration/test_scans.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/integration/test_tasks.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/integration/test_workflows.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/integration/wordlist.txt +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/integration/wordlist_dns.txt +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/integration/wordpress_toolbox/Dockerfile +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/integration/wordpress_toolbox/Makefile +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/performance/__init__.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/performance/loadtester.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/unit/__init__.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/unit/test_celery.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/unit/test_scans.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/unit/test_serializers.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/unit/test_tasks.py +0 -0
- {secator-0.3.3 → secator-0.3.4}/tests/unit/test_workflows.py +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.3.4](https://github.com/freelabz/secator/compare/v0.3.3...v0.3.4) (2024-04-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* install cariddi from GitHub releases ([#290](https://github.com/freelabz/secator/issues/290)) ([21c9078](https://github.com/freelabz/secator/commit/21c90787713fc08fcf375b37b144a4b86ebc49ee))
|
|
9
|
+
* install cariddi from GitHub releases ([#292](https://github.com/freelabz/secator/issues/292)) ([8be216b](https://github.com/freelabz/secator/commit/8be216b01cb2fbc82aca7be32fc190adf17bda52))
|
|
10
|
+
|
|
3
11
|
## [0.3.3](https://github.com/freelabz/secator/compare/v0.3.2...v0.3.3) (2024-04-13)
|
|
4
12
|
|
|
5
13
|
|
|
@@ -43,6 +43,7 @@ class cariddi(HttpCrawler):
|
|
|
43
43
|
}
|
|
44
44
|
item_loaders = []
|
|
45
45
|
install_cmd = 'go install -v github.com/edoardottt/cariddi/cmd/cariddi@latest'
|
|
46
|
+
install_github_handle = 'edoardottt/cariddi'
|
|
46
47
|
encoding = 'ansi'
|
|
47
48
|
proxychains = False
|
|
48
49
|
proxy_socks5 = True # with leaks... https://github.com/edoardottt/cariddi/issues/122
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|