UNDERCODE TESTING
315 subscribers
311 photos
24 videos
173 files
29.9K links
๐Ÿฆ‘ World first platform which Collect & Analyzes every New hacking method.

+ Free AI Practice.

(New Bug Bounty Methods, Tools Updates, AI & Courses).

โœจ Services: Undercode.help/services

โœจyoutube.com/undercode

@Undercode_Testing
Download Telegram
๐Ÿฆ‘Reduce Noise in Burp Suite with This Simple Trick! ๐Ÿ”ฅ

๐Ÿ’ก Just add the following patterns in Burp Suite under Proxy > Options > TLS Pass Through:

.*\.google\.com

.*\.gstatic\.com

.*\.googleapis\.com

.*\.pki\.goog

.*\.mozilla\..*

hashtag#bugbounty hashtag#bugbountytip

Ref: Het VikamHet Vikam
@UndercodeCommunity
โ– โ–‚ โ–„ U๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–
Forwarded from Exploiting Crew (Pr1vAt3)
๐Ÿฆ‘Routing Commands Cheatsheet
โ–ช๏ธโ–ช๏ธโ–ช๏ธโ–ช๏ธโ–ช๏ธโ–ช๏ธโ–ช๏ธโ–ช๏ธโ–ช๏ธโ–ช๏ธโ–ช๏ธโ–ช๏ธ

1. Basic Commands

๐Ÿ”น enable - Privileged mode
๐Ÿ”น configure terminal - Global config mode
๐Ÿ”น interface <int> - Interface config
๐Ÿ”น ip address <ip> <mask> - Assign IP
๐Ÿ”น no shutdown - Enable interface

2. Static Routing

๐Ÿ”น ip route <dest> <mask> <next-hop> - Add static route
๐Ÿ”น show ip route - View routing table

3. RIP Commands

๐Ÿ”น router rip - Enable RIP
๐Ÿ”น network <net> - Add RIP networks
๐Ÿ”น no auto-summary - Disable summarization

4. OSPF Commands

๐Ÿ”น router ospf <id> - Enable OSPF
๐Ÿ”น network <ip> <mask> area <id> - Define OSPF area
๐Ÿ”น show ip ospf neighbor - View neighbors

5. EIGRP Commands

๐Ÿ”น router eigrp <AS> - Enable EIGRP
๐Ÿ”น network <net> - Add networks
๐Ÿ”น no auto-summary - Disable summarization

6. BGP Commands

๐Ÿ”น router bgp <AS> - Enable BGP
๐Ÿ”น neighbor <ip> remote-as <AS> - Add neighbor
๐Ÿ”น show ip bgp summary - View BGP status

7. Troubleshooting

๐Ÿ”น ping <ip> - Test connectivity
๐Ÿ”น traceroute <ip> - Trace packet path
๐Ÿ”น debug ip routing - Debug routing

Ref: Mahesh Girhe
@UndercodeCommunity
โ– โ–‚ โ–„ U๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–
Forwarded from Exploiting Crew (Pr1vAt3)
Routing Commands Cheatsheet.pdf
266.5 KB
Forwarded from Exploiting Crew (Pr1vAt3)
๐Ÿฆ‘Free Anti Forensic Techniques Repositories #1

Anti Forensic Techniques
https://lnkd.in/dWmF3ikg

Awesome Anti Forensic by Shadawck
https://lnkd.in/dm2MFpV6

Anti Forensic Techniques by Hacktricks
https://lnkd.in/dimT7PJb

Windows Anti Forensic Script by MikeHorn
https://lnkd.in/d2h39Kg2

Anti Forensic Detection Tool by kuritsutianu
https://lnkd.in/dq4-7T9m

Anti Forensics Tool For Red Teamers by PaulNorman01
https://lnkd.in/d9A7t_Tx

AntiForensic.NET :: Windows anti-forensics made easy by hsheric0210
https://lnkd.in/dMsRJRYR

Anti Forensic Study by CCDCOE
https://lnkd.in/djhFgdqz

Ref: Joas A. Santos
@UndercodeCommunity
โ– โ–‚ โ–„ U๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–
๐Ÿฆ‘๐๐ฎ๐ข๐ฅ๐๐ข๐ง๐  ๐’๐Ž๐‚ ๐‡๐จ๐ฆ๐ž ๐‹๐š๐› :
A Security Operations Center (SOC) is vital for any organization. In this project, I designed and deployed a fully functional SOC home lab using open-source tools: Wazuh, ELK Stack, TheHive, and Cortex.

๐Ž๐›๐ฃ๐ž๐œ๐ญ๐ข๐ฏ๐ž๐ฌ :
Ensure proactive monitoring and efficient incident management.
Simulate attack scenarios to test detection and response capabilities.

๐“๐ก๐ž ๐–๐จ๐ซ๐ค๐Ÿ๐ฅ๐จ๐ฐ :
Wazuh Agents: Collect security data from various systems (Linux and Windows) and send it to the Wazuh Manager.

Wazuh (SIEM): Transfers data via Filebeat to Elasticsearch for storage and analysis.

Kibana: Visualizes data through dashboards with the Wazuh plugin for real-time monitoring.

TheHive (Incident Management Platform): Manages incidents using data from the Wazuh Manager.

Cortex (Automated Analysis Engine): Automates analyses and integrates with VirusTotal for suspicious file evaluation.

SOC Analyst: Utilizes these tools collectively to monitor systems, analyze incidents, and respond effectively to security threats.

๐“๐ž๐ฌ๐ญ๐ข๐ง๐  ๐š๐ง๐ ๐‘๐ž๐ฌ๐ฎ๐ฅ๐ญ๐ฌ :
To validate the lab's performance, I executed multiple attack scenarios to ensure the tools could detect, analyze, and respond effectively. Example scenarios include:
+ Malware detection: Identifying malicious files and responding appropriately.
+ SQL injection attack detection: Detecting and mitigating database attack attempts.

Thank you Mohamed Benkhirat for you nice content.


@UndercodeCommunity
โ– โ–‚ โ–„ U๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–
๐Ÿฆ‘OnionGPT - Have fun! ๐Ÿ˜

OnionGPT - Have fun! ๐Ÿ˜ http://oniongpt6lntsoztgylhju7nmqedlq6fjexe55z327lmxyae3nutlyad.onion/
๐Ÿฆ‘LinkedIn is offering ๐Ÿ๐Ÿ ๐…๐‘๐„๐„ ๐จ๐ง๐ฅ๐ข๐ง๐ž ๐œ๐จ๐ฎ๐ซ๐ฌ๐ž๐ฌ

๐๐จ ๐๐š๐ฒ๐ฆ๐ž๐ง๐ญ ๐๐ž๐ž๐๐ž๐! โŒ

This course will help you learn practical, relevant skills anytime, anywhere.

1. Artificial Intelligence Foundations: Machine Learning
โ†’ 6 chapter quizzes
โ†’ Access on tablet and phone
๐Ÿ”— https://lnkd.in/giN__2xU


2. Learning Python
โ†’ Easy and powerful programming language
โ†’ Suitable for all skill levels
๐Ÿ”— https://lnkd.in/gDPg4b_h


3. Learn Cloud Computing
โ†’ Overview of cloud computing concepts
โ†’ Key for business migration to the cloud
๐Ÿ”— https://lnkd.in/gYjt4U7S


4. Blockchain Basics
โ†’ Learn the fundamentals of blockchain
โ†’ Understand its impact on interactions
๐Ÿ”— https://lnkd.in/gYjt4U7S


5. Strategic Thinking
โ†’ 3 chapter quizzes
โ†’ Access on tablet and phone
๐Ÿ”— https://lnkd.in/gYFHybyp


6. Selling to Executives
โ†’ Skills to sell effectively to executives
โ†’ Enhance communication strategies
๐Ÿ”— https://lnkd.in/g9uS7DRc


7. Digital Marketing Tools and Services
โ†’ Essential tools for digital marketing
โ†’ Expert guidance for business growth
๐Ÿ”— https://lnkd.in/gPqdmCZ4


8. Affiliate Marketing Foundations
โ†’ Key knowledge for affiliate marketing
โ†’ Tips for starting and growing a business
๐Ÿ”— https://lnkd.in/gRa-P6fX


9. Learning Video Production and Editing
โ†’ Skills for video production and editing
โ†’ Relevant for the digital age
๐Ÿ”— https://lnkd.in/gnuDAcCG


10. Excel: Tips and Tricks
โ†’ Tips and shortcuts for Excel
โ†’ Enhance productivity with advanced features
๐Ÿ”— https://lnkd.in/gnuDAcCG


11. Time Management Fundamentals
โ†’ Techniques for effective time management
โ†’ Boost personal productivity
๐Ÿ”— https://lnkd.in/gSqMudqW


12. Public Speaking Foundations
โ†’ Build essential public speaking skills
โ†’ Gain confidence in presentations
๐Ÿ”— https://lnkd.in/ghYsekSK


Ref: Altiam Kabir
@UndercodeCommunity
โ– โ–‚ โ–„ U๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–