{"id":25753949,"url":"https://github.com/rootshelll/p1ckl3d-web-shell","last_synced_at":"2025-02-26T15:29:51.915Z","repository":{"id":279207068,"uuid":"938048256","full_name":"RootShelll/P1ckl3d-Web-Shell","owner":"RootShelll","description":"Complete guide to P1ckl3d Web Shell - an advanced penetration testing tool for security professionals. Learn installation, features, and best practices.","archived":false,"fork":false,"pushed_at":"2025-02-24T11:09:48.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T11:38:58.999Z","etag":null,"topics":["cybersecurity-tools","p1ckl3d-web-shell","penetration-testing","security-assessment","security-testing","server-security","web-shell"],"latest_commit_sha":null,"homepage":"https://r00t-shell.com/p1ckl3d-web-shell-a-comprehensive-guide-to-advanced-web-shell-for-security-testing/","language":"PHP","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/RootShelll.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}},"created_at":"2025-02-24T10:40:25.000Z","updated_at":"2025-02-24T11:09:51.000Z","dependencies_parsed_at":"2025-02-24T11:39:01.574Z","dependency_job_id":"c0ddc8fb-dd2b-4c91-b113-6deb239fee28","html_url":"https://github.com/RootShelll/P1ckl3d-Web-Shell","commit_stats":null,"previous_names":["rootshelll/p1ckl3d-web-shell"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RootShelll%2FP1ckl3d-Web-Shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RootShelll%2FP1ckl3d-Web-Shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RootShelll%2FP1ckl3d-Web-Shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RootShelll%2FP1ckl3d-Web-Shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RootShelll","download_url":"https://codeload.github.com/RootShelll/P1ckl3d-Web-Shell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240880086,"owners_count":19872474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cybersecurity-tools","p1ckl3d-web-shell","penetration-testing","security-assessment","security-testing","server-security","web-shell"],"created_at":"2025-02-26T15:29:51.271Z","updated_at":"2025-02-26T15:29:51.901Z","avatar_url":"https://github.com/RootShelll.png","language":"PHP","readme":"# P1ckl3d Web Shell: A Comprehensive Guide to Advanced Web Shell for Security Testing\n\n![P1ckl3d Web Shell](https://r00t-shell.com/wp-content/uploads/2025/02/P1ckl3d-Web-Shell.png)\n\n\u003e **⚠️ Important Security Notice**\n\u003e\n\u003e This tool is intended for **authorized security testing only**. Using this tool without explicit permission is **illegal** and could result in **serious legal consequences**.\n\n## 🔍 Introduction\n\nIn the realm of **cybersecurity** and **penetration testing**, having the right tools is crucial for thorough security assessments. The **P1ckl3d Web Shell** is an advanced tool designed specifically for **security professionals** conducting authorized penetration testing.\n\n## ✨ Key Features and Capabilities\n\n| Feature                   | Description  |\n|---------------------------|--------------|\n| 🔄 **Dynamic Command Execution** | Execute real-time shell commands, maintain history, and avoid page reloads |\n| 📁 **File Management** | Seamless file uploads, directory navigation, and file downloads |\n| 🔍 **System Information Gathering** | Retrieve OS details, network configurations, user info, and security settings |\n| 🌐 **Network Reconnaissance** | Gather details about running processes, services, and open ports |\n| 🔑 **User Privilege Escalation Analysis** | Identify potential privilege escalation vectors |\n\n## 🛠️ Installation and Setup Guide\n\n### Prerequisites\n- A web server with PHP support\n- Proper authorization to conduct security testing\n\n### Installation Steps\n1. **Download** the `P1ckl3d-Web-Shell.php` file from the repository:\n   ```bash\n   git clone https://github.com/RootShelll/P1ckl3d-Web-Shell.git\n   cd P1ckl3d-Web-Shell\n   ```\n2. **Identify** a suitable upload point on the target system.\n3. **Upload** the file through the identified vulnerability.\n4. **Access** the web shell through the uploaded URL.\n\n## 🚀 How to Use P1ckl3d Web Shell\n\n### Basic Commands\n```bash\n# Execute system commands\ncommand\u003e ls -la\n\n# Change directory\ncommand\u003e cd /var/www\n\n# View file contents\ncommand\u003e cat config.php\n```\n\n### Advanced Features\n- **Enumerate Running Processes:** `ps aux`\n- **Check Open Ports:** `netstat -tulnp`\n- **Retrieve User Information:** `whoami \u0026\u0026 id`\n\n## ✅ Best Practices for Usage\n\n✔️ Always maintain detailed logs of your testing activities  \n✔️ Remove the web shell immediately after testing  \n✔️ Use **secure connections** when possible  \n✔️ Follow the target organization's **security testing guidelines**  \n\n## 🔧 Troubleshooting\n\n| Issue | Solution |\n|--------|------------|\n| **Permission Denied** | Check file permissions and user context |\n| **Upload Failed** | Verify file size limits and server configurations |\n| **Connection Issues** | Check network connectivity and firewall rules |\n\n## 📜 Legal Disclaimer\nThis tool is intended strictly for **ethical hacking and penetration testing** within legal boundaries. The authors and contributors **do not** take responsibility for **misuse or illegal activities** related to this software.\n\n## 📫 Contact \u0026 Support\nFor any queries, contributions, or issues, reach out via:\n📧 Email: security@R00t-shell.com  \n💬 Discord: [Join our community](https://github.com/RootShelll/)  \n🐙 GitHub Issues: [Report a bug](https://github.com/RootShelll//issues)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootshelll%2Fp1ckl3d-web-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frootshelll%2Fp1ckl3d-web-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootshelll%2Fp1ckl3d-web-shell/lists"}