{"id":17101870,"url":"https://github.com/nullarray/quickscan","last_synced_at":"2025-04-13T00:26:29.303Z","repository":{"id":140848061,"uuid":"102370038","full_name":"NullArray/QuickScan","owner":"NullArray","description":"Port scanning and domain utility.","archived":false,"fork":false,"pushed_at":"2017-09-08T08:59:41.000Z","size":34,"stargazers_count":30,"open_issues_count":0,"forks_count":21,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T18:21:41.974Z","etag":null,"topics":["dns","dns-resolver","infosec","osint","pentesting","port-scanner","whois-lookup"],"latest_commit_sha":null,"homepage":"","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/NullArray.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}},"created_at":"2017-09-04T14:26:00.000Z","updated_at":"2024-11-15T18:35:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"6feda0fd-1152-4af5-a557-a449c7b2868e","html_url":"https://github.com/NullArray/QuickScan","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullArray%2FQuickScan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullArray%2FQuickScan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullArray%2FQuickScan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullArray%2FQuickScan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NullArray","download_url":"https://codeload.github.com/NullArray/QuickScan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650386,"owners_count":21139664,"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":["dns","dns-resolver","infosec","osint","pentesting","port-scanner","whois-lookup"],"created_at":"2024-10-14T15:27:13.414Z","updated_at":"2025-04-13T00:26:29.247Z","avatar_url":"https://github.com/NullArray.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickScan\n\nQuickScan is a simple port scanning utility with some useful supporting features. As such it comes with functionality to query DNS in order to resolve domains and has a built in WHOIS lookup. Conveniently the program saves the results of your scans and assorted operations to an application log in the current working directory for future reference and/or further processing. \n\n## Usage \n\nStarting the program from the terminal `python quickscan.py` without arguments, will show you a quick introduction message and some usage information. The full set of options available to you are as follows.\n\n```\nusage: quickscan.py [-h] [-r RESOLVE] [-w WHOIS] [-s SCAN] [-v]\n\noptional arguments:\n  -h, --help                show this help message and exit\n  -r RESOLVE, --resolve     enter a domain to resolve\n  -w WHOIS, --whois WHOIS   query WHOIS on target host\n  -s SCAN, --scan SCAN      specify the host(IP) you wish to perform a port scan on\n  -v, --verbose             toggle verbosity\n```\n\nFor clarity please see some examples below.\n\n```\nquickscan.py --help\nquickscan.py --resolve google.com \nquickscan.py --scan 192.168.55.88 -v \n```\n\n## Dependencies\n\nQuickScan depends on the following Python2.7 modules.\n\n```\nblessings\nipwhois\n```\nShould you find you do not have these installed you can use Python's built in package manager to install them like so.\n\n```\npip install blessings\npip install ipwhois\n```\nOr feel free to use the requirements file i have made for this program like so `pip install -r requirements.txt`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullarray%2Fquickscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullarray%2Fquickscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullarray%2Fquickscan/lists"}