secator 0.16.0__tar.gz → 0.16.2__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.16.0 → secator-0.16.2}/CHANGELOG.md +14 -0
- {secator-0.16.0 → secator-0.16.2}/PKG-INFO +1 -1
- {secator-0.16.0 → secator-0.16.2}/pyproject.toml +1 -1
- {secator-0.16.0 → secator-0.16.2}/secator/configs/workflows/user_hunt.yaml +2 -1
- {secator-0.16.0 → secator-0.16.2}/secator/loader.py +12 -1
- {secator-0.16.0 → secator-0.16.2}/secator/runners/_base.py +1 -1
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/maigret.py +2 -2
- {secator-0.16.0 → secator-0.16.2}/.coderabbit.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/.docker/Dockerfile.alpine +0 -0
- {secator-0.16.0 → secator-0.16.2}/.docker/Dockerfile.arch +0 -0
- {secator-0.16.0 → secator-0.16.2}/.docker/Dockerfile.debian +0 -0
- {secator-0.16.0 → secator-0.16.2}/.docker/Dockerfile.kali +0 -0
- {secator-0.16.0 → secator-0.16.2}/.docker/Dockerfile.osx +0 -0
- {secator-0.16.0 → secator-0.16.2}/.docker/Dockerfile.ubuntu +0 -0
- {secator-0.16.0 → secator-0.16.2}/.docker/build_all.sh +0 -0
- {secator-0.16.0 → secator-0.16.2}/.dockerignore +0 -0
- {secator-0.16.0 → secator-0.16.2}/.flake8 +0 -0
- {secator-0.16.0 → secator-0.16.2}/.gitignore +0 -0
- {secator-0.16.0 → secator-0.16.2}/CONTRIBUTING.md +0 -0
- {secator-0.16.0 → secator-0.16.2}/Dockerfile +0 -0
- {secator-0.16.0 → secator-0.16.2}/LICENSE +0 -0
- {secator-0.16.0 → secator-0.16.2}/README.md +0 -0
- {secator-0.16.0 → secator-0.16.2}/SECURITY.md +0 -0
- {secator-0.16.0 → secator-0.16.2}/cloudbuild.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/helm/.helmignore +0 -0
- {secator-0.16.0 → secator-0.16.2}/helm/Chart.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/helm/templates/redis-service.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/helm/templates/redis.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/helm/templates/secator-manager.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/helm/templates/secator-worker.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/helm/values.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/download_cves.sh +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/generate_tools_md_table.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/install.sh +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/install_asciinema.sh +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/install_go.sh +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/install_ruby.sh +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/msf/exploit_cve.rc +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/msf/ftp_anonymous.rc +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/msf/ftp_version.rc +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/msf/ftp_vsftpd_234_backdoor.rc +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/msf/redis.rc +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/stories/STORY.md +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/stories/aliases.sh +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/stories/demo.sh +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/stories/fmt.sh +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/stories/input.sh +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/stories/pipe.sh +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/stories/short_demo.sh +0 -0
- {secator-0.16.0 → secator-0.16.2}/scripts/update_tools.sh +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/.gitignore +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/celery.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/celery_signals.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/celery_utils.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/cli.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/cli_helper.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/click.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/config.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/profiles/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/profiles/aggressive.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/profiles/http_headless.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/profiles/http_record.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/profiles/insane.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/profiles/paranoid.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/profiles/polite.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/profiles/sneaky.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/profiles/tor.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/scans/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/scans/domain.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/scans/host.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/scans/network.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/scans/subdomain.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/scans/url.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/workflows/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/workflows/cidr_recon.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/workflows/code_scan.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/workflows/host_recon.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/workflows/subdomain_recon.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/workflows/url_bypass.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/workflows/url_crawl.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/workflows/url_dirsearch.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/workflows/url_fuzz.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/workflows/url_params_fuzz.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/workflows/url_vuln.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/configs/workflows/wordpress.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/cve.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/decorators.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/definitions.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/exporters/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/exporters/_base.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/exporters/console.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/exporters/csv.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/exporters/gdrive.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/exporters/json.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/exporters/table.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/exporters/txt.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/hooks/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/hooks/gcs.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/hooks/mongodb.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/installer.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/_base.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/certificate.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/error.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/exploit.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/info.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/ip.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/port.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/progress.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/record.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/stat.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/state.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/subdomain.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/tag.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/target.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/url.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/user_account.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/vulnerability.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/output_types/warning.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/report.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/rich.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/runners/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/runners/_helpers.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/runners/celery.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/runners/command.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/runners/scan.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/runners/task.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/runners/workflow.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/scans/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/serializers/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/serializers/dataclass.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/serializers/json.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/serializers/regex.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/_categories.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/arjun.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/bbot.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/bup.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/cariddi.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/dalfox.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/dirsearch.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/dnsx.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/feroxbuster.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/ffuf.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/fping.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/gau.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/gf.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/gitleaks.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/gospider.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/grype.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/h8mail.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/httpx.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/katana.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/mapcidr.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/msfconsole.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/naabu.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/nmap.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/nuclei.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/searchsploit.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/subfinder.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/testssl.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/trivy.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/wafw00f.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/wpprobe.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tasks/wpscan.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/template.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/thread.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/tree.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/utils.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/utils_test.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/secator/workflows/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/fixtures/h8mail_breach.txt +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/fixtures/ls.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/fixtures/msfconsole_input.rc +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/fixtures/nmap_output.xml +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/all.yaml +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/inputs.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/outputs.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/setup.sh +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/teardown.sh +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/test_addons.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/test_celery.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/test_scans.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/test_tasks.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/test_tasks_categories.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/test_worker.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/test_workflows.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/wordlist.txt +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/wordlist_dns.txt +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/wordpress_toolbox/Dockerfile +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/integration/wordpress_toolbox/Makefile +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/performance/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/performance/loadtester.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/performance/test_worker.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/template/test_templates.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/unit/__init__.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/unit/test_celery.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/unit/test_cli.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/unit/test_command.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/unit/test_config.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/unit/test_offline.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/unit/test_runners.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/unit/test_runners_helpers.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/unit/test_scans.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/unit/test_serializers.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/unit/test_tasks.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/unit/test_tasks_categories.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/unit/test_template.py +0 -0
- {secator-0.16.0 → secator-0.16.2}/tests/unit/test_utils.py +0 -0
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.16.2](https://github.com/freelabz/secator/compare/v0.16.1...v0.16.2) (2025-06-06)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* run hooks when no_poll is True ([#686](https://github.com/freelabz/secator/issues/686)) ([32e8dba](https://github.com/freelabz/secator/commit/32e8dba71f153a70583855b5401595cedd66b49c))
|
|
9
|
+
|
|
10
|
+
## [0.16.1](https://github.com/freelabz/secator/compare/v0.16.0...v0.16.1) (2025-06-05)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* maigret output types ([#683](https://github.com/freelabz/secator/issues/683)) ([c3d9193](https://github.com/freelabz/secator/commit/c3d9193662a4272084fa636ad5ac815eddb6afc3))
|
|
16
|
+
|
|
3
17
|
## [0.16.0](https://github.com/freelabz/secator/compare/v0.15.1...v0.16.0) (2025-06-05)
|
|
4
18
|
|
|
5
19
|
|
|
@@ -37,7 +37,18 @@ def find_templates():
|
|
|
37
37
|
def get_configs_by_type(type):
|
|
38
38
|
if type == 'task':
|
|
39
39
|
tasks = discover_tasks()
|
|
40
|
-
task_config = [TemplateLoader({
|
|
40
|
+
task_config = [TemplateLoader({
|
|
41
|
+
'name': cls.__name__,
|
|
42
|
+
'type': 'task',
|
|
43
|
+
'description': cls.__doc__,
|
|
44
|
+
'input_types': cls.input_types,
|
|
45
|
+
'output_types': [t.get_name() for t in cls.output_types],
|
|
46
|
+
'proxychains': getattr(cls, 'proxychains', True),
|
|
47
|
+
'proxy_socks5': getattr(cls, 'proxy_socks5', True),
|
|
48
|
+
'proxy_http': getattr(cls, 'proxy_http', True),
|
|
49
|
+
'default_cmd': cls.cmd,
|
|
50
|
+
'install_cmd': cls.install_cmd,
|
|
51
|
+
}) for cls in tasks] # noqa: E501
|
|
41
52
|
return sorted(task_config, key=lambda x: x['name'])
|
|
42
53
|
return sorted([t for t in find_templates() if t.type == type], key=lambda x: x.name)
|
|
43
54
|
|
|
@@ -132,7 +132,7 @@ class Runner:
|
|
|
132
132
|
self.enable_duplicate_check = self.run_opts.get('enable_duplicate_check', True)
|
|
133
133
|
self.enable_profiles = self.run_opts.get('enable_profiles', True)
|
|
134
134
|
self.enable_reports = self.run_opts.get('enable_reports', not self.sync) and not self.dry_run and not self.no_process and not self.no_poll # noqa: E501
|
|
135
|
-
self.enable_hooks = self.run_opts.get('enable_hooks', True) and not self.dry_run and not self.no_process
|
|
135
|
+
self.enable_hooks = self.run_opts.get('enable_hooks', True) and not self.dry_run and not self.no_process # noqa: E501
|
|
136
136
|
|
|
137
137
|
# Runner print opts
|
|
138
138
|
self.print_item = self.run_opts.get('print_item', False) and not self.dry_run
|
|
@@ -6,7 +6,7 @@ import re
|
|
|
6
6
|
from secator.decorators import task
|
|
7
7
|
from secator.definitions import (DELAY, EXTRA_DATA, OPT_NOT_SUPPORTED, OUTPUT_PATH, PROXY,
|
|
8
8
|
RATE_LIMIT, RETRIES, SITE_NAME, THREADS,
|
|
9
|
-
TIMEOUT, URL, STRING)
|
|
9
|
+
TIMEOUT, URL, STRING, SLUG)
|
|
10
10
|
from secator.output_types import UserAccount, Info, Error
|
|
11
11
|
from secator.tasks._categories import ReconUser
|
|
12
12
|
|
|
@@ -17,7 +17,7 @@ logger = logging.getLogger(__name__)
|
|
|
17
17
|
class maigret(ReconUser):
|
|
18
18
|
"""Collect a dossier on a person by username."""
|
|
19
19
|
cmd = 'maigret'
|
|
20
|
-
input_types = [STRING]
|
|
20
|
+
input_types = [SLUG, STRING]
|
|
21
21
|
output_types = [UserAccount]
|
|
22
22
|
tags = ['user', 'recon', 'username']
|
|
23
23
|
file_flag = None
|
|
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
|
|
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
|