
विशेषाधिकार वृद्धि परीक्षण के दौरान कस्टम पेलोड के लिए स्वचालित UAC-बायपासिंग
/$$$$$$ /$$ /$$$$$$$$ /$$ /$$ /$$$$$$$$
/$$__ $$ | $$ | $$_____/| $$ / $$| $$_____/
| $$ \__/ /$$$$$$$ /$$$$$$ /$$$$$$ | $$ /$$ /$$ /$$| $$ | $$/ $$/| $$
| $$$$$$ | $$__ $$ /$$__ $$ |____ $$| $$ /$$/| $$ | $$| $$$$$ \ $$$$/ | $$$$$
\____ $$| $$ \ $$| $$$$$$$$ /$$$$$$$| $$$$$$/ | $$ | $$| $$__/ >$$ $$ | $$__/
/$$ \ $$| $$ | $$| $$_____/ /$$__ $$| $$_ $$ | $$ | $$| $$ /$$/\ $$| $$
| $$$$$$/| $$ | $$| $$$$$$$| $$$$$$$| $$ \ $$| $$$$$$$| $$$$$$$$| $$ \ $$| $$$$$$$$
\______/ |__/ |__/ \_______/ \_______/|__/ \__/ \____ $$|________/|__/ |__/|________/
/$$ | $$
| $$$$$$/
\______/
एक उपकरण जो आपको अपने कस्टम Win32 पेलोड (विशेष रूप से x86_64 आर्किटेक्चर) में UAC-बायपास फ़ंक्शन एम्बेड करने में मदद करता है।
Linux :
इस उपकरण को
termcolorनामक पायथन मॉड्यूल की आवश्यकता है। जब आप स्क्रिप्ट चलाएंगे, तो यदि आपने इसे पहले से इंस्टॉल नहीं किया है तो यह स्वचालित रूप से इसे इंस्टॉल कर देगा, लेकिन यदि आप उपकरण को तेज़ी से काम करना चाहते हैं, तो मैं सुझाव दूंगा कि आप इसे आगे बढ़ने से पहले मैन्युअल रूप से करें।
$ pip3 install termcolor #installing termcolor
$ #Temporary usage only, installation below
$ git clone https://github.com/Zenix-Blurryface/SneakyEXE.git
$ cd SneakyEXE/Linux
$ chmod +x sneakyexe.py
$ ./sneakyexe <option>=<path to payload/code> out=<where you wanna save>
[ Windows ]:
- NOTE -
The payload can only be successfully executed by the user with Administrator privilege. Users with limited token wouldn't succeed.
$ git clone https://github.com/Zenix-Blurryface/SneakyEXE.git $ cd SneakyEXE $ chmod +x install.sh $ sudo ./install.sh
[ Windows ]:
* `UNAVAILABLE`
* (जल्द ही उपलब्ध होगा यदि बहुत से लोग मांग करें)
### निर्माण:
---
- Opensuse Leap 15.0 पर निर्मित
- `Python 3.6.5` का उपयोग करके विकसित
- पेलोड संकलन के लिए `gcc (MinGW.org GCC-8.2.0-3) 8.2.0` के साथ विकसित
###### [ पेलोड एम्बेडिंग ]
- लिफ्टर को स्रोत से बनाने के लिए, आपको `gcc gcc 8.2.0` ( `c11` ) और Windows 10(7/8) 64-bit स्थापित एक AMD64 मशीन की आवश्यकता होगी।
```sh
# Windows 10/7/8 (AMD64)
# Open cmd.exe / powershell.exe
>> gcc -mwindows -o <output>.exe /source/main.c
Python 3.5.6 (या उच्चतर) की आवश्यकता होगी, जिसमें Pyinstaller, Pillow जैसे मॉड्यूल और Windows 7 64-bit स्थापित एक AMD64 मशीन हो।# Assume we already had Python preinstalled
# Open cmd.exe / powershell.exe
>> pip install pillow # Installing Pillow
>> pip install pyinstaller # Installing Pyinstaller
>> mkdir compile # Optional directory name
>> cd compile
>> pyinstaller --windowed --onefile --icon=Icon.ico /source/Win32/GUI.py # For sysematic version ( /sys ), remove --onefile
>> cd dist
>> GUI.exe # The compiled executable :}
इस उपकरण में UACme एम्बेड है, जो मूल रूप से hfiref0x द्वारा कोडित किया गया था, लेकिन बाकी सब कुछ मेरे द्वारा कोडित किया गया है (Zenix Blurryface)
कॉपीराइट © 2019 Zenix Blurryface द्वारा
| Linux | Windows |
|---|
| आर्किटेक्चर | वैकल्पिक | x86_64 |
| Python 3.x > | हाँ | NO |
| मॉड्यूल | termcolor | NO |
| डिस्ट्रोस | कोई भी | Windows |
| संस्करण | कोई भी | Windows 7,8,10 |