{"id":20706768,"url":"https://github.com/michael2to3/c2-search-netlas","last_synced_at":"2025-05-10T20:30:57.239Z","repository":{"id":78884698,"uuid":"603156499","full_name":"michael2to3/c2-search-netlas","owner":"michael2to3","description":"Search for c2 servers based on netlas","archived":true,"fork":false,"pushed_at":"2023-05-21T16:38:13.000Z","size":763,"stargazers_count":39,"open_issues_count":1,"forks_count":12,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-17T01:28:54.744Z","etag":null,"topics":["bindshell","c2","detect","malware","reverse-shell","search","security","security-tool","shodan","vulnaribility"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michael2to3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-02-17T18:29:03.000Z","updated_at":"2024-09-08T17:15:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"66496712-8589-4fec-9051-004acb793d8b","html_url":"https://github.com/michael2to3/c2-search-netlas","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael2to3%2Fc2-search-netlas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael2to3%2Fc2-search-netlas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael2to3%2Fc2-search-netlas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael2to3%2Fc2-search-netlas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michael2to3","download_url":"https://codeload.github.com/michael2to3/c2-search-netlas/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253480284,"owners_count":21915245,"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":["bindshell","c2","detect","malware","reverse-shell","search","security","security-tool","shodan","vulnaribility"],"created_at":"2024-11-17T01:23:54.160Z","updated_at":"2025-05-10T20:30:57.216Z","avatar_url":"https://github.com/michael2to3.png","language":"Java","funding_links":[],"categories":["C2 search tools"],"sub_categories":[],"readme":"# NetAtlas C2 Server Search\n\n![Build Status](https://img.shields.io/github/actions/workflow/status/michael2to3/c2-search-netlas/build.yml?branch=main)\n[![License](https://img.shields.io/github/license/michael2to3/pretty-caldav-politech-schedule?style=flat-square)](https://github.com/michael2to3/pretty-caldav-politech-schedule/blob/main/LICENSE)\n[![Junit Jupiter](https://img.shields.io/badge/Junit-Jupiter-green?style=flat-square)](https://junit.org/junit5/)\n[![Gradle](https://img.shields.io/badge/Gradle-blue?style=flat-square)](https://gradle.org/)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/6d3c2810e4f844fa989a987f84565b7d)](https://app.codacy.com/gh/michael2to3/c2-search-netlas/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/6d3c2810e4f844fa989a987f84565b7d)](https://app.codacy.com/gh/michael2to3/c2-search-netlas/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_coverage)\n[![Docker Image Size](https://img.shields.io/docker/image-size/dockeronfullpc/c2detect?style=flat-square)](https://hub.docker.com/r/dockeronfullpc/c2detect)\n\nC2 Search Netlas is a Java utility designed to detect Command and Control (C2) servers using the Netlas API. It provides a straightforward and user-friendly CLI interface for searching C2 servers, leveraging the Netlas API to gather data and process it locally.\n\n[![asciicast](https://asciinema.org/a/Q0g0ego8SK97elJvTHN5IXLzs.svg)](https://asciinema.org/a/Q0g0ego8SK97elJvTHN5IXLzs)\n\n## Usage\n\nTo utilize this terminal utility, you'll need a Netlas API key. Obtain your key from the [Netlas](https://netlas.io) website.\n\nAfter acquiring your API key, execute the following command to search servers:\n\n```bash\nc2detect -t \u003cTARGET_DOMAIN\u003e -p \u003cTARGET_PORT\u003e -s \u003cAPI_KEY\u003e [-v]\n```\nReplace `\u003cTARGET_DOMAIN\u003e` with the desired IP address or domain, `\u003cTARGET_PORT\u003e` with the port you wish to scan, and `\u003cAPI_KEY\u003e` with your Netlas API key.\nUse the optional `-v` flag for verbose output.\nFor example, to search at the `google.com` IP address on port `443` using the Netlas API key `1234567890abcdef`, enter:\n```bash\nc2detect -t google.com -p 443 -s 1234567890abcdef\n```\n\n## Release\nTo download a release of the utility, follow these steps:\n\n- Visit the repository's releases page on GitHub.\n- Download the latest release file (typically a JAR file) to your local machine.\n- In a terminal, navigate to the directory containing the JAR file.\n- Execute the following command to initiate the utility:\n```bash\njava -jar c2-search-netlas-\u003cversion\u003e.jar -t \u003cip-or-domain\u003e -p \u003cport\u003e -s \u003cyour-netlas-api-key\u003e\n```\n\n## Docker\nTo build and start the Docker container for this project, run the following commands:\n```bash\ndocker build -t c2detect .\ndocker run -it --rm \\\n  c2detect \\\n  -s \"your_api_key\" \\\n  -t \"your_target_domain\" \\\n  -p \"your_target_port\" \\\n  -v\n```\n\n## Source\n\nTo use this utility, you need to have a Netlas API key. You can get the key from the Netlas website.\nNow you can build the project and run it using the following commands:\n```bash\n./gradlew build\njava -jar app/build/libs/c2-search-netlas-1.0-SNAPSHOT.jar --help\n```\nThis will display the help message with available options.\nTo search for C2 servers, run the following command:\n```bash\njava -jar app/build/libs/c2-search-netlas-1.0-SNAPSHOT.jar -t \u003cip-or-domain\u003e -p \u003cport\u003e -s \u003cyour-netlas-api-key\u003e\n```\nThis will display a list of C2 servers found in the given IP address or domain.\n\n## Support\n\n| Name                    | Support            |\n|-------------------------|--------------------|\n| Metasploit              | :white_check_mark: |\n| Havoc                   | :question:         |\n| Cobalt Strike           | :white_check_mark: |\n| Bruteratel              | :white_check_mark: |\n| Sliver                  | :white_check_mark: |\n| DeimosC2                | :white_check_mark: |\n| PhoenixC2               | :white_check_mark: |\n| Empire                  | :x:                |\n| Merlin                  | :white_check_mark: |\n| Covenant                | :x:                |\n| Villain                 | :white_check_mark: |\n| Shad0w                  | :x:                |\n| PoshC2                  | :white_check_mark: |\n\nLegend:\n\n- :white_check_mark: - Accept/good support\n- :question: - Support unknown/unclear\n- :x: - No support/poor support\n\n## Contributing\n\nIf you'd like to contribute to this project, please feel free to create a pull request.\n\n## License\n\nThis project is licensed under the License - see the [LICENSE](https://github.com/michael2to3/c2-search-netlas/blob/main/LICENSE) file for details.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael2to3%2Fc2-search-netlas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichael2to3%2Fc2-search-netlas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael2to3%2Fc2-search-netlas/lists"}