-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Exec-command] Add semi-interactive shell
Signed-off-by: XiaoliChan <[email protected]>
- Loading branch information
1 parent
7bf2ba9
commit 37f7fc9
Showing
9 changed files
with
247 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,6 +85,7 @@ Enable/disable amsi bypass: | |
python3 wmiexec-pro.py administrator:[email protected] amsi -disable | ||
Execute command: | ||
python3 wmiexec-pro.py administrator:[email protected] exec-command -shell (Launch a semi-interactive shell) | ||
python3 wmiexec-pro.py administrator:[email protected] exec-command -command "whoami" (Default is with output mode) | ||
python3 wmiexec-pro.py administrator:[email protected] exec-command -command "whoami" -silent (Silent mode) | ||
python3 wmiexec-pro.py administrator:[email protected] exec-command -command "whoami" -silent -old (Slient mode in old version OS, such as server 2003) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.