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
APT
Do you have problems with security requirements related to any business feature?
#Tools
For those 18% who checked
"Yes. I want to find a complete set of them"
ASVS (eng) Link

For those 19% who wanted a "classified set of requirements with references to test-cases" we did this tool:
- Github repo
- Cloud version
#tools
Worth its own post :)
Security requirements generator service
https://requirements.whitespots.io/en
#education
Check this out. A free module for developers about limits from whitespots.io

https://appsec-learning.whitespots.io/
#BugBounty
#Tools

if you're looking for great tool in web recon
check these out

https://github.com/Cyber-Guy1/BlackDragon
#bugbounty One of the largest security testing checklist

Один из самых больших чеклистов в интернете по тестированию веб-приложений.
#android #mindmap

Android Application Penetration Testing Mindmap

https://www.xmind.net/m/paUMuU/

UPD:
https://www.xmind.net/m/GkgaYH/
#tools
Check live webapps from domain list

cat subdomains.txt | sed -E 's#https?://##I' | sed -E 's#/.*##' | sed -E 's#^\*\.?##' | sed -E 's#,#\n#g' | tr '[:upper:]' '[:lower:]' | uniq | sed -e 's/^/https:\/\//' | httpx -silent -timeout 2 -threads 100 -status-code -mc 200,302 |anew