Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Invoke-Stealth - Simple And Powerful PowerShell Script Obfuscator
https://1.bp.blogspot.com/-MHETDXyK-Vs/YIerQpiHnSI/AAAAAAAAV_U/Gi67TI-jS-MoXZOTLEsFBCDIV9rrDQpsACNcBGAsYHQ/w640-h400/Invoke-Stealth_1_Invoke-Stealth.png
Invoke-Stealth is a Simple & Powerful PowerShell Script Obfuscator.
This tool helps you to automate the obfuscation process of any script written in PowerShell with different techniques. You can use any of them separately, together or all of them sequentially with ease, from Windows or Linux.
Requirements
* Powershell 4.0 or higher
* Bash*
* Python 3*
*Required to use all features
Download
It is recommended to clone the complete repository or download the zip file. You can do this by running the following command:
You can also download the limited version as follows:
Usage
The detailed guide of use can be found at the following link:
https://darkbyte.net/ofuscando-scripts-de-powershell-con-invoke-stealth
License
This project is licensed under the GNU 3.0 license - see the LICENSE file for more details.
Credits and Acknowledgments
This script has been created and designed from scratch by Joel Gámez Molina // @JoelGMSec
Some modules use third-party code, scripts, and tools, particularly:
• Chimera by tokyoneon --> https://github.com/tokyoneon/Chimera
• BetterXencrypt by GetRektBoy724 --> https://github.com/GetRektBoy724/BetterXencrypt
• PyFuscation by CBHue --> https://github.com/CBHue/PyFuscation
• PSObfuscation by gh0x0st --> https://github.com/gh0x0st/Invoke-PSObfuscation
Contact
This software does not offer any kind of guarantee. Its use is exclusive for educational environments and / or security audits with the corresponding consent of the client. I am not responsible for its misuse or for any possible damage caused by it.
For more information, you can contact through info@darkbyte.net
Download Invoke-Stealth
___________________________
@hacking_Attack
@Hacking_Video
Invoke-Stealth - Simple And Powerful PowerShell Script Obfuscator
https://1.bp.blogspot.com/-MHETDXyK-Vs/YIerQpiHnSI/AAAAAAAAV_U/Gi67TI-jS-MoXZOTLEsFBCDIV9rrDQpsACNcBGAsYHQ/w640-h400/Invoke-Stealth_1_Invoke-Stealth.png
Invoke-Stealth is a Simple & Powerful PowerShell Script Obfuscator.
This tool helps you to automate the obfuscation process of any script written in PowerShell with different techniques. You can use any of them separately, together or all of them sequentially with ease, from Windows or Linux.
Requirements
* Powershell 4.0 or higher
* Bash*
* Python 3*
*Required to use all features
Download
It is recommended to clone the complete repository or download the zip file. You can do this by running the following command:
git clone https://github.com/JoelGMSec/Invoke-Stealth.git
You can also download the limited version as follows:
powershell iwr -useb https://darkbyte.net/invoke-stealth.php -outfile Invoke-Stealth.ps1
Usage
.\Invoke-Stealth.ps1 -help
Info: This tool helps you to automate the obfuscation process of
any script written in PowerShell with different techniques
Usage: .\Invoke-Stealth.ps1 script.ps1 -technique Xencrypt
- You can use as single or separated by commas -
Techniques:
· Chimera: Substitute strings and concatenate variables
· Xencrypt: Compresses and encrypts with random iterations
· PyFuscation: Obfuscate functions, variables and parameters
· PSObfuscation: Convert content to bytes and encode with Gzip
· ReverseB64: Encode with base64 and reverse it to avoid detections
· All: Sequentially executes all techniques described above
Warning: The output script will exponentially multiply the original size
Chimera & PyFuscation need dependencies to work properly in Windows
The detailed guide of use can be found at the following link:
https://darkbyte.net/ofuscando-scripts-de-powershell-con-invoke-stealth
License
This project is licensed under the GNU 3.0 license - see the LICENSE file for more details.
Credits and Acknowledgments
This script has been created and designed from scratch by Joel Gámez Molina // @JoelGMSec
Some modules use third-party code, scripts, and tools, particularly:
• Chimera by tokyoneon --> https://github.com/tokyoneon/Chimera
• BetterXencrypt by GetRektBoy724 --> https://github.com/GetRektBoy724/BetterXencrypt
• PyFuscation by CBHue --> https://github.com/CBHue/PyFuscation
• PSObfuscation by gh0x0st --> https://github.com/gh0x0st/Invoke-PSObfuscation
Contact
This software does not offer any kind of guarantee. Its use is exclusive for educational environments and / or security audits with the corresponding consent of the client. I am not responsible for its misuse or for any possible damage caused by it.
For more information, you can contact through info@darkbyte.net
Download Invoke-Stealth
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Invoke-Stealth - Simple And Powerful PowerShell Script Obfuscator
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Kirby CMS 3.5.3.1 Cross Site Scripting
https://4.bp.blogspot.com/-yl8JZs3kPK0/WWlvOF1SUeI/AAAAAAAAIMk/jv5-1ECzklsqpq4rMFWFx2wFFGh-Q9GlwCLcBGAs/s1600/h24.png
Kirby CMS version 3.5.3.1 suffers from a cross site scripting vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kirby CMS 3.5.3.1 Cross Site Scripting
https://4.bp.blogspot.com/-yl8JZs3kPK0/WWlvOF1SUeI/AAAAAAAAIMk/jv5-1ECzklsqpq4rMFWFx2wFFGh-Q9GlwCLcBGAs/s1600/h24.png
Kirby CMS version 3.5.3.1 suffers from a cross site scripting vulnerability.
MD5 |
1d1bb3ac967c07a128519e5db831d258Download
# Exploit Title: Kirby CMS 3.5.3.1 - 'file' Cross-Site Scripting (XSS)
# Date: 21-04-2021
# Exploit Author: Sreenath Raghunathan
# Vendor Homepage: https://getkirby.com/
# Software Link: https://github.com/getkirby/kirby
# Version: 3.5.3.1(REQUIRED)
# CVE : CVE-2021-29460
POST /api/users/
">
-----------------------------286121627839893676321700902916--
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Kirby CMS 3.5.3.1 Cross Site Scripting
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Android NFC Stack Out-Of-Bounds Write
https://1.bp.blogspot.com/--r13ngwGJe8/WWlvLp4DX4I/AAAAAAAAIMI/4n3jDvF3elUQ0c2WO1JA-mB24XU3pCyAACLcBGAs/s1600/h17.png
Android suffers from an out-of-bounds write in the NFC stack when handling MIFARE Classic TLVs.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Android NFC Stack Out-Of-Bounds Write
https://1.bp.blogspot.com/--r13ngwGJe8/WWlvLp4DX4I/AAAAAAAAIMI/4n3jDvF3elUQ0c2WO1JA-mB24XU3pCyAACLcBGAs/s1600/h17.png
Android suffers from an out-of-bounds write in the NFC stack when handling MIFARE Classic TLVs.
MD5 |
1876be15a92df0d791bf35ae3be87ae4Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Android NFC Stack Out-Of-Bounds Write
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
PFSense 2.5.0 Cross Site Scripting
https://2.bp.blogspot.com/-weqZA-ftzQE/WWlvbeJCv3I/AAAAAAAAIPM/_poAex3uv6ENktRwTJkjqdNNBZYRKBnvQCLcBGAs/s1600/h74.png
PFSense version 2.5.0 suffers from a persistent cross site scripting vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
PFSense 2.5.0 Cross Site Scripting
https://2.bp.blogspot.com/-weqZA-ftzQE/WWlvbeJCv3I/AAAAAAAAIPM/_poAex3uv6ENktRwTJkjqdNNBZYRKBnvQCLcBGAs/s1600/h74.png
PFSense version 2.5.0 suffers from a persistent cross site scripting vulnerability.
MD5 |
da48c8ecd86bf68532a8db99f3ada8beDownload
I. VULNERABILITY
-------------------------
Store XSS Attacks vulnerabilities in PFSense Version 2.5.0
II. BACKGROUND
-------------------------
The pfSense project is a free network firewall distribution, based on the
FreeBSD operating system with a custom kernel and including third party
free software packages for additional functionality. Through this package,
system pfSense software is able to provide most of the functionality of
common commercial firewalls, and many times more.
III. DESCRIPTION
-------------------------
Has been detected a Stored XSS vulnerability in PFSense.
The code injection is done through the parameter “Description” in the page
“/services_wol_edit.php?id=0
IV. PROOF OF CONCEPT
-------------------------
The application does not validate the parameter “Description” correctly
when run Wake All Devices.
First add script in field “Description”
After Run
Wake All Devices
/services_wol.php?wakeall=true
V. BUSINESS IMPACT
-------------------------
An attacker can execute arbitrary HTML or script code in a targeted
user's browser, , that allows the execution of arbitrary HTML/script code
to be executed in the context of the victim user's browser.
VI. SYSTEMS AFFECTED
-------------------------
Tested PFSense 2.5.0
VII. SOLUTION
-------------------------
All data received by the application and that can be modified by the user,
before making any kind of transaction with them must be validated correctly
Upgrade 2.5.1
By William Costa
william.costa@gmail.com
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
PFSense 2.5.0 Cross Site Scripting
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Exploit Collector
Backdoor.Win32.Agent.afq Heap Corruption
___________________________
@hacking_Attack
@Hacking_Video
Backdoor.Win32.Agent.afq Heap Corruption
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Backdoor.Win32.Agent.afq Heap Corruption
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Trojan-Dropper.Win32.Dycler.vrp Insecure Permissions
https://3.bp.blogspot.com/-WgHI0tg_gBA/WWlu6qiRwXI/AAAAAAAAIJQ/y7F9DyJjlcsOiH2i6j2FGMtA3ctyoL26QCLcBGAs/s1600/h109.png
Trojan-Dropper.Win32.Dycler.vrp malware suffers from an insecure permissions vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Trojan-Dropper.Win32.Dycler.vrp Insecure Permissions
https://3.bp.blogspot.com/-WgHI0tg_gBA/WWlu6qiRwXI/AAAAAAAAIJQ/y7F9DyJjlcsOiH2i6j2FGMtA3ctyoL26QCLcBGAs/s1600/h109.png
Trojan-Dropper.Win32.Dycler.vrp malware suffers from an insecure permissions vulnerability.
MD5 |
9975cb2e3f2abc05550a8482fa39a28dDownload
Discovery / credits: Malvuln - malvuln.com (c) 2021
Original source: https://malvuln.com/advisory/1d6d6d3c077250b7b3ad053e71054ecc.txt
Contact: malvuln13@gmail.com
Media: twitter.com/malvuln
Threat: Trojan-Dropper.Win32.Dycler.vrp
Vulnerability: Insecure Permissions
Description: The malware creates an insecure dir named "Drivers" under c:\ drive and grants change (C) permissions to the authenticated user group. Standard users can rename the executables dropped by the malware to disable it or replace it with their own executable. Then wait for a privileged user to logon to the infected machine to potentially escalate privileges.
Type: PE32
MD5: 1d6d6d3c077250b7b3ad053e71054ecc
Vuln ID: MVID-2021-0186
Dropped files: dlhost.exe, hgo.bat
Disclosure: 04/27/2021
Exploit/PoC:
C:\>cacls Drivers
C:\Drivers BUILTIN\Administrators:(OI)(CI)(ID)F
NT AUTHORITY\SYSTEM:(OI)(CI)(ID)F
BUILTIN\Users:(OI)(CI)(ID)R
NT AUTHORITY\Authenticated Users:(ID)C
NT AUTHORITY\Authenticated Users:(OI)(CI)(IO)(ID)C
C:\Drivers>attrib -s -h symbols
C:\Drivers>dir symbols
Volume in drive C has no label.F
Directory of C:\Drivers\symbols
10/13/2011 09:50 AM 1,710,592 dlhost.exe
10/13/2011 09:52 AM 79 hgo.bat
04/26/2021 08:36 PM Microsoft.VC90.CRT
2 File(s) 1,710,671 bytes
3 Dir(s) 6,918,037,504 bytes free
Disclaimer: The information contained within this advisory is supplied "as-is" with no warranties or guarantees of fitness of use or otherwise. Permission is hereby granted for the redistribution of this advisory, provided that it is not altered except by reformatting it, and that due credit is given. Permission is explicitly given for insertion in vulnerability databases and similar, provided that due credit is given to the author. The author is not responsible for any misuse of the information contained herein and accepts no responsibility for any damage caused by the use or misuse of this information. The author prohibits any malicious use of security related information or exploits by the author or elsewhere. Do not attempt to download Malware samples. The author of this website takes no responsibility for any kind of damages occurring from improper Malware handling or the downloading of ANY Malware mentioned on this website or elsewhere. All content Copyright (c) Malvuln.com (TM).
Source:packetstormsecurity.com
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Trojan-Dropper.Win32.Dycler.vrp Insecure Permissions
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Exploit Collector
Root Detection Bypass With frida-push And Objection For iOS And Android
___________________________
@hacking_Attack
@Hacking_Video
Root Detection Bypass With frida-push And Objection For iOS And Android
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Root Detection Bypass With frida-push And Objection For iOS And Android
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Exploit Collector
Backdoor.Win32.Agent.afq Missing Authentication
___________________________
@hacking_Attack
@Hacking_Video
Backdoor.Win32.Agent.afq Missing Authentication
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Backdoor.Win32.Agent.afq Missing Authentication
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.
Exploit Collector
Backdoor.Win32.Agent.afq Directory Traversal
___________________________
@hacking_Attack
@Hacking_Video
Backdoor.Win32.Agent.afq Directory Traversal
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Backdoor.Win32.Agent.afq Directory Traversal
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.