SSH Tunnels: An age-old trick that's still widely used
- Expose a local service to the Internet
- Map a remote service to a local port
- Query an AWS RDS database with a local GUI client
- Access a server in your private VPC from a dev machine
...and a lot more. Visual memo 👇
SmuggleSheild stable version is out on chrome web store. Do give a try the extension aims to block basic HTML smuggling attacks.
https://t.co/kqy9D2VbJN
#infosec#blueteam#redteam
🔰 Find subdomains using RapidDNS
📃 Add this small function into your .bash_profile to quickly find subdomains using RapidDNS API:
rapiddns(){
curl -s "https://t.co/e6NE7XXye4\?full=1" \
| grep -oP '_blank">\K[^<]*' \
| grep -v http \
| sort -u
}
We can then use it like this:
rapiddns https://t.co/x9T5IiJ5Ck
#bugbounty #bugbountytips #bugbountytip #hackerone #bugcrowd #infosec #cybersecurity #pentesting #redteam #informationsecurity #securitycipher #technology #coding #code #recon #ai #llm #owasp
New writeup from @_specters_ and I: we're finally allowed to disclose a vulnerability reported to Kia which would've allowed an attacker to remotely control almost all vehicles made after 2013 using only the license plate.
Full disclosure:
https://t.co/e2EwvUMgqw
PHP just fixed one of my RCE vulnerabilities, which affects XAMPP by default. Check to see if you are affected and update now! 🔥
https://t.co/EQdzNTihOm
Based on "https://t.co/DvsoUNCAiv" I wrote a quick NMAP NSE script to check CVE-2023-46805 & CVE-2024-21887
NSE Script - https://t.co/9CMZI09huM
#infosec
OSINT TIP #204🕸️
Web-Check: All-in-one website OSINT tool for analysing any website
The dashboard will show - IP info, SSL chain, DNS records, cookies, headers, domain info, page map, server location, open ports, traceroute
https://t.co/1OHwvMBkun
@Lissy_Sykes👏
#OSINT#WEBINT
"Best online tools for #Telegram investigations"
An article with small list of the most important search engines, directories, online services, and bots for finding any information in Telegram.
https://t.co/EYhmySChtf
Thanks for tip @osintbear
#BugBounty#bugbountytip#infosec - Do you want to get all subdomains of a host, get the open ports of all of them (IP address deduplication), and check if there's an HTTP service running? Use the set of tools included in the screenshot! 🧵
Chat with us! https://t.co/TICVqR0By6
🚨 We discovered 3 vulnerabilities in Microsoft Message Queuing (MSMQ) service, including #QueueJumper (CVE-2023-21554), a Critical vulnerability that could allow unauthorized attackers to remotely execute code.
More details in our blog 👉 https://t.co/sobbPgFBQi
#PatchNow
v3.0 of xnLinKFinder is available:
✅ Lots of bug fixes and some small improvements, mainly around the new wordlist option.
👉 Don't forget to generate your target specific wordlist, e.g. "-owl wordlist.txt"
✅ Read the CHANGELOG for details
https://t.co/hAHxqZKxOK
#BugBounty