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
-cidl, -correlation-id-length int length of the correlation id preamble (default 20)
69
-
-cidn, -correlation-id-nonce-length int length of the correlation id nonce (default 13)
69
+
-cidl, -correlation-id-length int length of the correlation id preamble (min 3, default 20)
70
+
-cidn, -correlation-id-nonce-length int length of the correlation id nonce (min 3, default 13)
70
71
-sf, -session-file string store/read from session file
71
72
72
73
FILTER:
@@ -118,7 +119,7 @@ You can configure your PDCP_API_KEY in two ways:
118
119
This will generate a unique payload that can be used forOOB testing with minimal interaction informationin the output.
119
120
120
121
```console
121
-
interactsh-client
122
+
$ interactsh-client
122
123
123
124
_ __ __ __
124
125
(_)___ / /____ _________ ______/ /______/ /_
@@ -144,7 +145,7 @@ interactsh-client
144
145
`interactsh-client` with `-sf, -session-file` flag can be used store/read the current session information from user defined file which is useful to resume the same session to poll the interactions even after the client gets stopped or closed.
Interactsh server supports both IPv4 and IPv6 addresses. You can specify multiple IP addresses using the `-ip` flag, and the server will respond with the appropriate A (IPv4) or AAAA (IPv6) records in DNS responses.
To enable `wildcard` interaction for configured Interactsh domain `wildcard` flag can be used with implicit authentication protection via the `auth` flag if the `token` flag is omitted.
As default, Interactsh server support LDAP interaction forthe payload includedin [search query](https://ldapwiki.com/wiki/LDAP%20Query%20Examples), additionally `ldap` flag can be used forcomplete logging.
[Responder](https://github.com/lgandx/Responder) is wrapped in a docker container exposing various service ports via docker port forwarding. The interactions are retrieved by monitoring the shared log file `Responder-Session.log`in the temp folder. To use it on a self-hosted instance, it's necessary first to build the docker container and tag it as `interactsh`(docker daemon must be configured correctly and with port forwarding capabilities):
812
843
813
-
```console
844
+
```bash
814
845
docker build . -t interactsh
815
846
```
816
847
817
848
Then run the service with:
818
849
819
-
```console
820
-
$ sudo interactsh-server -responder -d localhost
850
+
```bash
851
+
sudo interactsh-server -responder -d localhost
821
852
```
822
853
823
854
On default settings, the daemon listens on the following ports:
0 commit comments