{"id":15685963,"url":"https://github.com/coldheat/autosockets","last_synced_at":"2025-05-07T18:21:33.740Z","repository":{"id":71365068,"uuid":"14911056","full_name":"ColdHeat/autosockets","owner":"ColdHeat","description":null,"archived":false,"fork":false,"pushed_at":"2014-10-09T06:24:02.000Z","size":147,"stargazers_count":9,"open_issues_count":4,"forks_count":3,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-03-31T12:57:22.929Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ColdHeat.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}},"created_at":"2013-12-04T01:40:04.000Z","updated_at":"2024-04-09T07:14:43.000Z","dependencies_parsed_at":"2023-02-22T06:46:04.192Z","dependency_job_id":null,"html_url":"https://github.com/ColdHeat/autosockets","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/ColdHeat%2Fautosockets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColdHeat%2Fautosockets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColdHeat%2Fautosockets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColdHeat%2Fautosockets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ColdHeat","download_url":"https://codeload.github.com/ColdHeat/autosockets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252931819,"owners_count":21827172,"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":[],"created_at":"2024-10-03T17:33:43.586Z","updated_at":"2025-05-07T18:21:33.711Z","avatar_url":"https://github.com/ColdHeat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"autosockets\n===========\nautosockets is a python module meant to lessen the amount of work and intimidation of writing socket code. This is \nto aid those who are newcomers to scripting during a CTF. It also includes some prepackaged functionality that will\naid a CTF veteran. \n\nOptional Dependencies: \nhttps://pypi.python.org/pypi/Pebble\n\nautosockets.socket(addr, port, timeout=1, stype=AF_INET, sproto=SOCK_STREAM)\n * Returns the socket connected to addr at port\n * The socket will have a timeout of 1 second by default \n * The addr should be IPv4 as specified by stype and the protocol TCP as specified by sproto. \n\nautosockets.recv(regex=False, end='\\n'))\n * Returns either a list or a string depending on the value of regex.\n * The regex parameter is a string parameter specifying a regex to match the recieved string against. Useful for parsing out keys.\n * The end parameter specifies the terminating character or characters as a string. \n \nautosockets.send(text)\n * Sends text to server. You must add your own newline.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldheat%2Fautosockets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoldheat%2Fautosockets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldheat%2Fautosockets/lists"}