{"id":20696074,"url":"https://github.com/neospl0it/regexscan","last_synced_at":"2026-04-21T00:02:45.537Z","repository":{"id":233008409,"uuid":"785768747","full_name":"neospl0it/regexscan","owner":"neospl0it","description":"A Tool for scanning and detecting patterns using regular expressions (regex). Find potential leaks, credentials, and sensitive data efficiently","archived":false,"fork":false,"pushed_at":"2024-05-26T10:19:54.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T18:19:42.194Z","etag":null,"topics":["automation-testing","credentials","cybersecurity","go","regex","regex-match","regex-pattern","scanner","security","web-scraping","web-security"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neospl0it.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-12T15:26:57.000Z","updated_at":"2024-08-30T16:07:32.000Z","dependencies_parsed_at":"2024-04-12T23:05:47.904Z","dependency_job_id":"935e1d3b-5267-4e73-ae62-491bf03733e7","html_url":"https://github.com/neospl0it/regexscan","commit_stats":null,"previous_names":["f141ne0/regexscan","neospl0it/regexscan"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neospl0it%2Fregexscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neospl0it%2Fregexscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neospl0it%2Fregexscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neospl0it%2Fregexscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neospl0it","download_url":"https://codeload.github.com/neospl0it/regexscan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242961755,"owners_count":20213315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation-testing","credentials","cybersecurity","go","regex","regex-match","regex-pattern","scanner","security","web-scraping","web-security"],"created_at":"2024-11-17T00:12:27.852Z","updated_at":"2025-12-12T11:15:20.290Z","avatar_url":"https://github.com/neospl0it.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Regexscan\n\nRegexscan is a simple bash script designed to search for leaked credentials in the content of a given URL. It uses regex patterns to identify common credential formats that might be exposed.\n\n## Features\n\n- Fetches content from a specified URL.\n- Searches for a wide range of potential leaked credentials using regex.\n- Supports a variety of credential formats including API keys, access tokens, passwords, and more.\n\n## Requirements\n\n- `curl`: Used to fetch the content from the URL.\n- `grep`: Utilized to search the content using regex patterns.\n\n## Usage\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/f141ne0/regexscan.git\n    cd regexscan\n    ```\n\n2. Make the script executable:\n\n    ```bash\n    chmod +x regexscan.sh\n    ```\n\n3. Run the script with the `--url` parameter:\n\n    ```bash\n    ./regexscan.sh --url \u003curl\u003e\n    ```\n\n    Replace `\u003curl\u003e` with the URL you want to scan for leaked credentials.\n\n## Example\n\n```bash\n./regexscan.sh --url https://example.com\n```\n\nOutput will display any found credentials along with their context in the fetched content.\n\n```bash\n┌──(f141㉿neo)-[~/regexscan]\n└─$ ./regexscan.sh --url https://*pe******.gov.***/\nSearching for leaked credentials in https://*pe******.gov.***/...\napiKey: \"A***SyCGXNhyQ_*************Q7VoZrVAw3GM\"\n```\n\n\n## Regex Patterns\n\nThe script searches for a wide variety of credential formats including, but not limited to:\n\n- API keys\n- Access tokens\n- Secret keys\n- Passwords\n- AWS keys\n- Docker passwords\n\nFor a full list of patterns, see the `grep` command inside the script.\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request with your changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Disclaimer\n\nThis tool is intended for educational purposes and ethical testing only. Unauthorized scanning of systems without permission is illegal and unethical.\n\nFeel free to customize the repository URL, add more sections if needed, or adjust the example commands and descriptions to better fit your project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneospl0it%2Fregexscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneospl0it%2Fregexscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneospl0it%2Fregexscan/lists"}