{"id":13510858,"url":"https://github.com/s0md3v/Silver","last_synced_at":"2025-03-30T17:31:29.635Z","repository":{"id":37432513,"uuid":"228459092","full_name":"s0md3v/Silver","owner":"s0md3v","description":"Mass scan IPs for vulnerable services","archived":false,"fork":false,"pushed_at":"2022-02-17T09:26:29.000Z","size":73,"stargazers_count":1029,"open_issues_count":2,"forks_count":148,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-03-28T00:08:47.483Z","etag":null,"topics":["masscan","network","network-scanner","nmap","port-scanner","scanner","shodan","silver","vulnerability-scanner","vulners"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/s0md3v.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}},"created_at":"2019-12-16T19:24:03.000Z","updated_at":"2025-03-24T21:59:12.000Z","dependencies_parsed_at":"2022-09-01T13:43:26.554Z","dependency_job_id":null,"html_url":"https://github.com/s0md3v/Silver","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0md3v%2FSilver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0md3v%2FSilver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0md3v%2FSilver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s0md3v%2FSilver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s0md3v","download_url":"https://codeload.github.com/s0md3v/Silver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246355384,"owners_count":20763990,"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":["masscan","network","network-scanner","nmap","port-scanner","scanner","shodan","silver","vulnerability-scanner","vulners"],"created_at":"2024-08-01T02:01:56.827Z","updated_at":"2025-03-30T17:31:29.613Z","avatar_url":"https://github.com/s0md3v.png","language":"Python","funding_links":[],"categories":["Python","Weapons","Python (1887)","Network/port Scanners","vulnerability-scanner"],"sub_categories":["Tools"],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/s0md3v/Silver\"\u003e\u003cimg src=\"https://i.ibb.co/bv3rqXs/silver.png\" alt=\"Silver\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  Silver\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eMass Vulnerability Scanner\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/s0md3v/Silver/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/release/s0md3v/Silver.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/s0md3v/Silver/issues?q=is%3Aissue+is%3Aclosed\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/issues-closed-raw/s0md3v/Silver.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n### Introduction\nmasscan is fast, nmap can fingerprint software and vulners is a huge vulnerability database. Silver is a front-end that allows\ncomplete utilization of these programs by parsing data, spawning parallel processes, caching vulnerability data for faster\nscanning over time and much more.\n\n![demo](https://i.ibb.co/nPK8yD8/Untitled.png)\n\n## Features\n- Resumable scanning\n- Slack notifcations\n- Multi-core utilization\n- Supports: IPs, CIDR \u0026 hostnames\n- Vulnerability data caching\n- Shodan integration\n\n## Dependencies\n\n### External Programs\n- [nmap](https://nmap.org/)\n- [masscan](https://github.com/robertdavidgraham/masscan)\n\n### Python libraries\n- psutil\n- requests\n\nRequired Python libraries can be installed by executing `sudo pip3 install -r requirements.txt` in `Silver` directory.\n\n## Setting up Slack notifications\n- Create a workspace on slack, [here](https://slack.com/)\n- Create an app, [here](https://api.slack.com/apps/new)\n- Enable WebHooks from the app and copy the URL from there to Silver's `/core/memory.py` file.\n\n## Usage\n\n#### Before you start\n\n:warning: Run Silver as root and with `python3` i.e. with `sudo python3 silver.py \u003cyour input\u003e`. The python libraries need to be installed as root too.\n\n:warning: Silver scans all TCP ports by default i.e. ports `0-65535`. Use `--quick` switch to only scan top ~1000 ports.\n\n#### Scan host(s) from command line\n\n```\npython3 silver.py 127.0.0.1\npython3 silver.py 127.0.0.1/22\npython3 silver.py 127.0.0.1,127.0.0.2,127.0.0.3\n```\n\n#### Use Shodan\nShodan can provide open ports, service information and CVEs from the data collected during its contiunous internet wide scanning. I think this is the best choice for quickly checking top ~1500 ports. Not using it makes sense when:\n\n- You want to scan all the ports instead of the most common ones\n- You are not okay with the scan results being 2-3 days old\n- The IP you want to scan has been excluded by Shodan by a request of the owner\n\n```\npython3 silver.py 127.0.0.1 --shodan\n```\n\n#### Scan top ~1000 ports\n```\npython3 silver.py 127.0.0.1 --quick\n```\n\n#### Scan specific ports\n```\npython3 silver.py 127.0.0.1 -p80,443\n```\n\n#### Scan hosts from a file\n\n```\npython3 silver.py -i /path/to/targets.txt\n```\n\n#### Save JSON output to a file\nDefault: `result-\u003cip_here\u003e.json`\n```\npython3 silver.py 127.0.0.1 -o my_target.json\n```\n\u003e Note: The output is saved regardless of using this option. It only exists to choose a specific name for the file instead of the autogenerated one.\n\n#### Set max number of parallel nmap instances\nDefault: `number_of_cores`\n```\npython3 silver.py -i /path/to/targets.txt -t 4\n```\n\n#### Choose packets to be sent per seconds\nDefault: `10000`\n```\npython3 silver.py 127.0.0.1 --rate 1000\n```\n\n## Contribution\nYou can contribute to this project by providing suggestions, reporting sensible issues and spreading the word.\nPull requessts for the following will not be accepted:\n- Typos\n- coDe qUaLiTY\n- Docker and .gitignore file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs0md3v%2FSilver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs0md3v%2FSilver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs0md3v%2FSilver/lists"}