-
Using legacy 'setup.py install' for pycrypto, since package 'wheel' is not installed.
Using legacy 'setup.py install' for pefile, since package 'wheel' is not installed.
Using legacy 'setup.py ins…
-
I am currently trying to use your package to connect to a SMB share. While it works with a real server, it seems like my testing setup breaks something (or I am using something wrong).
My testing s…
-
[homepage]https://www.coresecurity.com[/homepage]
[extra_link]https://github.com/fortra/impacket[/extra_link]
[tags]network,protocols,samba,http,tcp[/tags]
[short_descr]Collection of Python classes fo…
-
Hello @garrettfoster13, @RalphDesmangles
I have tried to use the DPAPI module and I am getting the following error.
```
python3 sccmhunter.py dpapi -u Test -d test.com -target 172.16.x.x -p Te…
-
In most use cases of `go-smb` (like `go-secdump`, `go-shareenum`) is always be a landing file(binary) into the comprised target, so the good solution of bypassAV with golang binary is compile with `ga…
-
[tags]activedirectory,network,postexploitation,protocols[/tags]
[short_descr]A swiss army knife for pentesting networks.[/short_descr]
[link] https://github.com/mpgn/CrackMapExec [/link]
[long_descr]…
-
When I try to connect to Windows Azure SQL, it raises the following exception:
```
AttributeError: '_TdsSession' object has no attribute '_sock'
```
Changing line 3199 on file tds.py from:
```
self…
-
Hello there,
I'm facing an issue while using `GetADUsers.py` and `GetUserSPNs.py`, the LDAP bind fails and I don't know why. Entered credentials are good.
```
$ python GetUserSPNs.py adyolo.swag/…
-
I have been able to interact with both ldap and ldaps in various different contexts including flagging both ldap and ldaps via certipy, and ldapdomaindump, so this doesn't seem that this is an environ…
-
## Steps to reproduce
Running against tryhackme's nerdherd room results in no shares output:
```
use smb_enumshares
run rhosts=10.10.34.174
```
Example:
```
msf6 > use smb_enumshares…