You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2023. It is now read-only.
Replace `<TARGET_DOMAIN>` with the desired IP address or domain, `<TARGET_PORT>` with the port you wish to scan, and `<API_KEY>` with your Netlas API key.
25
-
26
24
Use the optional `-v` flag for verbose output.
27
-
28
25
For example, to search at the `google.com` IP address on port `443` using the Netlas API key `1234567890abcdef`, enter:
29
-
30
26
```bash
31
27
c2detect -t google.com -p 443 -s 1234567890abcdef
32
28
```
@@ -36,62 +32,27 @@ To download a release of the utility, follow these steps:
36
32
37
33
- Visit the repository's releases page on GitHub.
38
34
- Download the latest release file (typically a JAR file) to your local machine.
39
-
- In the same directory as the JAR file, create a `config.properties` file and add this line:
40
-
41
-
```bash
42
-
api.key=<your-netlas-api-key>
43
-
```
44
-
45
-
- Replace `<your-netlas-api-key>` with your actual Netlas API key.
46
-
- In a terminal, navigate to the directory containing the JAR and `config.properties` files.
35
+
- In a terminal, navigate to the directory containing the JAR file.
47
36
- Execute the following command to initiate the utility:
- Replace `<version>` with the version number of the release you downloaded, `<ip-or-domain>` with the IP address or domain you want to search for C2 servers on, and `<port>` with the port you want to scan.
52
-
53
-
## Docker compose
54
-
To build and run the utility using Docker Compose, follow these steps:
0 commit comments