12.5K subscribers
550 photos
27 videos
24 files
889 links
This channel discusses:

— Offensive Security
— RedTeam
— Malware Research
— OSINT
— etc

Disclaimer:
t.iss.one/APT_Notes/6

Chat Link:
t.iss.one/APT_Notes_PublicChat
Download Telegram
Channel created
Finding CORS misconfigurations
#scripts

site="example.com"; gau "$site" | while read url;do target=$(curl -s -I -H "Origin: evil.com" -X GET $url) | if grep 'evil.com'; then [Potentional CORS Found]echo $url;else echo Nothing on "$url";fi;done
💯1
❗️Disclaimer❗️

All information in the "@APT_Notes" channel and in the "@APT_Notes_PublicChat" chat is for research and/or educational purposes only, and you are responsible for the use of this information.

THE AUTHOR DOES NOT HAVE ANY
responsibility and/or liability for how you choose to use any of the information available here. By using any information from this channel, you understand that you AGREE TO USE AT YOUR OWN RISK. Once again, All information and files available here are for EDUCATIONAL and/or RESEARCH PURPOSES ONLY.

Any actions and/or actions related to the materials contained in this channel are solely your responsibility.

This channel does not promote any activity related to hacking. All information in this channel is for research and educational purposes only.

#Disclaimer
#tools Kubernetes RBAC visualization
https://github.com/appvia/krane
#TOP10 Some examples of Broken access control
#TOP10 Where an issue might appear
#TOP10 Sensitive data exposure typical places
#memes /b bugbounty 😂
#TOP10 Broken Authentication
#tools AWS public services detection tool
https://github.com/BishopFox/smogcloud
#TOP10 Use logs, but be careful