Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baiyies/PowerOneLiner
Powershell shellcode one-liner. Powershell免杀一句话上线器便捷生成
https://github.com/baiyies/PowerOneLiner
bypass evasion one-liner powershell shellcode
Last synced: 9 days ago
JSON representation
Powershell shellcode one-liner. Powershell免杀一句话上线器便捷生成
- Host: GitHub
- URL: https://github.com/baiyies/PowerOneLiner
- Owner: baiyies
- License: mit
- Created: 2023-08-09T04:02:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-13T08:22:23.000Z (over 1 year ago)
- Last Synced: 2024-12-25T02:32:03.065Z (18 days ago)
- Topics: bypass, evasion, one-liner, powershell, shellcode
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 52
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - baiyies/PowerOneLiner - Powershell shellcode one-liner. Powershell免杀一句话上线器便捷生成 (Python)
README
# PowerOneLiner
[中文][url-doczh]PowerShell one-liner remote shellcode generator. Utilizes PowerShell to remotely fetch shellcode and loads it into memory after decryption with RC4. Supports both 32-bit and 64-bit shellcode.
# Use case
Loading your own shellcode in a non-persistent manner without writing to disk.# Usage
```
usage: one_liner_generator.py [-h] -input INPUT -arch {0,1} [-output OUTPUT]powershell one-liner generator.
optional arguments:
-h, --help show this help message and exit
-input INPUT input shellcode file name
-arch {0,1} shellcode arch(0 for 32 bit, 1 for 64bit)
-output OUTPUT out ps1 file name
```# Disclaimer
This tool is only intended for legally authorized enterprise security activities. When using this tool for detection, you should ensure that such activities comply with local laws and regulations and that you have obtained sufficient authorization.If you engage in any illegal activities while using this tool, you will be solely responsible for the consequences, and we will not assume any legal or joint liability.
Unless you have read, fully understood, and accepted all the terms of this agreement, please do not use this tool. Your use of this tool or any other express or implied acceptance of this agreement will be deemed as your acknowledgment and agreement to be bound by this agreement.
[url-doczh]: README_ZH.md