projectdiscovery / interactsh

An OOB interaction gathering server and client library
https://app.interactsh.com
MIT License
3.3k stars 352 forks source link

Fixing remote address info via log handler #804

Closed Mzack9999 closed 6 months ago

Mzack9999 commented 6 months ago
$ sudo go run . -ip 192.168.10.4 -lip 192.168.10.4 -d local.host -e 365 -t t0k3n -se -dr -dv -ldap -wc -ftp -verbose -debug -skip-acme

    _       __                       __       __  
   (_)___  / /____  _________ ______/ /______/ /_ 
  / / __ \/ __/ _ \/ ___/ __ '/ ___/ __/ ___/ __ \
 / / / / / /_/  __/ /  / /_/ / /__/ /_(__  ) / / /
/_/_/ /_/\__/\___/_/   \__,_/\___/\__/____/_/ /_/

                projectdiscovery.io

[INF] Current interactsh version 1.1.9-dev (development)
[INF] Listening with the following services:
[LDAP] Listening on TCP 192.168.10.4:389
[HTTP] Listening on TCP 192.168.10.4:80
[FTP] Listening on TCP 192.168.10.4:21
[DNS] Listening on TCP 192.168.10.4:53
[DNS] Listening on UDP 192.168.10.4:53
[SMTP] Listening on TCP 192.168.10.4:25
[DBG] LDAP Interaction: 
{"protocol":"ldap","unique-id":"","full-id":"","raw-request":"Connection client [1] from 192.168.10.4:61840 accepted","remote-address":"192.168.10.4:61840","timestamp":"2024-02-19T16:42:44.998718+01:00"}
...