fa
Feedback
SL Android Official ™ 🇱🇰

SL Android Official ™ 🇱🇰

رفتن به کانال در Telegram

💢 SL Android වෙතින්, 💥 Termux Basic ඉදලා Advance දක්වා vedio+ post Full Course එකක් කරනවා 💥 Python ,PHP ,HTML ,CSS ,Shell Programming Full course 💥 Hacking 💥අමතර තාක්ෂණික දැනුම ලබා ගත හැක

نمایش بیشتر
2 802
مشترکین
+124 ساعت
-117 روز
-1730 روز
آرشیو پست ها
🔰Basic Useful Sites for Beginners 🔰 BROWSER FINGERPRINT TEST https://panopticlick.eff.org https://whatleaks.com/ ============================ DRIVER LICENSE GENERATOR https://www.elfqrin.com http://www.highprogrammer.com/cgi-bin/uniqueid/dl_fl ==================================================== DROP/RESHIP http://reship.com https://www.myus.com https://www.shipito.com https://www.usunlocked.com/ https://virtualpostmail.com =========================== DNS LEAK TEST dnsleaktest.com https://www.simplednscrypt.org/ =============================== VIRTUAL OFFICE https://www.opusvirtualoffices.com/ https://www.regus.com/ https://cloudvo.com/ https://www.davincivirtual.com/fit-small-business http://www.alliedoffices.com/ =============================== AREA PHONE CODES https://www.allareacodes.com =============================== SMS VERIFICATION Smspool.net https://app.truverifi.com/login http://www.receive-sms-now.com https://lazersms.com/ http://www.textnow.com https://www.blacktel.io/ https://t.me/thestarkarmy =============================== SPOOF PHONE https://www.spooftel.com https://tracebust.com/ https://www.spoofcard.com https://securecall.club/login =============================== USER AGENT CHECKER http://whatsmyuseragent.com =============================== FAX SENDER https://portal.pamfax.biz/PortalLogin/Init/ =============================== CUSTOM/FAKE RECEIPT MAKER http://www.fakereceipt.us/sales_receipt.php http://www.customreceipt.com/ =============================== SSN VALIDATOR http://www.ssnvalidator.com SSN DECODER http://www.stevemorse.org/ssn/ssn.html SOCKS http://911.re/ http://luminati.io/ https://faceless.cc/ proxy-n-vpn.com UAS-STORE.RU http://2x4tmsirlqvqmwdz.onion https://luxsocks.ru https://ironsocket.com http://dichvusocks.us http://www.bcprx.net truesocks.net premsocks.com https://t.me/hatehacker =============================== SOCKS CHECKER https://fraud.cat/ https://xdedicvhnguh5s6k.onion/ https://www.ipqualityscore.com/ https://getipintel.net/index.php#web VPN https://ironsocket.com mullvad.net https://5socks.net =============================== EIN SEARCH http://www.feinsearch.com https://www.einfinder.com http://freeerisa.benefitspro.com/ http://dor.wa.gov/content/doingbusiness/registermybusiness/BRD/default.aspx http://search.sunbiz.org/Inquiry/CorporationSearch/ByFeiNumber https://t.me/technicalzon =============================== RESIDENTIAL RDP ACCEPTING BITCOIN https://www.resnetworking.com/ https://exavpn.com/ https://xdedicvhnguh5s6k.onion/ =============================== SSN/DOB SEARCH https://ssndob.cc https://robocheck.cm #TheStarkArmy ==================== MMN AUTOSEARCH archives.com ancestry.com ============ @IndianHacking BACKGROUND CHECK http://www.intelius.com http://checkmate.com http://equifax.com http://thatsthem.com https://www.mylife.com https://t.me/Hackfreaks https://www.peoplesmart.com http://familytreenow.com https://login.idicore.com/ https://www.tlo.com/ https://batchskiptracing.com/pricing/ ================================= CREDIT REPORT https://www.quizzle.com https://my.bankrate.com freecreditreport.com creditkarma.com/free-credit-report https://www.bankrate.com/ ========================= BIN CHECKER http://binchecker.com/ https://binlist.net/ https://www.freebinchecker.com ❤️ Credit goes to : MH13CYBER ❤️❤️

🔰THE BIGGEST CRACKING PACK "THE PACK OF THE GODS 3.0"🔰 WHATS INCLUDED HERE: PROXY CHECKERS PROXY GRABBERS SQL TOOLS DORK MAKING TOOLS COMBO MAKING TOOLS PARSERS TESTERS CHECKERS SQLI DUMPER And MUCH MORE DOWNLOAD LINK : https://anonfiles.com/X0Ibc6u1o1/THE_PACK_OF_THE_GODS_3.0_-BIG_BANG_UPDATE_APRIL_28-_2020_rar COST : $1000 BUT FREE FOR ALL OF YOU ENJOY👍❤️ ++++@MH13CYB3R -------- 💕KEEP SUPPORTING💕

*Bug Bounty Notes* ======> Finding all subdomains -> amass + assetfinder + findomain + subfinder + github-subdomain Sort and Unique mean merge them to all-subdomains.txt Resolve those subdomains - is ip/domain live? check for alive subdomains -> httpx or httprobe -> prefer httpx got https subdomains -> arrange with status code like 200,302,403,404,500 visual recon on these subdomains -> gowitness, eyewitness, aquatone Port scans on these subdomains content discovery on them -> ffuf, wfuzz, dirsearch, gobuster google dorks + shodan dorks on interesting subdomains + GHDB + Github Dorks get to know what technologies the target using -> whatweb or builtwith or wappalyzer what server? what libraries what lang -> php, asp also check cookies and session to know tech and infrastructure what cms using? Grab all JS Files and enumerate it for juicy information -> interesting url intersting js library interesting subdomain interesting api internal ports or portals and their creds -> port scan on internal domains default test user creds db creds hardcoded secrets hidden paths and lots of Tool -> jsscanner , linkfinder, jsfinder, relative-url-extractor and lots of one liner commands , getjs Understand JS Code -> can get -> dom xss , Postmessage vulns, Logical Bugs, check for outdated frameworks and components extract js stuff -> echo "https://target.com | gau | grep -iE '\.js$' | httpx -status-code -mc 200 -content-type | grep 'application/javascript' extract API Stuff -> cat file.js | grep -aoP "(?<=(\"|\'|\'))\\/[a-zA-Z0-9_?&=\\/\\-\\#\\.]*(?=(\\"|\\'|\\'))" | sort -u Deobfuscate Javascript If see -> var test=" or var page=" in JS File or page source , try to append these as GET Parameters and check for bugs there Monitor JS Changes regularly Fetching URLs -> Time to get all URLs and parameters from those web file that is alive-hosts and do enumeration on them for vulns or other things waybackurls gau gf gospider hakcawler - here idea to grep things like, subdomain,url,form,javascript,robots etc Fetching URLs -> Might Lead to -> SSTI, XSS, SQLi, SSRF, Open Redirect, IDOR etc Now use github to more recon for juciy info - gwen github tools , gitrob, git-hound ALL SET NOW MASS HUNT FOR XSS (step by step) => ========= echo "yourtarget.com" | waybackurls | tee target.txt cat target.txt | gf xss | sed 's/=.*/=/' | sed 's/URL: //' | tee targetxss.txt dalfox file targetxss.txt pipe # nuclei -> # find all the urls of your target & save them in a .txt file echo "yourtarget.com" | waybackurls | tee target.txt # run the .txt file with nuclei for find bugs nuclei -l target.txt -t /root/nuclei-templates/ -v {for use all the templats at once} nuclei -l target.txt -t /root/nuclei-templates/vulnerabilities -v {for finding vulnerabilities} nuclei -l target.txt -t /root/nuclei-templates/cves -v {for all the new cve bugs} # Update nuclei-templates/ nuclei -update-templates Burp Collaborator Alternative - https://pingb.in Quickly find ssrf/open redirect -> gau target website -s | head -n 5000> target.txt; cat target.txt | sort -u | grep -a -i =http> redirects.txt One Liner Commands and other commands => =============> # Create Custom Wordlist gau $1| unfurl -u keys | tee -a wordlist.txt ; gau $1 | unfurl -u paths|tee -a ends.txt; sed 's#/#\n#g' ends.txt | sort -u | tee -a wordlist.txt | sort -u ;rm ends.txt | sed -i -e 's/\.css\|\.png\|\.jpeg\|\.jpg\|\.svg\|\.gif\|\.wolf\|\.bmp//g' wordlist.txt #cat domains.txt | httprobe | xargs curl | tok | tr '[:upper:]' '[:lower:]' | sort -u | tee -a words.txt # CORS Misconfiguration site="https://example.com"; gau "$site" | while read url;do target=$(curl -s -I -H "Origin: https://evil.com" -X GET $url) | if grep 'https://evil.com'; then [Potentional CORS Found]echo $url;else echo Nothing on "$url";fi;done # Extract Endpoint Form Js Files cat main.js | grep -oh "\"\/[a-zA-Z0-9_/?=&]*\"" | sed -e 's/^"//' -e 's/"$//' | sort -u # Get Ip's From Text File grep -E -o '(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2

🔰 Telegram Group එකට Adminලා 2ක් ඕන... අනිත් අය අහන ප්‍රශ්න වලට උත්තර දෙන්න පුලුවන් වෙන්න ඕන තව group එක පවත්වගෙන යන්න පුලුවන් වෙන්න ඕන.. කැමති අය ඉන්නවනම් පහල link එකෙන් ගිහින් Form එක පුරවන්න https://www.SL-Android-Administration@chilp.it/f294494

🔰 OS Module Full Tutorial In Python 🔰 හරි අද කතා කරන්නෙ python වලදී අපිට ගොඩක්ම වැදගත් Module එකක් ගැන.. Termux Tool වලදී b
🔰 OS Module Full Tutorial In Python 🔰 හරි අද කතා කරන්නෙ python වලදී අපිට ගොඩක්ම වැදගත් Module එකක් ගැන.. Termux Tool වලදී bash command python වල execute කරන්න මේ os module එක අත්‍යාවශ්‍යයි.. ඉතින් පහල වීඩියෝ එක බලලා හරියට ඉගෙන ගන්න 🔥 Video link 👇 https://youtu.be/Usq-uXUsEqk RazorKenway - SL Android 🇱🇰

🔰 New Cinematic footer 🔰 හොදද බලලා කියන්න තප්පර 5යි https://youtu.be/q_vA4MlkLr0

🔰 Gift for Youtubers 🔰 මන් පොඩ්ඩක් youtube එකේ එහෙමෙහෙ යනකොට මට හම්බුනා ලංකාවේ වගේම පිටරට චැනල් වලත් මගේ Termux tool අරගෙන වීඩියෝ හදලා තියෙනවා මගේ Tools අරන් youtube එකට වීඩියෝ හැදුවට මට කිසිම ප්‍රශ්නයක් නෑ..ඕන කෙනෙක් වීඩියෝ හදලා තම තමන්ගෙ chanel එක grow කරගන්න 🔰 නමුත් ලංකාවේ සමහර අය හිටියා මගේ Tool අරගෙන වීඩියෝ හදන අතරේ Tool එකේ බැනර් එක එහෙම blur කරලා එහෙම සීන් කරන අයත් හිටියා. 🔰 අවසාන වශයෙන් කියන්න තියෙන්නෙ.. මගේ ඕන Tool එකක් අරන් වීඩියෝ හදන්න හැබැයි Tool වල name, banner වහන්න එපා. Razor Kenway⁩

🔥🔥🔥
🔥🔥🔥

Congratulations Gladiators ❤️❤️😍 Jaffa මේපාරත් කෑවා නේත 😂😂🔥🔥
Congratulations Gladiators ❤️❤️😍 Jaffa මේපාරත් කෑවා නේත 😂😂🔥🔥

💢 *Hide-In-Picture Tool* 💢 💢 *ඔන්න ඉතින් සුපිරි වැඩක් තමයි අද කියන්න යන්නේ හරි මේකෙන් වෙන්නේ ඔයාට ඕනම දෙයක් picture එකක් ඇ
💢 *Hide-In-Picture Tool* 💢 💢 *ඔන්න ඉතින් සුපිරි වැඩක් තමයි අද කියන්න යන්නේ හරි මේකෙන් වෙන්නේ ඔයාට ඕනම දෙයක් picture එකක් ඇතුලේ හංගලා යවන්න පුළුවන්.ඒවගේම එහෙම හංගලා තියෙන ඕනම දෙයක් බලන්නත් පුළුවන්* ඉතින් ගොඩක් හැකර්ස්ලා මේවගේ ක්‍රම පාවිච්චි කරනවා ඒගොල්ලොන්ගේ රහස් එකිනෙකා අතර හුවමාරු කර ගැනීමේදී වෙනත් පාර්ශව අතට රහස් යාම වැලැක්වීමට. ❤️ *මෙන්න වීඩීයෝ එක බලලම ඉන්න නැත්තම් තේරෙන එකක් නෑ* *Vedio* 👇👇 https://youtu.be/M8HkMlRPy-g 💢 මෙන්න Command 👇👇 *Hide-In-Picture* You can hide many things inside a jpg file >pkg update && pkg upgrade >pkg install git >git clone http://github.com/RazorKenway/Hide-In-Picture.git >cd Hide-In-Picture >python requirements.py >python hide.py *මම Razor Kenway (SL Android)*

`💢 *Hide-In-Picture Tool* 💢 💢 *ඔන්න ඉතින් සුපිරි වැඩක් තමයි අද කියන්න යන්නේ හරි මේකෙන් වෙන්නේ ඔයාට ඕනම දෙයක් picture එකක්
`💢 *Hide-In-Picture Tool* 💢 💢 *ඔන්න ඉතින් සුපිරි වැඩක් තමයි අද කියන්න යන්නේ හරි මේකෙන් වෙන්නේ ඔයාට ඕනම දෙයක් picture එකක් ඇතුලේ හංගලා යවන්න පුළුවන්.ඒවගේම එහෙම හංගලා තියෙන ඕනම දෙයක් බලන්නත් පුළුවන්* ඉතින් ගොඩක් හැකර්ස්ලා මේවගේ ක්‍රම පාවිච්චි කරනවා ඒගොල්ලොන්ගේ රහස් එකිනෙකා අතර හුවමාරු කර ගැනීමේදී වෙනත් පාර්ශව අතට රහස් යාම වැලැක්වීමට. ❤️ *මෙන්න වීඩීයෝ එක බලලම ඉන්න නැත්තම් තේරෙන එකක් නෑ* *Vedio* 👇👇 https://youtu.be/M8HkMlRPy-g 💢 මෙන්න Command 👇👇 *Hide-In-Picture* You can hide many things inside a jpg file >pkg update && pkg upgrade >pkg install git >git clone http://github.com/RazorKenway/Hide-In-Picture.git >cd Hide-In-Picture >python requirements.py >python hide.py *මම Razor Kenway (SL Android)*`

🔰 *Python Exception Handling* 🔰 හරි අපි කලින් වීඩියෝ එකේදී කතා කරා python වල Errors ගැන , ⚜️ Errors හැදෙන්නෙ කොහොමද ⚜️ Erro
🔰 *Python Exception Handling* 🔰 හරි අපි කලින් වීඩියෝ එකේදී කතා කරා python වල Errors ගැන , ⚜️ Errors හැදෙන්නෙ කොහොමද ⚜️ Errors නැති කර ගන්න හැටි කතා කරා මේ වීඩියෝ එකේදි කතා කරන්නේ Error Handle කරන ආකාරය එහෙමත් නැත්තම් Exception handle කරන ආකාරය. මේ Exception handling අපිට ගොඩක් වැදගත් වෙනවා python programing කරනකොට..ඒවගේම Termux Tool හදනකොටත් ගොඩක්ම වැදගත්.. ඉස්සරහට Termux Tool හදන්න ඉන්න අය සහ python ඉගෙන ගන්න අය අනිවාරෙන් පහල Link එකෙන් ගිහින් වීඩියෝ එක බලන්න.. ❤️ *Video Link* 👇👇 https://youtu.be/wzsSMDP5rZM . . . *Razor Kenway - SL Android* 🇱🇰

🔰 New Footer | SL Android 🔰 https://youtu.be/ByAavRcBvgQ

Well played boys ❤️🔥💪
Well played boys ❤️🔥💪

🌟 Wi-Fi Hacking Course Pack 🗂 Wi-Fi Hacking for Begginers 🔗 Link :- http://www.mediafire.com/file/fg58biqpd5h42wr/How_to_H
🌟 Wi-Fi Hacking Course Pack 🗂 Wi-Fi Hacking for Begginers 🔗 Link :- http://www.mediafire.com/file/fg58biqpd5h42wr/How_to_Hack_WiFi_Networks_for_Beginners.zip/file 🗂 Med - Advance Level 🔗 Link :- https://drive.google.com/folderview?id=1tgkKt4lSpXD3GnMQRgUb4bbtlmpP9XOE 🗂 Wi-Fi Hacking with Kali Linux 🔗Link :- https://drive.google.com/folderview?id=1COHdSJyUp1UCqZV-IjGhevz96SPtOtYJ ▬▬▬▬▬▬▬▬▬▬▬▬▬▬ Credit -first owner

*සිංහලෙන් පයිතන් ඉගෙනගමු* මෙතෙක් පලවූ සියලු වීඩියෝ මෙම post එක පහල දාලා තියෙනවා මුල ඉදලාම බලලා ඉගෙනගන්න. Episode 01 - python හැඳින්වීම https://youtu.be/xwxauFsCYmk Episode 02 - විචල්‍යන් (variables ) https://youtu.be/0OpPQ51v0hs Episode 03 - විචල්‍ය නාමකරණය https://youtu.be/5ESY5G6-NAU Episode 04 - විචල්‍ය පැවරුම් https://youtu.be/AZqpxVAjfvU Episode 05 - print function https://youtu.be/k18CYJPWm3E Episode 06 - python Data types https://youtu.be/9AjunP0EYy0 Episode 07 -input function in python https://youtu.be/0xrIK1kbfok Episode 08 - Python Comments https://youtu.be/hh2eiYwON4o Episode 09 -len Function in Python https://youtu.be/vSkwUTjh97Y Episode 10- sep & end in python https://youtu.be/VUfBgzGYNkw Episode 11 -index operator in python https://youtu.be/7UyVUimLR04 Episode 12 -Slicing operator in python https://youtu.be/a4Ss_7HJpyU Episode 13-Get Data Type & Data Type conversion https://youtu.be/DSSiR1m3fBQ Episode 14-Get Data Type & Data Type conversion Episode 15-Ip Address Checker For Python | පයිතන් වලින් Ip Address Checker එකක් හදමු |Sinhala python|SL Android https://youtu.be/x40nWOEuhxk If Function in python | Sinhala python Tutorials Episode 16 | SL Android https://youtu.be/H6mXg5QePoY If else Statement in Python | Sinhala Python Tutorials Episode 17 | SL Android https://youtu.be/kcce7nLc7qk If elif elif Else Statement In Python | Python Sinhala Tutorials Episode 18 | SL Android https://youtu.be/r2QwVA0kwDU For Loop In Python programming | Python Sinhala Tutorials Episode 19 |SL Android https://youtu.be/uxXLey22WsY For Loop With else , break ,continue ,pass | Python Sinhala Tutorials Episode 20 | SL Android https://youtu.be/TUe5dMCD4-s While Loop In Python programming | Python Sinhala Tutorials Episode 21 | SL Android https://youtu.be/zEvcj6pmCL8

SL Android Official ™ 🇱🇰 - آمار و تحلیل کانال تلگرام @sl_android