Update README.md

This commit is contained in:
jblk01 2019-07-22 23:47:36 -05:00 committed by GitHub
parent 4ac760772a
commit 90ad580485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,24 +36,24 @@ Configured to copy docx, pdf, and xlsx files by default. Change $exfil_ext# in s
| White | Moving liberated files to mass storage |
| Green | Finished |
## NOTICE
# NOTICE
# As of May 2019, Microsoft has disabled both SMB version 2 along with disallowing anonymous access to an SMB share.
# To fix this, first follow these instructions, then you may use both the payload.txt and the s.ps1 files.
As of May 2019, Microsoft has disabled both SMB version 2 along with disallowing anonymous access to an SMB share.
To fix this, first follow these instructions, then you may use both the payload.txt and the s.ps1 files.
## Starting from a fresh Bash Bunny
# Starting from a fresh Bash Bunny
# 1. apt update ; apt install gcc
# 2. pip install impacket
# 3. cd /tools/
# 4. wget https://github.com/SecureAuthCorp/impacket/releases/download/impacket_0_9_19/impacket-0.9.19.tar.gz
# 5. tar -xzvf impacket-0.9.19.tar.gz ; mv -v impacket-0.9.19/ impacket/
# 6. python impacket/examples/smbserver - ## You should see entries for both a '-username' and a '-password'
1. apt update ; apt install gcc
2. pip install impacket
3. cd /tools/
4. wget https://github.com/SecureAuthCorp/impacket/releases/download/impacket_0_9_19/impacket-0.9.19.tar.gz
5. tar -xzvf impacket-0.9.19.tar.gz ; mv -v impacket-0.9.19/ impacket/
6. python impacket/examples/smbserver - ## You should see entries for both a '-username' and a '-password'
# Both the username and the password have been set as 'user' and 'Password01' respectively.
Both the username and the password have been set as 'user' and 'Password01' respectively.
# Changes to the payload.txt include:
# Support for SMB version 2 enabled.
# Username and password set to bypass Microsoft's disallowing of anonymous access.
# Authentication to said SMB share with credentials specified in both the payload.txt and s.ps1 files.
Support for SMB version 2 enabled.
Username and password set to bypass Microsoft's disallowing of anonymous access.
Authentication to said SMB share with credentials specified in both the payload.txt and s.ps1 files.