SL Android Official 🇱🇰
2.8K subscribers
889 photos
78 videos
66 files
471 links
💢 SL Android වෙතින්,

💥 Termux Basic ඉදලා Advance දක්වා
vedio+ post Full Course එකක් කරනවා

💥 Python ,PHP ,HTML ,CSS ,Shell Programming Full course

💥 Hacking

💥අමතර තාක්ෂණික දැනුම ලබා ගත හැක
Download Telegram
Field Axioms of number systems and Laws Explained | Engineering Mathematics

මේ වීඩියෝ එකේදි අපි ප්‍රත්‍යක්ෂ ගැන කතා කරනවා.අනිවාරෙන්ම බලන්න.

https://www.youtube.com/watch?v=m-RU_uTfL2A&list=PLo53q4ylnKlANTspMg17F09VqfzZ94b-D
Introduction to Order Axioms in Real Analysis | Engineering Mathematics

https://www.youtube.com/watch?v=E0yTbxXXp20&list=PLo53q4ylnKlANTspMg17F09VqfzZ94b-D
proving of Axioms in Real Analysis with Exercises | Engineering Mathematics

https://www.youtube.com/watch?v=dvjUy7FTPHE&list=PLo53q4ylnKlANTspMg17F09VqfzZ94b-D
🛑 Real Analysis Full Course | Engineering Mathematics 🛑

University Students ලා හැමෝටම වගේ Mathematics වල යම් කොටසක් උගන්නනවා.ඉතින් A/L වලට Maths කරපු අයටනම් ඒක ගොඩදාගන්න පුලුවන් ගේමක් නැතුව.එහෙම A/L වලට Maths කරපු නැති අයටනම් ලොකු ගේමක් දෙන්න වෙනවා.

ඉතින් ඒකට විසඳුමක් ලෙස තමයි මේ playlist එක පටන් ගත්තේ.
මෙහිදී අපි Engineering Mathematics වල Real Analysis Part එක ගැන කතා කරනවා.
මේක Specially වැදගත් වෙන්නෙ මොරටුව engineering අයට.

Full Course link : https://www.youtube.com/watch?v=BGMMPG3_nI4&list=PLo53q4ylnKlANTspMg17F09VqfzZ94b-D


YouTube channel එකත් Subscribe කරලා තියාගන්න.වැදගත් වෙයි

#realanalysis #mathematicsforcomputing #mathematicsforundergraduate #mathskuppiya
👍1
Mathematical Algebra Part 01 | Vectors | Unit vector | addition and multiplication | Triangle law

https://www.youtube.com/watch?v=XXoqor03oWA&list=PLo53q4ylnKlAEpjORyJu26V8Dbl5N1YzJ
Mathematical Algebra Part 02 | Vectors | Vector plane | Properties of Vectors |Ratio Formula Theorem

https://www.youtube.com/watch?v=Ejw1orKvQRo&list=PLo53q4ylnKlAEpjORyJu26V8Dbl5N1YzJ
Mastering Vector Operations: Dot & Cross Products Explained

https://www.youtube.com/watch?v=oPT_fa6FVww&list=PLo53q4ylnKlAEpjORyJu26V8Dbl5N1YzJ
👍3
සුබ අලුත් අවුරුද්දක් වේවා !
9
Linear Independence and Basis Vectors | Math Explained with SL Android

https://www.youtube.com/watch?v=h0MsKB1dS2o&list=PLo53q4ylnKlAEpjORyJu26V8Dbl5N1YzJ
💯1
Exploring Straight Lines in 3D | Linear Algebra Made Simple

https://www.youtube.com/watch?v=35sN0sBR1KU&list=PLo53q4ylnKlAEpjORyJu26V8Dbl5N1YzJ
2
Forwarded 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 More


https://t.me/ABOUT_H3X4R
👍1🔥1
Mastering Command Prompt: Basic to Advanced Commands

හොදයි අපි මේ වීඩියෝ එකෙන් කතාකරන්නේ windows cmd එක නිවැරදිව use කරන විදිය සහ,ගොඩක් වැදගත් cmd tricks ගැනත් කතාකරනවා..ඉතින් මගහැර ගන්නෙ නැතුව ඉක්මනට බලන්න..

https://youtu.be/6AHlAHfIE6c

SL ANDROID
3👍1
TERMUX මුලසිට | Termux Basics : Mastering Ethical Hacking with Termux

Termux basics ටික අල්ලගන්න බැරිවෙලා කෙලවෙලා ඉන්න අයට තමයි මේ වීඩියෝ seris එක.termux එකෙන් ලොකු වැඩක් කරන්න නම් මුල් ටික දැනගෙන ඉන්නම ඕන.ඉතින් මගහැර ගන්නෙ නැතුව ඉක්මනට බලන්න..

https://youtu.be/UKhFO_TLV4M

SL ANDROID
5
TERMUX මුලසිට | Termux Hacking: Basic to Hero | Episode 02

https://youtu.be/uSDCfvVQmh4

SL ANDROID
4👍1
Termux 4 | Unlock the Secrets of Ethical Hacking in Sinhala

https://youtu.be/lxTs6i-nZv4
🔥1
ලෝක ප්‍රසිද්ධ ගායිකාවක වන Taylor Swift පිළිබඳ සියලුම සෙවීම් X ජාලය තුල තාවකාලිකව අත්හිටුවා තිබෙනවා. ඒ ඇයගේ රුව යොදා ගනිමින් Ai තාක්ෂණය ඔස්සේ නිර්මාණය කරන ලද අසැබි දර්ශන පසුගියදා X ජාලය තුලට කිසියම් පිරිසක් මුදා හැර තිබීම හේතුවෙන්. මේ පිළිබඳව X  සමාගම සඳහන් කර ඇත්තේ තත්වය පාලනය වන තුරු තාවකාලිකව මෙම පියවර ගත් බවයි.
X සමාගම තවදුරටත්  ප්‍රකාශ කරන්නේ මේ වන විට එම දර්ශන සිය ජාලය තුලින් ඉවත් කිරීමට කටයුතු යොදමින් සිටින බවත් ඒවා X සමාජ මාධ්‍ය ජාලය වෙත යොමු කළ සහ ඒ තුළ බෙදා හැරීම සිදු කළ X ගිණුම් සඳහා ඉදිරියේදී නීතිමය පියවර ගැනීමට සමාගම කටයුතු කරන බවයි.
Ai තාක්ෂණය ලෝකය තුළ සීඝ්‍රයෙන් ජනප්‍රිය වෙමින් පවතින මේ කාලය තුළ මෙබඳු ක්‍රියාවන් දිගින් දිගටම වාර්තා වන්නේ තව දුරටත් අන්තර්ජාලය සහ සමාජ මාධ්‍ය භාවිතා කරන්නන්ගේ පෞද්ගලිකත්වය කෙතරම් සුරක්ෂිද යන ප්‍රශ්නාර්ථය ලෝකයාට ඉතිරි කරමින්.

#x
👍5
Learn HTML Basics: Introduction to HTML and Basic Tags

https://youtu.be/D-MNUiXxRUc
1🔥1
Understanding Semantic HTML Elements | Dive into Web Development

https://youtu.be/ZRblGnuLa80
1👍1
TERMUX NO-3 |sinhala termux tutorial | Ethical hacking sinhala

https://youtu.be/mGUCU-KuQJI

NB : Promotion
🔥1