{"id":20864405,"url":"https://github.com/d1se0/supertool","last_synced_at":"2025-12-11T19:28:00.664Z","repository":{"id":249675331,"uuid":"832205780","full_name":"D1se0/superTool","owner":"D1se0","description":"SuperTool is an ethical hacking tool designed to perform advanced network scans, search for vulnerabilities in websites and manage exploits. Use tools like nmap for network scanning and searchsploit to look for exploits.","archived":false,"fork":false,"pushed_at":"2024-07-22T14:46:26.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T08:17:41.837Z","etag":null,"topics":["cibersecurity","command-line","commands","ethical-hacking","hacking","hacking-tools","hackingetico","kali-linux","linux","pentesters","pentesting","redteam","supertool","tool","tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/D1se0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-22T14:31:16.000Z","updated_at":"2024-09-06T09:03:34.000Z","dependencies_parsed_at":"2024-07-22T17:54:27.436Z","dependency_job_id":null,"html_url":"https://github.com/D1se0/superTool","commit_stats":null,"previous_names":["d1se0/supertool"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FsuperTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FsuperTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FsuperTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FsuperTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D1se0","download_url":"https://codeload.github.com/D1se0/superTool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243238967,"owners_count":20259126,"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":["cibersecurity","command-line","commands","ethical-hacking","hacking","hacking-tools","hackingetico","kali-linux","linux","pentesters","pentesting","redteam","supertool","tool","tools"],"created_at":"2024-11-18T05:42:11.006Z","updated_at":"2025-12-11T19:27:55.604Z","avatar_url":"https://github.com/D1se0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SuperTool\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/60a13fab-2be8-4c63-9376-e1a4760ff431\" alt=\"revShell\" width=\"400\"\u003e\n\u003c/p\u003e\n\n## Description\n\n`SuperTool` is an `ethical hacking` tool designed to perform advanced `network` scans, search for `vulnerabilities` in `websites` and manage `exploits`. Use tools like `nmap` for network scanning and searchsploit to look for exploits.\n\n## Features\n\nNetwork Scanning: Identify devices on a network using `Nmap`.\n\nAdvanced Port Scanning: Detects open ports and associated services.\n\nSearch for Web Vulnerabilities: Scans websites for `vulnerabilities` and `exploits`.\n\nService Query: Identifies the service associated with a specific port.\n\nExploit Vulnerabilities: Search for exploits available for specific services.\n\n## Install\n\nTo install `SuperTool` and all its dependencies, run the following script:\n\n```bash\ngit clone https://github.com/D1se0/superTool.git\ncd superTool/\n```\n\n```bash\nsudo bash requirements.sh\n```\n\neither\n\n```bash\nsudo su\n./requirements.sh\n```\n\nThis script will install all the necessary libraries and copy the scripts to `/usr/local/bin/superTool`. It will also create a symbolic link to make it easier to run the main script from any location.\n\n## Use\n\n### Parameters\n\n`-r`: Search for devices in a specified IP range.\n\n`-ex`: Search for exploits for the specified IP.\n\n`-s`: Perform an advanced scan of the specified IP.\n\n`-w`: Search for web vulnerabilities for the specified URL.\n\n`--url`: URL of the website to scan for exploits (required with -w).\n\n`--service-port`: Consult service associated with the port.\n\n## Examples of Use\n\n### Scan an IP range\n\n```bash\npython3 superTool.py -r 192.168.1.0/24\n```\n\nThis command will scan the IP range `192.168.1.0/24` to find active devices.\n\n### Search for exploits for an IP\n\n```bash\npython3 superTool.py -ex 192.168.1.10\n```\nThis command will look for exploits for the IP `192.168.1.10`.\n\n### Perform an advanced scan of an IP\n\n```bash\npython3 superTool.py -s 192.168.1.10\n```\n\nThis command will perform an advanced scan of the IP `192.168.1.10` and detect open ports.\n\n### Search for web vulnerabilities for a URL\n\n```bash\npython3 superTool.py -w --url http://example.com\n```\n\nThis command will scan the URL `http://example.com` to find web vulnerabilities. `Note: The --url parameter is required when using -w`.\n\n### Consult service associated with a port\n\n```bash\npython3 superTool.py --service-port 80\n```\n\nThis command will query the service associated with port `80`.\n\n## Maintenance\n\nIf you find any bugs or have suggestions, please open an issue in the GitHub repository.\n\n## Contributions\n\nContributions are welcome! Please see the `CONTRIBUTING.md` for more details on how to contribute.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd1se0%2Fsupertool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd1se0%2Fsupertool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd1se0%2Fsupertool/lists"}