Bug Bounty - GitBook
前往频道在 Telegram
7 473
订阅者
无数据24 小时
+387 天
+18430 天
帖子存档
7 473
این کانال دو تا دوره رو میفروشه ب این قیمت
در حالی ک یکیش پابلیک شده یکیش هم لایو هاش
7 473
Repost from اوسپ زیرو یاشار شاهین زاده
دوستان برای اینکه خیلی هاتون مشکل مالی داشتید
یک پکیج براتون داریم
پکیج اوسپ که اذر میخواد و ما با خود کلاس برای شما میذاریم+ هانت نارتو یاشار
=27 تتر
7 473
PyCookieCheat
Borrow cookies from Google Chrome authenticated session for use in #Python scripts
Helpful for scraping
https://github.com/n8henrie/pycookiecheat
Creator twitter.com/n8henrie Tip by twitter.com/lorenzoromani
7 473
Really good blog for bug hunters
It motivates you.
https://blog.voorivex.team/20300-bounties-from-a-200-hour-hacking-challenge
7 473
And now, for this purpose, I will give an explanation about the cat command along with some examples and tricks to use it :)
The cat command is one of the simplest and most widely used Linux commands for working with files. Using this command, you can read the content of files, combine them or even create new files. Here are some simple and practical examples and tricks:
The main uses of cat:
1. Display the content of a file:
cat filename.txt
With this command, you can see the entire content of the file in the terminal.
2. Display several files in a row:
cat file1.txt file2.txt
The contents of both files are displayed respectively in the output.
3. Creating a new file:
cat > newfile.txt
This command creates a new file. After entering the text, press Ctrl+D to save the file.
4. Merging multiple files:
cat file1.txt file2.txt > combined.txt
This command combines the contents of the input files and saves them in a new file.
Cat practical tricks:
1. File line numbering:
cat -n filename.txt
You can see the lines of the file with numbers.
2. Viewing the content of large files page by page:
cat bigfile.txt | less
With this, you read large files page by page.
3. Removing empty lines from the output:
cat -s filename.txt
This command removes extra blank lines from the output.
4. Display unprintable characters:
cat -v filename.txt
This flag also displays unprintable characters.
7 473
💉 Awesome Sqlmap Tampers.
• SQLMap Tamper List;
• space2comment.py;
• randomcase.py;
• between.py;
• charencode.py;
• equaltolike.py;
• appendnullbyte.py;
• base64encode.py;
• chardoubleencode.py;
• commalesslimit.py;
• halfversionedmorekeywords.py;
• modsecurityversioned.py;
• space2hash.py;
• overlongutf8.py;
• randomcomments.py;
• unionalltounion.py;
• versionedkeywords.py;
• space2dash.py;
• multiplespaces.py;
• nonrecursivereplacement.py;
• space2comment.py;
• equaltolike.py;
• space2tab.py;
• between.py;
• charencode.py;
• space2dash.py;
• lowercase.py;
• How to write Tamper Script for SQLMap.
7 473
👨💻 Art of Post-Exploitation.
• Steps;
• Perspective;
• Command and Control (C2) Techniques;
• Persistence Techniques;
• Credential Access Techniques;
• Privilege Escalation Techniques;
• Lateral Movement Techniques;
• Stories:
➡RedJuliett APT;
➡UNC3886 VMware Attacks;
➡Mustang Panda’s Korplug Loader;
➡MuddyWater RMM Abuse;
➡POLONIUM’s Python Backdoor;
➡Credential Access Techniques;
➡Exfiltration Techniques;
➡Evasion Techniques;
➡Security Researcher.
7 473
⚜️⚜️⚜️⚜️⚜️⚜️⚜️⚜️⚜️⚜️⚜️⚜️⚜️⚜️
💠 یادگیری تست نفوذ
⭕ @GitBook_s
💠 تست نفوذ را رایگان یاد بگیر .
⭕️ @TryHackBox
💠 تست نفوذ و باگ بانتی رو آسون و حرفهای یاد بگیر!"
👾 @sec_hint
📖 کتاب ها و منابع Cyber Security
📚 @LibrarySecOfficial
💠 رودمپ های مختلف از جمله ردتیم بلوتیم تست نفوذ و ...
⭕️ @TryHackBoxOfficial
💠 منابع BlueTeam :
⭕️ @BlueTeamKit
💠 ابزارها و دوره های OSINT
⭕️ @OsintGit
💠 تمامی منابع Red Team اینجاست!
⭕ @RedTeamVillageRTV
💠 برگزاری دوره های امنیت سایبری
⭕ @kasraone_com
💠کتاب ها ؛ دوره ها و ابزار های مرتبط با امنیت
⭕ @hypersec
💠 امنیت را به آسانی یاد بگیرید
🥷 @qp_learn
💠 برای اضافه شدن در لیست پیام دهید :
🤖 @Unique_exploitbot
⚜️⚜️⚜️⚜️⚜️⚜️⚜️⚜️⚜️⚜️⚜️⚜️⚜️
7 473
VDP vs CVD vs Bug Bounty: https://medium.com/@ali.abdollahi/vdp-vs-cvd-vs-bug-bounty-bc2402038e4f?source=rss------bug_bounty-5
7 473
AppSecExplained
>Fundamental
>Enumeration
>Common Vuln
>Bypassing Controls
>Scripts
>Code review
Link 🔗:-
https://appsecexplained.gitbook.io
@GitBook_s
