UNDERCODE COMMUNITY
2.72K subscribers
1.24K photos
31 videos
2.65K files
83.9K links
🦑 Undercode World!
@UndercodeCommunity


1️⃣ World first platform which Collect & Analyzes every New hacking method.
+ Pratice
@Undercode_Testing

2️⃣ Cyber & Tech NEWS:
@Undercode_News

3️⃣ CVE @Daily_CVE


Youtube.com/Undercode
by Undercode.help
Download Telegram
Forwarded from UNDERCODE TESTING
🦑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