Mynk0x00
Owner-
Mynk0x00 posted a new product. 6 weeks ago
0 To 1 SpringBoot Course By Anuj BhaiyaLearn Spring Boot from scratch, create REST APIs, manage databases, and handle security with ease. Perfect for beginners eager to dive into Spring Boot development!
-
Mynk0x00 posted a new product. 2 months ago
The Ultimate Three.js Course - Three.js JourneyThree.js Journey is the most complete, yet accessible course you can find.
You will start by discovering what WebGL is and why using the Three.js library is a must. You will then discover the various…
-
Mynk0x00 posted a new product. 2 months ago
Learn Backend In NodeJS From Scratch - December Batch [Sanket Singh]Key highlights of this course
- Backend Development with NodeJS
- Basics of javascript
- Advanced Javascript
- Scopes in JS
- Closures in JS
- Asynchronous Javascript with Callbacks and…
-
Mynk0x00 posted a new product. 2 months ago
Data Structures & Algorithms BootCamp @Supreme-2.0 [CodeHelp]A comprehensive program that covers the fundamentals of data structures and algorithms. It includes lectures and exercises to help students design and implement efficient solutions. This course is suitable…
-
Mynk0x00 posted an update 2 months ago
2 months ago (edited)
#A Hacker 👾 Story About How He Hacked Anki,The World’s Most Popular Flashcard App
It took us 10 days to go from “We think this might be vulnerable” to full-blown remote code execution, including the 7 days we were both on holiday.
As a student, I’ve searched far and wide for the best study method.
Pomodoro, interlapping, and active recalls. The…
-
Mynk0x00 posted a new product. 2 months ago
Beginner's Guide to IoT and Hardware Hacking [TCM Security]The Beginner’s Guide to IoT and Hardware Hacking course teaches foundational skills and techniques required to get started performing security research and testing on IoT devices and hardware. This course…
-
Mynk0x00 posted a new product. 2 months ago
HackTheBox & TryHackMe- Cyber Security Upskilling Platforms [Udemy]Whether you want to get your first job in IT security, become a white hat hacker, or prepare to check the security of your own home network, we offer practical and accessible ethical hacking courses to help…
-
Mynk0x00 posted a new product. 2 months ago
EC Council - Dark Web Forensics 2024You have, no doubt, seen the term ‘dark web’ in various news stories. However, many people in cybersecurity don’t know much about it, nor how to investigate it. The dark web is a web of sites that are…
-
Mynk0x00 started the discussion Subdomain finder one-liners in the forum Tips And Tricks 2 months ago
find subdomains from various sources and add them to output.txt file. (will need a sort out)
(curl -s "https://rapiddns.io/subdomain/$TARGET?full=1#result" 2>/dev/null | grep "<td><a" 2>/dev/null | cut -d '"' -f 2 2>/dev/null | grep http 2>/dev/null | cut -d '/' -f3 2>/dev/null | sed 's/#results//g' 2>/dev/null | sort -u 2>/dev/null)…
rapiddns.io
$TARGET Subdomain - RapidDNS Rapid DNS Information Collection
RapidDNS is a domain name information query system that supports querying information about websites, subdomains and the same ip website. RapidDNS supports A, AAAA, CNAME, CERTIFICATE and MX types.
-
Mynk0x00 started the discussion Targeted Scanning with Burp Suite: A Regex Pattern for example.com in the forum Tips And Tricks 2 months ago
Targeted Scanning with Burp Suite: A Regex Pattern for example.com
As a penetration tester or bug bounty hunter, it’s essential to focus your scanning efforts on the specific domains and subdomains that matter. In this post, we’ll explore a regex pattern that helps you target the example.com domain and its subdomains in Burp Suite, and how to combine it with powerful tools to get more fine-grained results. …
- Load More