Releases: projectdiscovery/interactsh
Releases · projectdiscovery/interactsh
v1.2.2
What's Changed
- Fixed issue with correlation id for missing DNS interaction by @Mzack9999 in #981
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Added PDCP auth option by @RamanaReddy0M in #930
-auth configure projectdiscovery cloud (pdcp) api key (default true)
$ ./interactsh-client -auth
_ __ __ __
(_)___ / /____ _________ ______/ /______/ /_
/ / __ \/ __/ _ \/ ___/ __ '/ ___/ __/ ___/ __ \
/ / / / / /_/ __/ / / /_/ / /__/ /_(__ ) / / /
/_/_/ /_/\__/\___/_/ \__,_/\___/\__/____/_/ /_/
projectdiscovery.io
[INF] You are logged in as (@dogan)
🐞 Bug Fixes
- Fixed DNS correlation id processing by @dogancanbakir in #918
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Important
This release includes a critical security fix for the SMB option in interactsh server. SMB is an optional feature and is disabled by default. Users utilizing -smb
option should consider updating interactsh project to latest version.
What's Changed
🎉 New Feature
- Added support for FTP over TLS by @Mzack9999 in #868
🐞 Bug Fixes
- Removed smb share by @Mzack9999 in #874
🔨 Maintenance
Other Changes
- Added
err
check by @dogancanbakir in #807 - Updated DNS Config tutorial link in README.md by @Jesse-0x in #862
- Updated spray options for interactsh httpclient by @ehsandeep in #876
New Contributors
Full Changelog: v1.1.9...v1.2.0
v1.1.9
What's Changed
🎉 New Feature
- Added dynamic response (
-dynamic-resp
) to work with static content (-http-directory
) in server by @ounissi-zakaria in #747
🐞 Bug Fixes
- Fixed remote address info via log handler in server by @Mzack9999 in #804
- Fixed interface conversion panic in server by @dogancanbakir in #777
Other Changes
New Contributors
- @ounissi-zakaria made their first contribution in #747
Full Changelog: v1.1.8...v1.1.9
v1.1.8
What's Changed
🎉 New Feature
- Added base64 encoded query & path input to set dynamic response by @iamnoooob in #701
curl -s 'https://hackwithautomation.com/x?b64_body=dGhpcyBpcyBleGFtcGxlIGJvZHk='
this is example body
🐞 Bug Fixes
- Fixed issue with smb listener by @Mzack9999 in #676
New Contributors
- @testwill made their first contribution in #684
- @LuD1161 made their first contribution in #707
- @iamnoooob made their first contribution in #701
Full Changelog: v1.1.7...v1.1.8
v1.1.7
What's Changed
🐞 Bug Fixes
- Fixed issue with ACAO header by @dogancanbakir in #662
Other Changes
- Fixed issue with default folder permission by @ccf5maj37 in #645
New Contributors
- @ccf5maj37 made their first contribution in #645
Full Changelog: v1.1.6...v1.1.7
v1.1.6
What's Changed
🎉 New Feature
export INTERACTSH_TLS_VERIFY=true
Other Changes
New Contributors
- @hahwul made their first contribution in #615
- @bl13pbl03p made their first contribution in #647
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
🐞 Bugs
- Fixed issue of random failure to obtain public ip + fallback to outbound ip on fail by @Ice3man543 in #599
🎉 Features
- Export generated payload URLs to file by @dogancanbakir in #569
New Contributors
- @dogancanbakir made their first contribution in #569
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Added error upstream + random eviction fix by @Mzack9999 in #531
- Added random order visit helper by @Mzack9999 in #562
Deps update
- chore(deps): bump github.com/projectdiscovery/retryabledns from 1.0.23 to 1.0.24 by @dependabot in #550
- chore(deps): bump golang from 1.20.3-alpine to 1.20.4-alpine in /.github/docker/client by @dependabot in #551
- chore(deps): bump golang from 1.20.3-alpine to 1.20.4-alpine in /.github/docker/server by @dependabot in #552
- chore(deps): bump github.com/projectdiscovery/asnmap from 1.0.3 to 1.0.4 by @dependabot in #558
- chore(deps): bump github.com/projectdiscovery/retryablehttp-go from 1.0.15 to 1.0.16 by @dependabot in #555
- chore(deps): bump github.com/projectdiscovery/gologger from 1.1.8 to 1.1.10 by @dependabot in #557
- chore(deps): bump alpine from 3.17.3 to 3.18.0 in /.github/docker/server by @dependabot in #559
- chore(deps): bump github.com/projectdiscovery/utils from 0.0.29 to 0.0.30 by @dependabot in #560
- chore(deps): bump alpine from 3.17.3 to 3.18.0 in /.github/docker/client by @dependabot in #561
- chore(deps): bump github.com/projectdiscovery/utils from 0.0.30 to 0.0.31 by @dependabot in #563
- chore(deps): bump github.com/projectdiscovery/utils from 0.0.31 to 0.0.32 by @dependabot in #564
- chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #565
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Added custom server header + option to disable version by @Bisstocuz in #510
- Fixed acme dns challenge fail with two certificates for the same domain zone by @Bisstocuz in #530
- Fixed wildcard interactions retrieval by @Mzack9999 in #536
- Updated to remove deprecated callback by @tarunKoyalwar in #535
- Updated polling errors non-fatal by @tarunKoyalwar in #545
New Contributors
- @ShubhamRasal made their first contribution in #512
- @tarunKoyalwar made their first contribution in #535
Full Changelog: v1.1.2...v1.1.3