Hacking Articles Tips Tricks Videos Tutorials
471 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
hacking: security in practice
Secure Messaging

This isn't really a hacking question but a security question, and sorry of this is a stupid question but I want to be more of the grid so, would discord or snap chat be better for secure and private communication? I just want to know what the safest way to talk to my friends online is, I wouldn't use what's app or facebook because they would mine my data.

submitted by /u/DarkMetro888
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Does iOS log incoming call data somewhere in program files?

I’m trying to prove the identity of a harassing phone caller. He is an abusive person and should not be contacting me.

I’ve tried reaching out to my carrier and they were no help, just listed the caller as unknown. I have good reason to believe he is calling from an internet based phone app in order to disguise his identity. So that got me thinking, since the call is actually being placed through the internet, would there be a way to determine where the call originated from, such as a static IP address from his home internet router? Is there some sort of code log within my phone that I might be able to retrieve this info from?

I’ve downloaded “trap call” so I’ll see if that works in the event he calls again. I do also have voicemails that he has left but no idea if there’s any viable info I could recover from them.

Thanks!

submitted by /u/HyperActivHyperDrive
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
COOK — THE WORDLISTS FRAMEWORK

Continue reading on Medium »
Read more...
Breaking Application’s Logic to DOS Attack

Hey guys,
Recently I had found a bug which was fine enough to deserve this post. So, I thought of writing it up here. I can not disclose…
Read more...
Hacking Articles Tips Tricks Videos Tutorials
GIF
KitPloit - PenTest Tools!
Ppmap - A Scanner/Exploitation Tool Written In GO, Which Leverages Prototype Pollution To XSS By Exploiting Known Gadgets

http://1.bp.blogspot.com/-iP9i_8VMqr4/YPiojQGNE-I/AAAAAAAAjao/361K5qU2dXcjLf491-8oXKkJ2Twb9uYdwCK4BGAYYCw/w640-h562/ppmap_1-703557.gif

A simple scanner/exploitation tool written in GO which automatically exploits known and existing gadgets (checks for specific variables in the global context) to perform XSS via Prototype Pollution. NOTE: The program only exploits known gadgets, but does not cover code analysis or any advanced Prototype Pollution exploitation, which may include custom gadgets.
Requirements

Make sure to have chromedp installed:
go get -u github.com/chromedp/chromedp

Installation

*
Automatically

* Download the already compiled binary here
* Give it the permission to execute chmod +x ppmap

*
Manually (compile it yourself)

* Clone the project:
git clone https://github.com/kleiton0x00/ppmap.git
* Change directory to ppmap folder:
cd ~/ppmap
* Build the binary
go build ppmap.go
Usage

Using the program is very simple, you can either:

*
scan a directory/file (or even just the website): echo 'https://target.com/index.html' | ./ppmap

*
or endpoint: echo 'http://target.com/something/?page=home' | ./ppmap
For mass scanning:
cat url.txt | ./ppmapwhere url.txt contains all url(s) in column.

Demo

http://1.bp.blogspot.com/-iP9i_8VMqr4/YPiojQGNE-I/AAAAAAAAjao/361K5qU2dXcjLf491-8oXKkJ2Twb9uYdwCK4BGAYYCw/w640-h562/ppmap_1-703557.gif

Feel free to test the tool on the following websites as a part of demonstration:
https://msrkp.github.io/pp/2.html
https://ctf.nikitastupin.com/pp/known.html

Workflow

* Identify if the website is vulnerable to Prototype Pollution by heuristic scan
* Fingerprint the known gadgets (checks for specific variables in the global context)
* Display the final exploit & ready to perform XSS

Credits

Many thanks to @Tomnomnom for the inspiration: https://www.youtube.com/watch?v=Gv1nK6Wj8qM&t=1558s
The workflow of this program is hugely based on this article: https://infosecwriteups.com/javascript-prototype-pollution-practice-of-finding-and-exploitation-f97284333b2
The fingerprint javascript file is based on this git: https://gist.github.com/nikitastupin/b3b64a9f8c0eb74ce37626860193eaec
Download Ppmap

___________________________
@hacking_Attack
@Hacking_Video