Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding responder + impacket wrappers #59

Merged
merged 19 commits into from
Sep 3, 2021
Merged

Adding responder + impacket wrappers #59

merged 19 commits into from
Sep 3, 2021

Conversation

Mzack9999
Copy link
Member

@Mzack9999 Mzack9999 commented Jul 24, 2021

To use responder ensure that docker is installed and correctly configured:

cd cmd/interactsh-server/
docker build . -t interactsh:latest
go build .
interactsh-server -responder

To use impacket ensure to have python3 + impacket installed:

pip3 install impacket
cd cmd/interactsh-server/
go build .
interactsh-server -smb

@Mzack9999 Mzack9999 added the Type: Enhancement Most issues will probably ask for additions or changes. label Jul 24, 2021
@Mzack9999 Mzack9999 self-assigned this Jul 24, 2021
@Mzack9999 Mzack9999 linked an issue Jul 24, 2021 that may be closed by this pull request
@Mzack9999 Mzack9999 mentioned this pull request Jul 27, 2021
@Mzack9999 Mzack9999 added the Status: Review Needed The issue has a PR attached to it which needs to be reviewed label Aug 30, 2021
@Mzack9999 Mzack9999 requested a review from ehsandeep August 30, 2021 13:50
@ehsandeep ehsandeep added Status: Completed Nothing further to be done with this issue. Awaiting to be closed. and removed Status: Review Needed The issue has a PR attached to it which needs to be reviewed labels Sep 3, 2021
@ehsandeep ehsandeep merged commit 0759b19 into dev Sep 3, 2021
@ehsandeep ehsandeep deleted the 48-feature-smb branch September 3, 2021 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] SMB Listener [Feature] NTLM support
2 participants