Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
webpalm — Multi-threaded web crawler for structured site mapping and regex-based data extraction. Exports results in JSON, XML, or TXT for reconnaissance and OSINT workflows. | Kitploit
Tools/GitHubGitHub/xorbit01/webpalm
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringWeb SecurityCrawler
GitHubxorbit01/webpalm

webpalm

Multi-threaded web crawler for structured site mapping and regex-based data extraction. Exports results in JSON, XML, or TXT for reconnaissance and OSINT workflows.

View Repository
382401 year agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
WebPalm Banner

🌐 Advanced Web Traversal & Data Extraction 🚀

GitHub release GitHub license GitHub issues GitHub stars GitHub forks GitHub watchers

🔍 Crawl websites efficiently, extract structured data, and visualize connections. 🕵️‍♂️

WebPalm Preview

🗺️ Table of Contents

  • 📦 Installation
  • ⚡ Features
  • 🚀 Usage
  • 📌 Examples
  • 📜 Regex Patterns
  • 🤝 Contributing

⚡ Features

  • 🌳 Structured Web-Tree Generation

  • 🕵️ Regex-Based Data Extraction

  • ⚡ High-Speed Multi-threading

  • 📂 Multiple Export Formats

  • 🎨 Colorized Output & Robust Error Handling


📦 Installation

📥 Download Binary

📥 Compile from Source

root@kitploit:~
git clone https://github.com/XORbit01/webpalm.git
cd webpalm
go build -o webpalm && ./webpalm

👉 Download Latest Release

📥 Install via Go

root@kitploit:~
go install github.com/XORbit01/webpalm/v2@latest

🚀 Usage

root@kitploit:~
webpalm -h

⚙️ Common Flags

root@kitploit:~
🌎 -i, --include     # Include only specific domains (e.g., google.com, facebook.com)
🔗 -u, --url         # Target website  
📏 -l, --level       # Depth of traversal  
❌ -x, --exclude     # Exclude status codes (e.g., 404, 500)  
💾 -o, --output      # Save results (JSON, XML, TXT)  
🚀 -w, --worker      # Multi-threading workers  
🔍 --regexes         # Extract data using regex  

📌 Examples

🌲 Generate a Website Map

root@kitploit:~
webpalm -u https://example.com -l2

💬 Extract Comments from Pages

root@kitploit:~
webpalm -u https://example.com -l1 --regexes comments="\<\!--.*?-->" -o results.json

🚀 Crawl with Multi-threading

root@kitploit:~
webpalm -u https://example.com -l3 -w 50

💾 Export Results

root@kitploit:~
webpalm -u https://example.com -l2 -o output.xml

📜 Regex Patterns

🔍 Purpose📜 Regex Pattern
📧 Emails[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+
💬 Comments\<\!--.*?-->

📌 Escape special characters if needed.


🤝 Contributing

💡 Pull requests are welcome! Open an issue before major changes.
📢 Discord: xorbit.


Download Tool
🔑 Tokens
[a-zA-Z0-9]{32}
🔐 Passwords\bpassword\b.{0,10}