projectdiscovery / interactsh

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

Adding support for ftps #868

Closed Mzack9999 closed 4 months ago

Mzack9999 commented 4 months ago

Closes #748

Mzack9999 commented 4 months ago
# go run . -d hackwithautomation.com -ftp

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

                projectdiscovery.io

[INF] Current interactsh version 1.1.9 (latest)
[INF] Public IP: 157.230.223.165
[INF] Outbound IP: 157.230.223.165
[INF] Client Token: xxx
[INF] Loading existing SSL Certificate for:  [*.hackwithautomation.com, hackwithautomation.com]
1.716195531192295e+09   info    maintenance     started background certificate maintenance      {"cache": "0xc000179a00"}
[INF] Listening with the following services:
[FTP] Listening on TCP 157.230.223.165:21
[FTPS] Listening on TCP 157.230.223.165:990
[SMTPS] Listening on TCP 157.230.223.165:587
[DNS] Listening on TCP 157.230.223.165:53
[HTTPS] Listening on TCP 157.230.223.165:443
[HTTP] Listening on TCP 157.230.223.165:80
[DNS] Listening on UDP 157.230.223.165:53
[SMTP] Listening on TCP 157.230.223.165:25
[LDAP] Listening on TCP 157.230.223.165:389
...

image