Hacking Articles Tips Tricks Videos Tutorials
467 subscribers
65.7K photos
15 videos
157 files
131K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Long time no see! I’ve been a bit preoccupied with other tasks besides bug bounty hunting, so I haven’t had the chance to post any blogs…Continue reading on InfoSec Write-ups » (https://infosecwriteups.com/how-i-got-my-first-bounty-the-exciting-story-of-my-bug-bounty-breakthrough-d8391973ed41?source=rss------bug_bounty-5)
How I Got My First Bounty: The Exciting Story of My Bug Bounty Breakthrough

Long time no see! I’ve been a bit preoccupied with other tasks besides bug bounty hunting, so I haven’t had the chance to post any blogs…Continue reading on InfoSec Write-ups »
Read more...
21.4 Lab: OAuth account hijacking via redirect\_uri | 2024

This lab uses an OAuth service to allow users to log in with their social media account. A misconfiguration by the OAuth provider makes it…Continue reading on Medium »
Read more...
Red Teamer path advice
https://www.reddit.com/r/redteamsec/comments/1cshdlg/red_teamer_path_advice/

<!-- SC_OFF -->Hi guys ! I'm actually trying a reconversion from Deep learning dev/PM to cyber security (1y as dev and 3y as technical PM). I have 2 jobs I would like to reach, threat hunter and red teamer. The thing is that I actually hate pentesting, what I prefere in red teaming is malware development, command and control, pivoting and other post exploitation stuff. So my questions are : can I become red teamer without going for pentesting job first ? Is reaching threath hunter then pivoting to red teaming doable ? What is the best strategy ? Thank a lot for your help and sorry for my english its not my mother language. <!-- SC_ON --> submitted by /u/Hungry-Loquat1326 (https://www.reddit.com/user/Hungry-Loquat1326)
[link] (https://www.reddit.com/) [comments] (https://www.reddit.com/r/redteamsec/comments/1cshdlg/red_teamer_path_advice/)
How I Was Able to Perform a Subdomain Takeover Attack

Hey Hackers,Continue reading on Medium »
Read more...
Subdomain Takeover: What is It? How to Exploit? How to Find Them?

In this article, we shed light on Subdomain Takeovers and discuss 3 things:Continue reading on Medium »
Read more...
This lab uses an OAuth service to allow users to log in with their social media account. A misconfiguration by the OAuth provider makes it…Continue reading on Medium » (https://cyberw1ng.medium.com/21-4-lab-oauth-account-hijacking-via-redirect-uri-2024-4a8bfbb95d12?source=rss------bug_bounty-5)
A Arte de Explorar SQL Injection: Uma abordagem profunda

Hoje é dia de dominar a falha de SQL Injection. Iremos cobrir vários tópicos, então já prepare o seu café e vamos nessa!Continue reading on Medium »
Read more...
Gaining Control: How Response Manipulation Leads to Higher Privileges

Greetings, readers! I am Maulik Goti, a Security Analyst👨‍💻 and Cyber Security Researcher🕵🏻‍♀️. First, we understand this…Continue reading on Medium »
Read more...
Multiple Business Logic Errors in APPLE music/TV allowing bypass of parental controls

Hi techies, from this side of the screen ! Lets’ start the write-up without wasting the golden time !Continue reading on Medium »
Read more...
Subdomain (https://www.kitploit.com/search/label/Subdomain) takeover is a common vulnerability (https://www.kitploit.com/search/label/Vulnerability) that allows an attacker to gain control over a subdomain of a target domain and redirect users intended for an organization's domain to a website that performs malicious activities, such as phishing (https://www.kitploit.com/search/label/Phishing) campaigns, stealing (https://www.kitploit.com/search/label/Stealing) user cookies, etc. It occurs when an attacker gains control over a subdomain of a target domain. Typically, this happens when the subdomain has a CNAME in the DNS, but no host is providing content for it. Subhunter takes a given list of Subdomain ( https:=)s" title="Subdomain (https://www.kitploit.com/search/label/Subdomain)s">subdomains and scans them to check this vulnerability (https://www.kitploit.com/search/label/Vulnerability).
Features: Auto update Uses random user agents Built in Go Uses a fork of fingerprint data from well known sources (can-i-take-over-xyz (https://github.com/EdOverflow/can-i-take-over-xyz/blob/master/README.md)) Installation: Option 1: Download (https://github.com/Nemesis0U/Subhunter/releases) from releases Option 2: Build from source: $ git clone https://github.com/Nemesis0U/Subhunter.git
$ go build subhunter.go
Usage: Options: Usage of subhunter:
-l string
File including a list of hosts to scan
-o string
File to save results
-t int
Number of threads for scanning (default 50)
-timeout int
Timeout in seconds (default 20)
Demo (Added fake fingerprint for POC): ./Subhunter -l subdomains.txt -o test.txt

____ _ _ _
/ ___| _ _ | |__ | |__ _ _ _ __ | |_ ___ _ __
\___ \ | | | | | '_ \ | '_ \ | | | | | '_ \ | __| / _ \ | '__|
___) | | |_| | | |_) | | | | | | |_| | | | | | | |_ | __/ | |
|____/ \__,_| |_.__/ |_| |_| \__,_| |_| |_| \__| \___| |_|


A fast subdomain takeover tool

Created by Nemesis

Loaded 88 fingerprints for current scan

-----------------------------------------------------------------------------

[+] Nothing found at www.ubereats.com: Not Vulnerable
[+] Nothing found at testauth.ubereats.com: Not Vulnerable
[+] Nothing found at apple-maps-app-clip.ubereats.com: Not Vulnerable
[+] Nothing found at about.ubereats.com: Not Vulnerable
[+] Nothing found at beta.ubereats.com: Not Vulnerable
[+] Nothing found at ewp.ubereats.com: Not Vulnerable
[+] Nothi ng found at edgetest.ubereats.com: Not Vulnerable
[+] Nothing found at guest.ubereats.com: Not Vulnerable
[+] Google Cloud: Possible takeover found at testauth.ubereats.com: Vulnerable
[+] Nothing found at info.ubereats.com: Not Vulnerable
[+] Nothing found at learn.ubereats.com: Not Vulnerable
[+] Nothing found at merchants.ubereats.com: Not Vulnerable
[+] Nothing found at guest-beta.ubereats.com: Not Vulnerable
[+] Nothing found at merchant-help.ubereats.com: Not Vulnerable
[+] Nothing found at merchants-beta.ubereats.com: Not Vulnerable
[+] Nothing found at merchants-staging.ubereats.com: Not Vulnerable
[+] Nothing found at messages.ubereats.com: Not Vulnerable
[+] Nothing found at order.ubereats.com: Not Vulnerable
[+] Nothing found at restaurants.ubereats.com: Not Vulnerable
[+] Nothing found at payments.ubereats.com: Not Vulnerable
[+] Nothing found at static.ubereats.com: Not Vulnerable

Subhunter exiting...
Results written to test.txt




Download Subhunter (https://github.com/umutcamliyurt/Subhunter)