├── README.md ├── USER_MANUAL.md ├── automations ├── build_api_regex_rules.py ├── regex_sets │ ├── admin-report.json │ ├── analytics-drift.json │ ├── backup-archive.json │ ├── billing-export.json │ ├── billing-ledger.json │ ├── compliance-audit.json │ ├── compliance-report.json │ ├── config-export.json │ ├── config-shadow.json │ ├── config.json │ ├── credential-export.json │ ├── database-backup.json │ ├── dataset-export.json │ ├── debug-portal.json │ ├── debug-trace.json │ ├── dotenv.json │ ├── environment-snapshot.json │ ├── feature-flag.json │ ├── framework-config.json │ ├── git-config.json │ ├── graphql.json │ ├── insider-trace.json │ ├── integration-token.json │ ├── operations-snapshot.json │ ├── pipeline-chatter.json │ ├── pipeline-log.json │ ├── secret-dossier.json │ ├── session-ledger.json │ ├── spring-actuator.json │ ├── swagger.json │ ├── telemetry-snapshot.json │ ├── telemetry-stream.json │ ├── token-cache.json │ ├── token-vault.json │ ├── user-dump.json │ └── webhook-registry.json ├── templates.json └── templates_extended.json ├── logo.png ├── main.py └── wordlists ├── hackxpert_endpoints.txt ├── hackxpert_endpoints_25000.txt └── hackxpert_parameters.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/README.md -------------------------------------------------------------------------------- /USER_MANUAL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/USER_MANUAL.md -------------------------------------------------------------------------------- /automations/build_api_regex_rules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/build_api_regex_rules.py -------------------------------------------------------------------------------- /automations/regex_sets/admin-report.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/admin-report.json -------------------------------------------------------------------------------- /automations/regex_sets/analytics-drift.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/analytics-drift.json -------------------------------------------------------------------------------- /automations/regex_sets/backup-archive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/backup-archive.json -------------------------------------------------------------------------------- /automations/regex_sets/billing-export.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/billing-export.json -------------------------------------------------------------------------------- /automations/regex_sets/billing-ledger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/billing-ledger.json -------------------------------------------------------------------------------- /automations/regex_sets/compliance-audit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/compliance-audit.json -------------------------------------------------------------------------------- /automations/regex_sets/compliance-report.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/compliance-report.json -------------------------------------------------------------------------------- /automations/regex_sets/config-export.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/config-export.json -------------------------------------------------------------------------------- /automations/regex_sets/config-shadow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/config-shadow.json -------------------------------------------------------------------------------- /automations/regex_sets/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/config.json -------------------------------------------------------------------------------- /automations/regex_sets/credential-export.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/credential-export.json -------------------------------------------------------------------------------- /automations/regex_sets/database-backup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/database-backup.json -------------------------------------------------------------------------------- /automations/regex_sets/dataset-export.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/dataset-export.json -------------------------------------------------------------------------------- /automations/regex_sets/debug-portal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/debug-portal.json -------------------------------------------------------------------------------- /automations/regex_sets/debug-trace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/debug-trace.json -------------------------------------------------------------------------------- /automations/regex_sets/dotenv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/dotenv.json -------------------------------------------------------------------------------- /automations/regex_sets/environment-snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/environment-snapshot.json -------------------------------------------------------------------------------- /automations/regex_sets/feature-flag.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/feature-flag.json -------------------------------------------------------------------------------- /automations/regex_sets/framework-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/framework-config.json -------------------------------------------------------------------------------- /automations/regex_sets/git-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/git-config.json -------------------------------------------------------------------------------- /automations/regex_sets/graphql.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/graphql.json -------------------------------------------------------------------------------- /automations/regex_sets/insider-trace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/insider-trace.json -------------------------------------------------------------------------------- /automations/regex_sets/integration-token.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/integration-token.json -------------------------------------------------------------------------------- /automations/regex_sets/operations-snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/operations-snapshot.json -------------------------------------------------------------------------------- /automations/regex_sets/pipeline-chatter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/pipeline-chatter.json -------------------------------------------------------------------------------- /automations/regex_sets/pipeline-log.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/pipeline-log.json -------------------------------------------------------------------------------- /automations/regex_sets/secret-dossier.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/secret-dossier.json -------------------------------------------------------------------------------- /automations/regex_sets/session-ledger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/session-ledger.json -------------------------------------------------------------------------------- /automations/regex_sets/spring-actuator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/spring-actuator.json -------------------------------------------------------------------------------- /automations/regex_sets/swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/swagger.json -------------------------------------------------------------------------------- /automations/regex_sets/telemetry-snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/telemetry-snapshot.json -------------------------------------------------------------------------------- /automations/regex_sets/telemetry-stream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/telemetry-stream.json -------------------------------------------------------------------------------- /automations/regex_sets/token-cache.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/token-cache.json -------------------------------------------------------------------------------- /automations/regex_sets/token-vault.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/token-vault.json -------------------------------------------------------------------------------- /automations/regex_sets/user-dump.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/user-dump.json -------------------------------------------------------------------------------- /automations/regex_sets/webhook-registry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/regex_sets/webhook-registry.json -------------------------------------------------------------------------------- /automations/templates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/templates.json -------------------------------------------------------------------------------- /automations/templates_extended.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/automations/templates_extended.json -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/logo.png -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/main.py -------------------------------------------------------------------------------- /wordlists/hackxpert_endpoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/wordlists/hackxpert_endpoints.txt -------------------------------------------------------------------------------- /wordlists/hackxpert_endpoints_25000.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/wordlists/hackxpert_endpoints_25000.txt -------------------------------------------------------------------------------- /wordlists/hackxpert_parameters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-XSS-Rat/hackxpert-brute/HEAD/wordlists/hackxpert_parameters.txt --------------------------------------------------------------------------------