Interactsh Versions Save

An OOB interaction gathering server and client library

v1.0.7

1 year ago

What's Changed

Full Changelog: https://github.com/projectdiscovery/interactsh/compare/v1.0.6...v1.0.7

v1.0.6

1 year ago

What's Changed

   -hd, -http-directory string  directory with files to serve with http server
   -hi, -http-index string      custom index file for http server

Full Changelog: https://github.com/projectdiscovery/interactsh/compare/v1.0.5...v1.0.6

v1.0.5

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/projectdiscovery/interactsh/compare/v1.0.4...v1.0.5

v1.0.4

1 year ago

v1.0.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/projectdiscovery/interactsh/compare/v1.0.2...v1.0.3

v1.0.2

2 years ago

What's Changed

interactsh-client -s hackwithautomation.com -cidl 4 -cidn 6

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

        projectdiscovery.io

[INF] Listing 1 payload for OOB Testing
[INF] c8rf4e8xm4.hackwithautomation.com

New Contributors

Full Changelog: https://github.com/projectdiscovery/interactsh/compare/v1.0.1...v1.0.2

v1.0.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/projectdiscovery/interactsh/compare/v1.0.0...v1.0.1

v1.0.0

2 years ago

Security Advisories

Interactsh server < 1.0.0 Subdomain Takeover - https://github.com/projectdiscovery/interactsh/security/advisories/GHSA-m36x-mgfh-8g78

What's Changed

  • Added multiple server support + random pickup to client by @Ice3man543 in #172
  • Added new pool of interactsh server to use by @ehsandeep in #177
  • Added certmagic library support by @Ice3man543 in #162
  • Added goburrow/cache for internal kv store by @Ice3man543 in #160
  • Added TCP socket for DNS Server by @fincham in #182
  • Added ACME/TLS optional support (-skip-acme) by @Mzack9999 in #149
  • Added LDAP Server support by @Mzack9999, @maikthulhu in #55
  • Added HTTP fallback support on HTTPS failure by @Mzack9999 in #154
  • Added support for FTP service (-ftp) by @Mzack9999 in #104
  • Added custom port support by @kalidor in #128
  • Added server listening service listing by @AV-IO in #130
  • Added goflags support by @Mzack9999 in #183
  • Fixed multiple bugfixes in DNS server by @Ice3man543 in #162
  • Fixed netifaces pip package in Dockerfile by @kalidor in #143
  • Fixed case insensitive domain name (#75) by @coffeemakr in #121
  • Fixed lowercase FQDNs in responses by @Serizao in #142
  • Removed app cname entry by @Mzack9999 in #155

Issues closed in this release: https://github.com/projectdiscovery/interactsh/milestone/1?closed=1

New Contributors

  • @coffeemakr made their first contribution in #121
  • @random-robbie made their first contribution in #123
  • @kalidor made their first contribution in #128
  • @AV-IO made their first contribution in #130
  • @maikthulhu made their first contribution in #131
  • @Serizao made their first contribution in #142
  • @zt2 made their first contribution in #161
  • @fincham made their first contribution in #182

Full Changelog: https://github.com/projectdiscovery/interactsh/compare/v0.0.7...v1.0.0

v0.0.7

2 years ago

v0.0.6

2 years ago

Changelog

  • Published Interactsh web client https://github.com/projectdiscovery/interactsh-web
  • Added Wildcard (*.domain.com) interaction support (self-hosted) #17
  • Added NTLM/SMB Listener support (self-hosted) #48 #9
  • Added DNS records for cloud metadata service #83
  • Added DNS entry for the hosted Web Client https://app.interactsh.com #98
  • Added Extra validation to /deregister endpoint #84 #78, reported by @wdahlenburg
  • Added Validation for existing corelation-id check #84 #78 reported by @wdahlenburg
  • Added Docker images for interactsh client / server
  • Added Default values for hostmaster, ip and listen-ip flag in interactsh server #85
  • Added origin-url flag in interactsh server (used for web client) #85
  • Added Burp Extension / Zap Add-on details
  • Fixed a bug causing automatic corelation-id deregistration #86
  • Fixed Multiple bugs in web client projectdiscovery/interactsh-web#15
  • Updated interact.sh to interactsh.com as default interactsh server #99
  • Updated url flag to server in interactsh client