redsnarf icon indicating copy to clipboard operation
redsnarf copied to clipboard

RedSnarf is a pen-testing / red-teaming tool for Windows environments

Results 6 redsnarf issues
Sort by recently updated
recently updated
newest added

``` $ python2.7 redsnarf.py File "redsnarf.py", line 1138 print(unquoted[i].strip()[:len(unquoted[i].strip())-40])) ^ SyntaxError: invalid syntax ``` When I fix this, there's a different error.

Is it normal when using the standard hash format for it to use the Username and Hash as the username after trying Username and Hash? I tried connecting to a...

RedSnarf fails to connect and execute proper query if password contains complex password policy with special characters. `../redsnarf.py -H ip=10.0.0.101 -u admwiz32 -p q1w2e3R$T%Y^ -d lab.local -cQ y` ![image](https://user-images.githubusercontent.com/5232577/27782363-e4d6ce02-5fda-11e7-8c03-889eb95ecdb7.png) **Password...

target 192.168.245.145 os is win7 and mypc is also win7 D:\security\Tools>net use \192.168.254.145\admin$ admin /user:WIN-8KJMMFIL6HF\a dministrator 命令成功完成。 success!!! D:\security\Tools>net use \192.168.254.145\admin$ /del \192.168.254.145\admin$ 已经删除。 ======================================================= D:\security\Tools>net use \192.168.254.145\admin$ admin /user:WIN-8KJMMFIL6HF\a...

File "/root/redsnarf/./redsnarf.py", line 360 dce = DCERPC_v5(rpctransport) TabError: inconsistent use of tabs and spaces in indentation