server-side

Automate server-side vulnerability testing with Python and Burp Suite.

7|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill server-side-arianhobson333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: server-side
Source: https://github.com/ArianHobson333/claude-bug-bounty-stack/tree/main/vendor/communitytools/projects/pentest/.claude/skills/server-side
Command: npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill server-side-arianhobson333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, burp-suite, requests, BeautifulSoup, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the testing of server-side vulnerabilities, saving you time and effort in the bug bounty hunting process.

Core Features & Use Cases

  • SSRF Testing: Scan for Server-Side Request Forgery vulnerabilities by accessing internal services and cloud metadata.
  • HTTP Smuggling: Detect vulnerabilities through protocol manipulation and multi-layer proxy chains.
  • Path Traversal: Identify directory traversal, null bytes, and encoding bypasses.
  • File Upload: Exploit file upload vulnerabilities to bypass security controls and execute arbitrary code.
  • Deserialization: Test for insecure deserialization in various languages and frameworks.
  • Host Header Injection: Exploit host header vulnerabilities for password reset poisoning and other attacks.
  • Use Case: Imagine you are auditing a web application for SSRF vulnerabilities. Use this Skill to automate the scanning process and identify potential attack vectors.

Quick Start

Use the server-side skill to scan for SSRF vulnerabilities on the target server 'example.com'.

Frequently Asked Questions about server-side

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate server-side vulnerability testing for SSRF and HTTP smuggling?

You can automate server-side vulnerability testing by running Python scripts that scan for SSRF, HTTP smuggling, path traversal, and insecure deserialization. This Skill targets internal services and cloud metadata, streamlining security audits and bug bounty hunting workflows.

Do I need Burp Suite and Python to scan for path traversal and file upload vulnerabilities?

Yes, you need Python and Burp Suite installed to execute the testing scripts and capture network traffic. These dependencies are required to identify directory traversal, null bytes, encoding bypasses, and file upload vulnerabilities during the automated security audit.

What is the best way to test for host header injection and password reset poisoning?

The best way to test for host header injection is using automated scripts that exploit host header vulnerabilities for password reset poisoning. This approach targets web applications by manipulating protocol headers to identify security controls bypasses efficiently.

Can I use automated scripts to detect insecure deserialization across different frameworks?

Yes, automated Python scripts can test for insecure deserialization across various languages and frameworks. The Skill identifies vulnerabilities by injecting crafted payloads and observing application responses to detect unsafe object processing.

How does HTTP smuggling detection work with multi-layer proxy chains?

HTTP smuggling detection works by manipulating protocol parsing differences across multi-layer proxy chains. The automated scripts send specially crafted requests to identify discrepancies in Content-Length and Transfer-Encoding header processing that allow request smuggling.

What are the limitations of automated server-side vulnerability scanning?

Automated server-side vulnerability scanning requires proper environment setup with Python and Burp Suite, and may produce false positives requiring manual verification. It targets specific vulnerabilities like SSRF and smuggling but does not replace comprehensive manual penetration testing.