Lucene search
+L

114 matches found

Imperva Blog
Imperva Blog
added 2024/05/23 4:22 a.m.72 views

Frida-JIT-unPacker: An Imperva Contribution to the Security Research Community, Presented at Black Hat Asia 2024

In the ever-evolving landscape of cybersecurity threats, the battle against malicious bots is a critical concern for web applications. These bots, in addition to their ability to circumvent application security measures, are usually protected with advanced source code protection to prevent the...

7.2AI score
SaveExploits0
GithubExploit
GithubExploit
added 2023/12/03 1:45 p.m.323 views

Exploit for Cross-site Scripting in Helpsystems Cobalt_Strike

Gui-poc-test A testing tool for CobaltStrike-RCE:CVE-2022-3919...

7.5CVSS7.6AI score0.999EPSS
SaveExploits29
Talos Blog
Talos Blog
added 2023/01/12 12:59 p.m.26 views

How to instrument system applications on Android stock images

By Vitor Ventura This post is the result of research presented at Recon Montreal 2022. Two slide decks are provided along with this research . One is the presentation showing the whole process and how to do it on Google Play Protect services. The other one is a workshop on how to do it on an...

6.8AI score
SaveExploits0
NVD
NVD
added 2022/09/13 3:15 p.m.25 views

CVE-2022-36782

Pal Electronics Systems - Pal Gate Authorization Errors. The vulnerability is an authorization problem in PalGate device management android client app. Gates of bulidings and parking lots with a simple button in any smartphone. The API was found after a decompiling and static research using Jadx,...

8.6CVSS0.00448EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2021/09/21 8:30 p.m.28 views

PyHook - An Offensive API Hooking Tool Written In Python Designed To Catch Various Credentials Within The API Call

PyHook is the python implementation of my SharpHook project, It uses various API hooks in order to give us the desired credentials. PyHook Uses frida to inject it's dependencies into the target process Supported Processes Process | API Call | Description | Progress ---|---|---|--- mstsc |...

7.2AI score
SaveExploits0References3
Pen Test Partners Blog
Pen Test Partners Blog
added 2021/08/20 5:16 a.m.45 views

How to install Frida into an Android application

On a recent job I was testing a rather interesting piece of technology that had several server side checks but they wanted to add some additional security on the client side. Great!! One of these additional checks was to see if Frida was running on the device, this was proving a difficult nut to...

7.1AI score
SaveExploits0
Kitploit
Kitploit
added 2021/07/09 12:30 p.m.197 views

WFH - Windows Feature Hunter

Windows Feature Hunter WFH is a proof of concept python script that uses Frida, a dynamic instrumentation toolkit, to assist in potentially identifying common “vulnerabilities” or “features” within Windows executables. WFH currently has the capability to automatically identify potential Dynamic...

7.5AI score
SaveExploits0References1
Kitploit
Kitploit
added 2021/07/04 12:30 p.m.72 views

FRIDA-DEXDump - Fast Search And Dump Dex On Memory

Features 1. support fuzzy search broken header dex. 2. fix struct data of dex-header. 3. compatible with all android versionfrida supported. 4. support loading as objection plugin 5. pypi package has been released Requires frida: pip install frida optional click pip install click Installation Fro...

7.4AI score
SaveExploits0References2
Kitploit
Kitploit
added 2021/05/04 12:30 p.m.51 views

LibAFL - Advanced Fuzzing Library - Slot Your Fuzzer Together In Rust! Scales Across Cores And Machines. For Windows, Android, MacOS, Linux, No_Std, ...

Advanced Fuzzing Library - Slot your own fuzzers together and extend their features using Rust. LibAFL is written and maintained by Andrea Fioraldi [email protected] and Dominik Maier [email protected]. Why LibAFL? LibAFL gives you many of the benefits of an off-the-shelf fuzzer, while...

7.4AI score
SaveExploits0References12
GithubExploit
GithubExploit
added 2021/03/11 3:27 p.m.197 views

Exploit for CVE-2020-6516

WhatsApp MitD & MitM Introduction This repository contain...

7.5CVSS8.4AI score0.04765EPSS
SaveExploits1
Rapid7 Blog
Rapid7 Blog
added 2021/01/02 5:02 p.m.56 views

HaXmas Hardware Hacking

Usually, when you read an IoT hacking report or blog post, it ends with something along the lines of, "and that's how I got root," or "and there was a secret backdoor credential," or "and every device in the field uses the same S3 bucket with no authentication." You know, something bad, and the...

0.2AI score
SaveExploits0
Kitploit
Kitploit
added 2020/10/14 11:30 a.m.42 views

MEDUZA - A More Or Less Universal SSL Unpinning Tool For iOS

"MEDUZA" "медуза" means "jellyfish" in Ukrainian What is MEDUZA? It's a Frida-based tool, my replacement for SSLKillSwitch. I created it for in-house use, but then decided to opensource it. TBH, I hate open source, but the world is full of compromises... : How does it work? It's simple. First tim...

6.8AI score
SaveExploits0References3
GithubExploit
GithubExploit
added 2020/08/09 8:06 p.m.1158 views

Exploit for Exposure of Sensitive Information to an Unauthorized Actor in Google Chrome

CVE-2020-6514 The exploit When writing the exploit, I origina...

6.5CVSS8.7AI score0.0779EPSS
SaveExploits6
GoogleProjectZero
GoogleProjectZero
added 2020/08/06 12:00 a.m.70 views

Exploiting Android Messengers with WebRTC: Part 3

Posted by Natalie Silvanovich, Project Zero This is a three-part series on exploiting messenger applications using vulnerabilities in WebRTC. CVE-2020-6514 discussed in the blog post was fixed on July 14 with these CLs.This series highlights what can go wrong when applications don't apply WebRTC...

6.5CVSS8AI score0.0779EPSS
SaveExploits6
zdt
zdt
added 2020/01/14 12:00 a.m.119 views

WeChat - Memory Corruption in CAudioJBM::InputAudioFrameToJBM Exploit

There is a memory corruption vulnerability in audio processing during a voice call in WeChat. When an RTP packet is processed, there is a call to UnpacketRTP. This function decrements the length of the packet by 12 without checking that the packet has at least 12 bytes in it. This leads to a...

5.5CVSS0.1AI score0.00687EPSS
SaveExploits5
Exploit DB
Exploit DB
added 2020/01/14 12:00 a.m.114 views

WeChat - Memory Corruption in CAudioJBM::InputAudioFrameToJBM

There is a memory corruption vulnerability in audio processing during a voice call in WeChat. When an RTP packet is processed, there is a call to UnpacketRTP. This function decrements the length of the packet by 12 without checking that the packet has at least 12 bytes in it. This leads to a...

5.3AI score
SaveExploits0
exploitpack
exploitpack
added 2020/01/14 12:00 a.m.30 views

WeChat - Memory Corruption in CAudioJBM::InputAudioFrameToJBM

WeChat - Memory Corruption in CAudioJBM::InputAudioFrameToJBM There is a memory corruption vulnerability in audio processing during a voice call in WeChat. When an RTP packet is processed, there is a call to UnpacketRTP. This function decrements the length of the packet by 12 without checking tha...

SaveExploits0
exploitpack
exploitpack
added 2019/09/24 12:00 a.m.42 views

iMessage - Decoding NSSharedKeyDictionary Can Read Object Out of Bounds

iMessage - Decoding NSSharedKeyDictionary Can Read Object Out of Bounds When an NSKeyedUnarchiver decodes an object, it first allocates the object using allocWithZone, and then puts the object into a dictionary for temporary objects. It then calls the appropriate initWithCoder: on the allocated...

0.5AI score
SaveExploits0
Exploit DB
Exploit DB
added 2019/09/24 12:00 a.m.261 views

iMessage - Decoding NSSharedKeyDictionary Can Read Object Out of Bounds

When an NSKeyedUnarchiver decodes an object, it first allocates the object using allocWithZone, and then puts the object into a dictionary for temporary objects. It then calls the appropriate initWithCoder: on the allocated object. If initWithCoder: or any method it calls decodes the same object,...

9.8CVSS8AI score0.16997EPSS
SaveExploits4
Kitploit
Kitploit
added 2019/08/27 1:18 p.m.207 views

EVABS - Extremely Vulnerable Android Labs

An open source Android application that is intentionally vulnerable so as to act as a learning platform for Android application security beginners. The effort is to introduce beginners with very limited or zero knowledge to some of the major and commonly found real-world based Android application...

7.4AI score
SaveExploits0References7
Rows per page
Query Builder