{"id":51063547,"url":"https://github.com/toxy4ny/vacuum_and_masquerade-","last_synced_at":"2026-06-23T04:30:23.847Z","repository":{"id":305723308,"uuid":"1023738978","full_name":"toxy4ny/vacuum_and_masquerade-","owner":"toxy4ny","description":"DNS - Server Amplification Scanner and Masker - Advanced Penetration Testing Framework","archived":false,"fork":false,"pushed_at":"2025-07-21T16:24:22.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-21T18:42:39.791Z","etag":null,"topics":["amplification","amplification-attacks","cybersecurity","cybersecurity-education","cybersecurity-tools","dirsearch","dns","dns-server","fuzzer","hydra","nmap","pentest","pentesting","redteam","redteam-tools","scanner","vulnerability","vulnerability-scanners","waf-bypass"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toxy4ny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-21T16:06:33.000Z","updated_at":"2025-07-21T18:18:03.000Z","dependencies_parsed_at":"2025-07-21T18:42:43.246Z","dependency_job_id":"2e4569af-c2f0-4dbe-9f18-78e20d9bc1d1","html_url":"https://github.com/toxy4ny/vacuum_and_masquerade-","commit_stats":null,"previous_names":["toxy4ny/vacuum_and_masquerade-"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/toxy4ny/vacuum_and_masquerade-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toxy4ny%2Fvacuum_and_masquerade-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toxy4ny%2Fvacuum_and_masquerade-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toxy4ny%2Fvacuum_and_masquerade-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toxy4ny%2Fvacuum_and_masquerade-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toxy4ny","download_url":"https://codeload.github.com/toxy4ny/vacuum_and_masquerade-/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toxy4ny%2Fvacuum_and_masquerade-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34675970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amplification","amplification-attacks","cybersecurity","cybersecurity-education","cybersecurity-tools","dirsearch","dns","dns-server","fuzzer","hydra","nmap","pentest","pentesting","redteam","redteam-tools","scanner","vulnerability","vulnerability-scanners","waf-bypass"],"created_at":"2026-06-23T04:30:23.315Z","updated_at":"2026-06-23T04:30:23.838Z","avatar_url":"https://github.com/toxy4ny.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🎭 The Vacuum a DNS Amplification Scaner \u0026 The Masquerade a DNS Amplification Masker.\n\n[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Security Tools](https://img.shields.io/badge/Security-Penetration%20Testing-red.svg)]()\n[![Platform](https://img.shields.io/badge/platform-Linux-lightgrey.svg)]()\n\n\u003e **⚠️ DISCLAIMER: This tool is for educational and authorized penetration testing purposes only. Use only on systems you own or have explicit permission to test.**\n\n## 📋 Table of Contents\n\n- [Overview](#-overview)\n- [Features](#-features)\n- [Architecture](#-architecture)\n- [Installation](#-installation)\n- [Quick Start](#-quick-start)\n- [Usage Examples](#-usage-examples)\n- [Configuration](#-configuration)\n- [Advanced Features](#-advanced-features)\n- [Detection Evasion](#-detection-evasion)\n- [Contributing](#-contributing)\n- [Legal Notice](#-legal-notice)\n\n## 🎯 Overview\n\n**DNS Amplification Masker** is an advanced penetration testing framework that uses **DNS amplification attacks** to mask legitimate security scanning activities. By generating massive volumes of amplified DNS traffic directed at the target, it creates a \"noise screen\" that helps security tools like `nmap`, `hydra`, and `dirsearch` operate undetected.\n\n### 🔬 How It Works\n\n```mermaid\ngraph TD\n    A[Masker] --\u003e|1. Load vulnerable DNS servers| B[DNS Report]\n    A --\u003e|2. Start amplification| C[DNS Reflectors]\n    A --\u003e|3. Launch security scan| D[Target Systems]\n    \n    C --\u003e|Amplified traffic| E[Target Network]\n    D --\u003e|Scan traffic| E\n    \n    E --\u003e|Mixed traffic| F[IDS/IPS/WAF]\n    F --\u003e|Difficult to detect| G[Legitimate scan traffic hidden]\n    \n    style A fill:#ff6b6b\n    style C fill:#4ecdc4\n    style E fill:#ffe66d\n    style F fill:#ff8b94\n```\n\n## ✨ Features\n\n### 🛠️ **Supported Security Tools**\n- **📡 Nmap** - Port scanning and service detection\n- **⚔️ Hydra** - Brute force authentication attacks  \n- **📁 Dirsearch** - Directory and file enumeration\n- **🎯 Multi-target** - Bulk scanning capabilities\n- **🌐 Web Scanning** - Comprehensive web application testing\n\n### 🎭 **Masking Capabilities**\n- **4 Intensity Levels**: `light`, `medium`, `heavy`, `extreme`\n- **Weighted DNS Selection**: Prioritizes high-amplification servers\n- **Dynamic Boost**: Increases masking when successful attacks detected\n- **Burst Mode**: Short-term intensive amplification for critical moments\n- **Background Masking**: Long-duration stealth coverage\n\n### 📊 **Intelligence Features**\n- **Real-time Statistics**: Live monitoring of amplification volume\n- **Smart Detection**: Automatically identifies successful attacks\n- **Result Logging**: Timestamped output files\n- **Graceful Shutdown**: Clean termination on interruption\n- **Resource Management**: Automatic cleanup of temporary files\n\n## 🏗️ Architecture\n\n### 📁 Project Structure\n\n```\n/vacuum_and_masquerade/\n├── 📄 masquerade.py          # Main masking framework\n├── 🔍 vacuum.py              # DNS vulnerability scanner  \n└── 📖 README.md             # This file\n```\n\n### 🔧 Core Components\n\n```python\nclass DNSAmplificationMasker:\n    ├── 🗂️  DNS Server Management\n    │   ├── load_vulnerable_dns_servers()\n    │   ├── weighted_dns_choice()\n    │   └── create_amplified_packet()\n    │\n    ├── 🎭 Masking Operations  \n    │   ├── start_masking()\n    │   ├── amplification_worker()\n    │   ├── boost_masking()\n    │   └── stop_masking()\n    │\n    ├── 🛠️ Tool Integration\n    │   ├── masked_nmap_scan()\n    │   ├── masked_hydra_attack()\n    │   ├── masked_dirsearch()\n    │   └── masked_comprehensive_web_scan()\n    │\n    └── 📊 Monitoring \u0026 Stats\n        ├── stats_monitor()\n        └── signal_handler()\n```\n\n## 🚀 Installation\n\n### 📋 Prerequisites\n\n```bash\n# Ubuntu/Debian\nsudo apt-get update\nsudo apt-get install python3 python3-pip nmap hydra git\n\n# Install dirsearch\npip3 install dirsearch\n# OR\ngit clone https://github.com/maurosoria/dirsearch.git\n```\n\n### ⬇️ Install DNS Amplification Masker\n\n```bash\n# Clone repository\ngit clone https://github.com/toxy4ny/vacuum_and_masquerade.git\ncd vacuum_and_masquerade\nchmod +x masquerade.py vacuum.py\n```\n\n### 🔍 Find Vulnerable DNS Servers\n\n```bash\n# Scan for vulnerable DNS servers first\nsudo python3 vacuum.py --output dns_report.json --threads 50 --timeout 5\n\n# This creates the required DNS amplification report\n```\n\n## 🏃 Quick Start\n\n### 1️⃣ **Basic Nmap Scan with Masking**\n\n```bash\nsudo python3 masquerade.py --dns-report dns_report.json nmap \\\n    --target 192.168.1.0/24 \\\n    --args \"-p 22,80,443 -sV\" \\\n    --intensity medium\n```\n\n### 2️⃣ **Web Directory Enumeration**\n\n```bash\npython3 masquerade.py --dns-report dns_report.json dirsearch \\\n    --url https://example.com \\\n    --extensions \"php,html,js,txt\" \\\n    --intensity heavy\n```\n\n### 3️⃣ **SSH Brute Force Attack**\n\n```bash\npython3 masquerade.py --dns-report dns_report.json hydra \\\n    --target ssh://192.168.1.100 \\\n    --service ssh \\\n    --userlist examples/users.txt \\\n    --passlist examples/passwords.txt \\\n    --intensity extreme\n```\n\n## 📚 Usage Examples\n\n### 🌐 **Comprehensive Web Application Testing**\n\n```bash\n# Full web security assessment (nmap + dirsearch + hydra)\npython3 masquerade.py --dns-report dns_report.json webscan \\\n    --url https://target-webapp.com \\\n    --intensity heavy\n```\n\n**What this does:**\n1. **Phase 1**: Port scan (80, 443, 8080, 8443) with service detection\n2. **Phase 2**: Directory enumeration with common web extensions  \n3. **Phase 3**: HTTP authentication brute force on discovered endpoints\n\n### 🎯 **Multi-Target Directory Scanning**\n\n```bash\n# Create target list\necho -e \"https://site1.com\\nhttps://site2.com\\nhttps://api.site3.com\" \u003e targets.txt\n\n# Bulk directory scanning with masking\npython3 masquerade.py --dns-report dns_report.json multidirsearch \\\n    --targets targets.txt \\\n    --extensions \"php,asp,jsp,json,xml\" \\\n    --intensity extreme\n```\n\n### 🔧 **Advanced Nmap with Custom Arguments**\n\n```bash\n# Stealth SYN scan with OS detection and script scanning\nsudo python3 masquerade.py --dns-report dns_report.json nmap \\\n    --target 10.0.0.0/8 \\\n    --args \"-sS -O --script=vuln,exploit -T2\" \\\n    --scan-delay 200 \\\n    --intensity heavy\n```\n\n### ⚔️ **Multi-Service Brute Force**\n\n```bash\n# SSH brute force\npython3 masquerade.py --dns-report dns_report.json hydra \\\n    --target 192.168.1.100 \\\n    --service ssh \\\n    --args \"-t 1 -W 60\" \\\n    --intensity extreme\n\n# HTTP basic auth\npython3 masquerade.py --dns-report dns_report.json hydra \\\n    --target http://192.168.1.100/admin \\\n    --service http-get \\\n    --args '\"/admin\"' \\\n    --intensity heavy\n\n# FTP brute force  \npython3 masquerade.py --dns-report dns_report.json hydra \\\n    --target ftp://192.168.1.100 \\\n    --service ftp \\\n    --intensity medium\n```\n\n### 🔍 **Custom Dirsearch with Wordlists**\n\n```bash\n# Using custom wordlist and recursive scanning\npython3 masquerade.py --dns-report dns_report.json dirsearch \\\n    --url https://target.com \\\n    --wordlist wordlists/big.txt \\\n    --args \"--recursive --deep-recursive --random-user-agents\" \\\n    --extensions \"php,asp,aspx,jsp,do,action\" \\\n    --intensity extreme\n```\n\n## ⚙️ Configuration\n\n### 🎛️ **Masking Intensity Levels**\n\n| Intensity | Threads | Rate (pps) | Burst Size | Use Case |\n|-----------|---------|------------|------------|----------|\n| `light`   | 3       | 10         | 5          | Basic stealth scanning |\n| `medium`  | 5       | 50         | 10         | Standard penetration testing |\n| `heavy`   | 8       | 100        | 20         | Advanced red team operations |\n| `extreme` | 12      | 200        | 30         | High-security environments |\n\n### 📊 **DNS Server Selection Logic**\n\n```python\n# Servers are weighted by amplification factor\nTop 20% servers = High-amplification servers (1000x+)\nSelection weight = amplification_factor * availability_score\n\n# Example: Server with 5000x amplification gets 5000x selection probability\n# vs server with 100x amplification\n```\n\n### 🎯 **Target Parsing Examples**\n\n```bash\n# Single IP\n--target 192.168.1.100\n\n# IP range (CIDR) \n--target 192.168.1.0/24\n\n# Domain name\n--target example.com  \n\n# URL (for web tools)\n--url https://example.com:8080/app\n\n# Multiple targets file\necho -e \"192.168.1.100\\n10.0.0.50\\nexample.com\" \u003e targets.txt\n```\n\n## 🔬 Advanced Features\n\n### 🎭 **Dynamic Masking Boost**\n\nThe masker automatically increases amplification when successful attacks are detected:\n\n```python\n# Automatic boost triggers\n✅ Nmap discovers open ports → Boost masking\n✅ Hydra finds valid credentials → Extreme boost  \n✅ Dirsearch finds resources → Burst amplification\n⚡ Each boost adds 30-300 seconds of intense masking\n```\n\n### 📈 **Real-Time Statistics**\n\n```bash\n📊 Live stats during operation:\n   ⏱️  Runtime: 145.2 seconds\n   📦 Packets sent: 12,450\n   📊 Average PPS: 85.6  \n   💥 Amplification: ~2.1 GB traffic generated\n   🎯 Active DNS servers: 15/87\n```\n\n### 🛡️ **Stealth Configuration**\n\n```bash\n# Nmap stealth settings (auto-applied)\n-T2                    # Polite timing\n--scan-delay 100ms     # Minimum delays\n-sS                    # SYN stealth scan\n\n# Hydra stealth settings  \n-t 1                   # Single thread\n-W 30                  # 30s between attempts\n-f                     # Stop at first success\n\n# Dirsearch stealth settings\n--delay 2              # 2s between requests\n--max-rate 10          # Max 10 req/sec\n--random-user-agents   # Randomized headers\n--threads 5            # Limited concurrency\n```\n\n### 📁 **Automatic Result Saving**\n\n```bash\n# Output files created automatically\ndirsearch_example_com_20241201_143052.txt\nnmap_scan_192_168_1_0_20241201_143105.xml\nhydra_results_20241201_143200.txt\n\n# Log files\nmasker.log             # Detailed operation log\namplification_stats.json  # Performance metrics\n```\n\n## 🕵️ Detection Evasion\n\n### 🌊 **Traffic Mixing Strategy**\n\n```mermaid\ngraph LR\n    A[Legitimate Scan] --\u003e B{IDS/IPS}\n    C[DNS Amplification x1000] --\u003e B\n    D[Other Network Traffic] --\u003e B\n    \n    B --\u003e E[Mixed Traffic Analysis]\n    E --\u003e F[Difficult Detection]\n    \n    style C fill:#ff6b6b\n    style F fill:#51cf66\n```\n\n### ⚡ **Amplification Effectiveness**\n\n```bash\n# Typical amplification results\nDNS Query (64 bytes) → Response (4,096 bytes) = 64x amplification\nTarget receives: Your 1 packet + 64x amplified packets mix\n\n# With 50 vulnerable DNS servers:\nYour scan: 1 packet/sec\nBackground: 3,200 amplified packets/sec  \nDetection difficulty: 99.97% noise vs 0.03% signal\n```\n\n### 🎯 **Timing Strategies**\n\n```python\n# Smart timing patterns\nscan_timing = {\n    'burst_during_finds': True,     # Amplify when finding results\n    'background_masking': True,     # Constant low-level noise\n    'random_delays': True,          # Unpredictable intervals  \n    'distributed_sources': True     # Multiple DNS reflectors\n}\n```\n\n## 🔧 Tool Integration Details\n\n### 📡 **Nmap Integration**\n\n```bash\n# Supported Nmap features\n✅ All scan types: -sS, -sT, -sU, -sA, -sW, -sM\n✅ Port specifications: -p 22,80,443 or -p 1-65535  \n✅ Service detection: -sV, -sC, --script\n✅ OS detection: -O, -A\n✅ Timing controls: -T0 through -T5\n✅ Output formats: -oN, -oX, -oG, -oA\n\n# Auto-applied stealth settings\n--scan-delay 100ms     # Minimum packet delay\n-T2                    # Polite timing template  \n--max-rate 50          # Max 50 packets/sec\n```\n\n### ⚔️ **Hydra Integration**\n\n```bash\n# Supported services\nssh, ftp, http-get, http-post-form, https-get, telnet,\nsmtp, pop3, imap, rdp, vnc, mysql, postgres, oracle, \nmssql, mongodb, redis, snmp, ldap, smb\n\n# Stealth optimizations  \n-t 1                   # Single thread mode\n-W 30                  # 30 seconds between attempts\n-f                     # Exit after first successful login\n-v                     # Verbose output for monitoring\n```\n\n### 📁 **Dirsearch Integration**\n\n```bash\n# Key features enabled\n✅ Recursive directory scanning\n✅ Custom wordlists and extensions\n✅ Random User-Agent rotation\n✅ Response filtering and exclusions  \n✅ Rate limiting and delays\n✅ HTTP/HTTPS support with custom ports\n\n# Performance settings\n--delay 2              # 2 seconds between requests\n--timeout 10           # 10 second timeout\n--max-rate 10          # Maximum 10 requests/second\n--threads 5            # 5 concurrent threads maximum\n```\n\n## 🐛 Troubleshooting\n\n### ❓ **Common Issues**\n\n```bash\n# \"Permission denied\" when sending packets\nSolution: Run with sudo privileges\nsudo python3 masquerade.py ...\n\n# \"No vulnerable DNS servers found\"  \nSolution: Run vacuum.py first to find amplifiers\nsudo python3 vacuum.py --output dns_report.json\n\n# \"Tool not found\" errors\nSolution: Install missing tools\nsudo apt-get install nmap hydra\npip3 install dirsearch\n\n# Low amplification effectiveness  \nSolution: Use --intensity extreme and more DNS servers\npython3 vacuum.py --timeout 10 --threads 100\n```\n\n### 📊 **Performance Tuning**\n\n```bash\n# For high-performance environments\n--intensity extreme           # Maximum threads and rate\n--threads 100                # More DNS discovery threads (vacuum.py)\n--timeout 3                  # Faster DNS timeouts\n\n# For stealth environments  \n--intensity light            # Minimal footprint\n--scan-delay 500            # Longer delays between packets\n--max-rate 5                # Very low packet rate\n```\n\n### 🔍 **Debugging**\n\n```bash\n# Enable verbose logging\nexport PYTHONPATH=\"${PYTHONPATH}:.\"\npython3 -v masker.py ...\n\n# Check log files\ntail -f masquerade.log\ntail -f /var/log/syslog        # System-level networking\n\n# Test amplification manually\nsudo python3 masquerade.py --dns-report dns_report.json amplify \\\n    --target 8.8.8.8 --intensity light --duration 60\n```\n\n## 🤝 Contributing\n\nWe welcome contributions! Please follow these guidelines:\n\n### 🔧 **Development Setup**\n\n```bash\n# Fork and clone\ngit clone https://github.com/toxy4ny/vacuum_and_masquerade.git\ncd vacuum_and_masquerade\n\n# Create development environment\npython3 -m venv venv\nsource venv/bin/activate  \npip3 install -r requirements.txt\n\n# Install development dependencies\npip3 install pytest black flake8 mypy\n```\n\n### 📝 **Code Standards**\n\n```bash\n# Before submitting PR, run:\nblack masquerade.py              # Code formatting\nflake8 masquerade.py               # Linting  \nmypy masquerade.py                 # Type checking\npytest tests/                  # Unit tests\n```\n\n### 🎯 **Contribution Areas**\n\n- 🛠️ **Tool Integration**: Add support for new security tools\n- 🔍 **Detection Methods**: Improve DNS server discovery  \n- ⚡ **Performance**: Optimize amplification algorithms\n- 🎭 **Evasion**: Enhance stealth techniques\n- 📚 **Documentation**: Improve guides and examples\n- 🧪 **Testing**: Add unit tests and integration tests\n\n## ⚖️ Legal Notice\n\n### 🚨 **Important Legal Information**\n\n```\n⚠️  DISCLAIMER: This tool is designed for authorized penetration testing,\n    security research, and educational purposes only.\n\n✅ AUTHORIZED USE:\n   • Your own systems and networks\n   • Systems with explicit written permission\n   • Authorized penetration testing engagements  \n   • Educational labs and training environments\n\n❌ UNAUTHORIZED USE:\n   • Any system without explicit permission\n   • Infrastructure you do not own or control  \n   • Networks without proper authorization\n   • Any illegal or malicious activities\n\n🔒 RESPONSIBILITY:\n   Users are solely responsible for ensuring compliance with all\n   applicable laws, regulations, and policies in their jurisdiction.\n```\n\n### 📋 **Compliance Guidelines**\n\n1. **🔍 Always obtain written authorization** before testing any system\n2. **📝 Document all testing activities** and maintain audit trails  \n3. **⏰ Respect scope and time limitations** of authorized testing\n4. **🛑 Stop immediately** if any unintended impact occurs\n5. **📊 Report findings responsibly** through proper channels\n\n### 🌍 **Legal Considerations by Region**\n\n- **🇺🇸 United States**: Computer Fraud and Abuse Act (CFAA)\n- **🇪🇺 European Union**: General Data Protection Regulation (GDPR)  \n- **🇬🇧 United Kingdom**: Computer Misuse Act 1990\n- **🇦🇺 Australia**: Telecommunications Act 1997\n- **🌏 Other regions**: Consult local cybersecurity and computer crime laws\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n```\nMIT License - Key Points:\n✅ Commercial use allowed\n✅ Modification allowed  \n✅ Distribution allowed\n✅ Private use allowed\n⚠️  Limitation of liability\n⚠️  No warranty provided\n```\n\n### 📊 **Project Statistics**\n\n![GitHub stars](https://img.shields.io/github/stars/toxy4ny/vacuum_and_masquerade)\n![GitHub forks](https://img.shields.io/github/forks/toxy4ny/vacuum_and_masquerade)  \n![GitHub issues](https://img.shields.io/github/issues/toxy4ny/vacuum_and_masquerade)\n![GitHub last commit](https://img.shields.io/github/last-commit/toxy4ny/vacuum_and_masquerade)\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**🎭 DNS Amplification Scanner \u0026 Masker - Advanced Penetration Testing Framework**\n\nMade with ❤️ by the Security Research Community\n\n*\"In the art of war, stealth is the ultimate weapon\"*\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoxy4ny%2Fvacuum_and_masquerade-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoxy4ny%2Fvacuum_and_masquerade-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoxy4ny%2Fvacuum_and_masquerade-/lists"}