SL Android Official ™ 🇱🇰
Открыть в Telegram
💢 SL Android වෙතින්, 💥 Termux Basic ඉදලා Advance දක්වා vedio+ post Full Course එකක් කරනවා 💥 Python ,PHP ,HTML ,CSS ,Shell Programming Full course 💥 Hacking 💥අමතර තාක්ෂණික දැනුම ලබා ගත හැක
Больше2 804
Подписчики
-224 часа
-127 дней
-1730 день
Архив постов
Termux 11 | lets learn Netcat in sinhala| learn networking sinhala | ethical hacking sinhala | nmap
https://youtu.be/p8c696XYNBY
Termux 7| shell with reverse shell & bind shell | Linux shell in sinhala | windows shell in sinhala
https://youtu.be/7mFU2eTfa8o
Repost from UNIVERSITY STUDENTS 🇱🇰
Introduction to JavaScript A to Z | Web Development Full Course
https://youtu.be/_uLA71dMIYc
Repost from UNIVERSITY STUDENTS 🇱🇰
Master CSS from A to Z | Beginner's Guide to Cascading Style Sheets
https://youtu.be/ux8uB383UZs
SL UNIVERSITY STUDENTS
Smartphone hacking with NGROK Payloads
Smartphones hack කරන ආකාරය මේ වීඩියෝ එකේදි බලමු.
පෙර වීඩියෝස් නරබා තිබීම අත්යාවශ්ය වේ.
https://youtu.be/X96pgpr0bUM
NB : Promotion
TERMUX NO-3 |sinhala termux tutorial | Ethical hacking sinhala
https://youtu.be/mGUCU-KuQJI
NB : Promotion
Repost from UNIVERSITY STUDENTS 🇱🇰
Understanding Semantic HTML Elements | Dive into Web Development
https://youtu.be/ZRblGnuLa80
Repost from UNIVERSITY STUDENTS 🇱🇰
Learn HTML Basics: Introduction to HTML and Basic Tags
https://youtu.be/D-MNUiXxRUc
ලෝක ප්රසිද්ධ ගායිකාවක වන Taylor Swift පිළිබඳ සියලුම සෙවීම් X ජාලය තුල තාවකාලිකව අත්හිටුවා තිබෙනවා. ඒ ඇයගේ රුව යොදා ගනිමින් Ai තාක්ෂණය ඔස්සේ නිර්මාණය කරන ලද අසැබි දර්ශන පසුගියදා X ජාලය තුලට කිසියම් පිරිසක් මුදා හැර තිබීම හේතුවෙන්. මේ පිළිබඳව X සමාගම සඳහන් කර ඇත්තේ තත්වය පාලනය වන තුරු තාවකාලිකව මෙම පියවර ගත් බවයි.
X සමාගම තවදුරටත් ප්රකාශ කරන්නේ මේ වන විට එම දර්ශන සිය ජාලය තුලින් ඉවත් කිරීමට කටයුතු යොදමින් සිටින බවත් ඒවා X සමාජ මාධ්ය ජාලය වෙත යොමු කළ සහ ඒ තුළ බෙදා හැරීම සිදු කළ X ගිණුම් සඳහා ඉදිරියේදී නීතිමය පියවර ගැනීමට සමාගම කටයුතු කරන බවයි.
Ai තාක්ෂණය ලෝකය තුළ සීඝ්රයෙන් ජනප්රිය වෙමින් පවතින මේ කාලය තුළ මෙබඳු ක්රියාවන් දිගින් දිගටම වාර්තා වන්නේ තව දුරටත් අන්තර්ජාලය සහ සමාජ මාධ්ය භාවිතා කරන්නන්ගේ පෞද්ගලිකත්වය කෙතරම් සුරක්ෂිද යන ප්රශ්නාර්ථය ලෝකයාට ඉතිරි කරමින්.
#x
@widoxlk
TERMUX මුලසිට | Termux Hacking: Basic to Hero | Episode 02
https://youtu.be/uSDCfvVQmh4
SL ANDROID
TERMUX මුලසිට | Termux Basics : Mastering Ethical Hacking with Termux
Termux basics ටික අල්ලගන්න බැරිවෙලා කෙලවෙලා ඉන්න අයට තමයි මේ වීඩියෝ seris එක.termux එකෙන් ලොකු වැඩක් කරන්න නම් මුල් ටික දැනගෙන ඉන්නම ඕන.ඉතින් මගහැර ගන්නෙ නැතුව ඉක්මනට බලන්න..
https://youtu.be/UKhFO_TLV4M
SL ANDROID
Mastering Command Prompt: Basic to Advanced Commands
හොදයි අපි මේ වීඩියෝ එකෙන් කතාකරන්නේ windows cmd එක නිවැරදිව use කරන විදිය සහ,ගොඩක් වැදගත් cmd tricks ගැනත් කතාකරනවා..ඉතින් මගහැර ගන්නෙ නැතුව ඉක්මනට බලන්න..
https://youtu.be/6AHlAHfIE6c
SL ANDROID
Repost from 𝙃𝙀𝙓𝙀𝙍™ 🇱🇰
RCE Vulnerability ✅
What is a Remote Code Execution (RCE) Vulnerability?
Imagine someone gaining control of your computer from afar, executing any commands they desire. That's essentially what an RCE vulnerability allows. It's a security flaw that lets attackers remotely run malicious code on a targeted system, giving them potential access to sensitive data, control over system resources, and the ability to disrupt operations.
How Does RCE Work?
RCE vulnerabilities can arise from various coding errors or system misconfigurations. Here are some common ways they can occur:Unsanitized user input:
When an application doesn't properly validate or filter user input, attackers can inject malicious code into fields like search bars or forms. This code can then be executed by the system.Deserialization flaws:
Applications often serialize data (convert it into a format for storage or transmission) and deserialize it (convert it back) for use. If an attacker can manipulate the serialized data, they might be able to inject and execute arbitrary code during deserialization.Code injection vulnerabilities:
Attackers exploit weaknesses in the application's code to inject their own code, which can then be executed by the system. This can happen through SQL injection, command injection, or cross-site scripting (XSS).File upload vulnerabilities:
If an application allows users to upload files without proper validation, attackers can upload malicious files that can be executed on the server.
Impact of RCE Vulnerabilities
RCE vulnerabilities are considered highly dangerous because of their potential consequences:Data theft: Attackers can steal sensitive information like passwords, financial data, or personal information. System takeover: They can gain complete control over the affected system and use it for malicious purposes, such as launching further attacks or distributing malware. Service disruption: RCE can be used to crash systems or disrupt services, causing downtime and financial losses.
Protecting Against RCE Vulnerabilities
Here are some key steps to mitigate the risk of RCE:Input validation and sanitization:
Always validate and sanitize user input to prevent malicious code injection.Use secure coding practices:
Developers should follow secure coding guidelines to avoid introducing vulnerabilities in the application.
Keep software updated:
Regularly update software and operating systems to patch known vulnerabilities.
Implement a web application firewall (WAF):
A WAF can help detect and block malicious traffic before it reaches the application.Principle of least privilege:
Limit user privileges to the minimum required for their tasks.Regular security testing:
Conduct regular penetration testing and vulnerability scanning to identify and address potential RCE vulnerabilities.
Examples of RCE Vulnerabilities
Several high-profile RCE vulnerabilities have been discovered in popular software:Log4Shell: A critical vulnerability in the widely used Apache Log4j logging library that allows attackers to execute arbitrary code on affected systems. Shellshock:A vulnerability in the Bash shell that allows attackers to execute commands on affected systems. Heartbleed: A vulnerability in the OpenSSL cryptographic library that allows attackers to steal sensitive data from affected systems.
Conclusion
RCE vulnerabilities pose a significant threat to systems and data security. By understanding how these vulnerabilities work and taking proactive measures to mitigate them, individuals and organizations can significantly reduce their risk of falling victim to RCE attacks. Remember, vigilance and a proactive approach to security are key to staying safe in the digital world.
𝙃𝙀𝙓𝙀𝙍™ 🇱🇰
Join For Morehttps://t.me/ABOUT_H3X4R
Repost from UNIVERSITY STUDENTS 🇱🇰
Exploring Straight Lines in 3D | Linear Algebra Made Simple
https://www.youtube.com/watch?v=35sN0sBR1KU&list=PLo53q4ylnKlAEpjORyJu26V8Dbl5N1YzJ
Repost from UNIVERSITY STUDENTS 🇱🇰
Mastering Vectors with Matrices in Linear Algebra
https://www.youtube.com/watch?v=N7mwxlSluJI&list=PLo53q4ylnKlAEpjORyJu26V8Dbl5N1YzJ
Repost from UNIVERSITY STUDENTS 🇱🇰
Linear Independence and Basis Vectors | Math Explained with SL Android
https://www.youtube.com/watch?v=h0MsKB1dS2o&list=PLo53q4ylnKlAEpjORyJu26V8Dbl5N1YzJ
Repost from UNIVERSITY STUDENTS 🇱🇰
Mastering Vector Operations: Dot & Cross Products Explained
https://www.youtube.com/watch?v=oPT_fa6FVww&list=PLo53q4ylnKlAEpjORyJu26V8Dbl5N1YzJ
Уже доступно! Исследование Telegram 2025 — ключевые инсайты года 
