{"id":16317059,"url":"https://github.com/simatwa/svinf3","last_synced_at":"2025-05-13T16:12:59.492Z","repository":{"id":174166541,"uuid":"608031911","full_name":"Simatwa/svinf3","owner":"Simatwa","description":"Server Inspector","archived":false,"fork":false,"pushed_at":"2024-01-29T10:47:16.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-25T11:42:05.379Z","etag":null,"topics":["h4cking","http","https","inspector","over-the-wire","over-the-wire-solutions","server"],"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/Simatwa.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":"2023-03-01T07:09:52.000Z","updated_at":"2023-06-10T09:49:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c133a7c-089a-4a08-8e74-e7c8f75619fa","html_url":"https://github.com/Simatwa/svinf3","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.375,"last_synced_commit":"c61d38f0a75283914cab814139fe9a86b9ef8287"},"previous_names":["simatwa/svinf3"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simatwa%2Fsvinf3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simatwa%2Fsvinf3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simatwa%2Fsvinf3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simatwa%2Fsvinf3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Simatwa","download_url":"https://codeload.github.com/Simatwa/svinf3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239188685,"owners_count":19597032,"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":["h4cking","http","https","inspector","over-the-wire","over-the-wire-solutions","server"],"created_at":"2024-10-10T22:06:29.265Z","updated_at":"2025-02-16T19:46:48.783Z","avatar_url":"https://github.com/Simatwa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"Center\"\u003esvinf3\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href='#'\u003e\u003cimg src=\"https://img.shields.io/static/v1?logo=github\u0026label=Github\u0026message=Passing\u0026color=green\" alt=\"github\" /\u003e\u003c/a\u003e\n\u003ca href='LICENSE'\u003e\u003cimg src='https://img.shields.io/static/v1?logo=MIT\u0026label=License\u0026message=MIT\u0026color=purple' alt='license'/\u003e\u003c/a\u003e\n\u003ca href='#'\u003e\u003cimg  src='https://visitor-badge.glitch.me/badge?page_id=Simatwa.svinf3\u0026left_color=red\u0026right_color=green' alt='Visitors'/\u003e\u003c/a\u003e\n\u003ca href=\"https://wakatime.com/badge/github/Simatwa/svinf3\"\u003e\u003cimg src=\"https://wakatime.com/badge/github/Simatwa/svinf3.svg\" alt=\"wakatime\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Server inspector\n## [Dependencies](requirements.txt)\n\n- colorama\n- cloudscraper\n- tabulate\n- requests\n\n## Installation and usage\n\n### Installation\n\n- Execute the following commands at the terminal \n\n```bash\n$ git clone https://github.com/Simatwa/svinf3.git\n$ cd svinf3\n$ bash install.sh \n   #or\n$ sudo bash install.sh\n```\n\n### Usage\n\n`$ svinf3 {url}`\n\n- For futher info run `svinf3 -h`.\n\n```\nusage: svinf3 [-h] [-v] [-g path] [-p path] [-c path]\n              [-o filepath] [-t TRIALS] [-he filepath]\n              [-tbl [html,grid]+] [-wr [a,wb,ab]]\n              [-i INTERVAL] [-tm TIMEOUT]\n              [--browser chrome|firefox]\n              [--platform darwin|ios|android|windows|linux]\n              [-thr THREAD] [--binary] [--show]\n              [--prettify] [--new]\n              url\n\nSimple Server inspector regards : bc03\n\npositional arguments:\n  url                   Link to the website/API - None\n\noptions:\n  -h, --help            show this help message and exit\n  -v, --version         show program's version number and\n                        exit\n  -g path, --get path   Use GET method to send json data\n                        in path - None\n  -p path, --post path  Use POST method to send json data\n                        in path - None\n  -c path, --cookies path\n                        Path to cookies file formated in\n                        json - None\n  -o filepath, --output filepath\n                        Path to save the response'\n                        contents - None\n  -t TRIALS, --trials TRIALS\n                        Number of times to send request -\n                        1\n  -he filepath, --headers filepath\n                        Path to header files formatted in\n                        json - None\n  -tbl [html,grid]+, --table [html,grid]+\n                        Table format for displaying\n                        contents - None\n  -wr [a,wb,ab], --write-mode [a,wb,ab]\n                        File mode for saving response - w\n  -i INTERVAL, --interval INTERVAL\n                        Time to sleep between requests\n                        sent - 0\n  -tm TIMEOUT, --timeout TIMEOUT\n                        Maximum time while requesting -\n                        15\n  --browser chrome|firefox\n                        Browser name to be used - firefox\n  --platform darwin|ios|android|windows|linux\n                        OS name to be used - linux\n  -thr THREAD, --thread THREAD\n                        Threads amount at once - None\n  --binary              Specifies to handle response\n                        contents as binary data - False\n  --show                Displays the response contents -\n                        False\n  --prettify            Formats the response in readable\n                        format - False\n  --new                 Overwrites file with same name -\n                        output - False \n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimatwa%2Fsvinf3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimatwa%2Fsvinf3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimatwa%2Fsvinf3/lists"}