Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K 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
Bug-Bounty | FASTMAIL [topicbox.com: Privileges Escalation > Organization Takeover]

Hi everyoneContinue reading on Medium »
Read more...
Bug Bounty en Software Libre

PUBLICADO EN 23 SEPTIEMBRE, 2021POR EHACKINGContinue reading on Medium »
Read more...
Deep Web
How do escrow sites scam you?

Since both you and the seller have to ok the transaction how do you get scammed? Is it the escrow service stealing your money or the vendor lying about having an escrow?

submitted by /u/Illustrious-Web9850
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
JSpanda is client-side prototype pollution vulnerability (https://www.kitploit.com/search/label/Vulnerability) scanner. It has two key features, scanning vulnerability the supplied URLs and analyzing the JavaScript libraries' source code. However, JSpanda cannot detect advanced prototype pollution vulnerabilities.
How JSPanda works?
Uses multiple payloads for prototype pollution vulnerability. Gathers all the links in the targets for scanning and add payloads to JSpanda-obtained URLs, navigates to each URL with headless Chromedriver. Scans all words in the source code of potentially vulnerable JavaScript library and it creates a simple JS PoC by finding the script gadget, helping you analyze the code manually.
Requirements
Download latest version of Google Chrome and Chromedriver Selenium
Usage
Scan: python3.7 jspanda.py Add URLs to url.txt file, for instance : example.com Basic Source Code Analysis (https://www.kitploit.com/search/label/Source%20Code%20Analysis) : python3.7 analyze.py Add a JavaScript library's source code to analyze.js Generate PoC code using analyze.py Execute PoC code on Chrome's console. It pollutes all the words collected from the source code and show it on the screen. So it may generate false positive results. These outputs provide additional information to researchers, do not automate everything.
Demonstration

___________________________
@hacking_Attack
@Hacking_Video