{"id":13470212,"url":"https://github.com/antirez/hping","last_synced_at":"2025-10-04T06:34:29.817Z","repository":{"id":3590387,"uuid":"4653998","full_name":"antirez/hping","owner":"antirez","description":"hping network tool","archived":false,"fork":false,"pushed_at":"2024-07-10T12:38:39.000Z","size":1093,"stargazers_count":1555,"open_issues_count":62,"forks_count":342,"subscribers_count":73,"default_branch":"master","last_synced_at":"2025-06-07T06:07:23.184Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antirez.png","metadata":{"files":{"readme":"README","changelog":"CHANGES","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-06-13T17:41:54.000Z","updated_at":"2025-06-05T16:55:24.000Z","dependencies_parsed_at":"2024-10-30T00:50:25.180Z","dependency_job_id":null,"html_url":"https://github.com/antirez/hping","commit_stats":{"total_commits":10,"total_committers":5,"mean_commits":2.0,"dds":0.5,"last_synced_commit":"3547c7691742c6eaa31f8402e0ccbb81387c1b99"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antirez/hping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antirez%2Fhping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antirez%2Fhping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antirez%2Fhping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antirez%2Fhping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antirez","download_url":"https://codeload.github.com/antirez/hping/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antirez%2Fhping/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278277770,"owners_count":25960428,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-07-31T16:00:25.586Z","updated_at":"2025-10-04T06:34:29.782Z","avatar_url":"https://github.com/antirez.png","language":"C","readme":"hping3 README file\nantirez@invece.org\n\nDESCRIPTION\n\n\thping3 is a network tool able to send custom TCP/IP\n\tpackets and to display target replies like ping do with\n\tICMP replies. hping3 can handle fragmentation, and\n\talmost arbitrary packet size and content, using the\n\tcommand line interface.\n\n\tSince version 3, hping implements scripting capabilties,\n\tread the API.txt file under the /docs directory to know\n\tmore about it.\n\n\tAs a command line utility, hping is useful to test at\n\tmany kind of networking devices like firewalls, routers,\n\tand so. It can be used as a traceroute alike program over all\n\tthe supported protocols, firewalk usage, OS fingerprinting,\n\tport-scanner (see the --scan option introduced with hping3),\n\tTCP/IP stack auditing.\n\n\tIt's also really a good didactic tool to learn TCP/IP.\n\n\tUsing Tcl/Tk scripting much more can be done, because\n\twhile the hping3 packet generation code is actually the\n\thping2 put there mainly for compatibility with the command\n\tline interface, all the real news are about scripting.\n\n\tSee the libs directory for example scripts. To run\n\tthe example scripts type:\n\n\t\thping3 exec ScriptName.htcl \u003carguments, if required\u003e\n\n\thping3 is developed and manteined by antirez@invece.org\n\twith the help of other hackers, and comes under GPL version\n\t2 of license. Development is open so you can send me\n\tpatches/suggestions/affronts without inhibitions.\n\n\tPlease check the AUTHORS file for a list of people that\n\tcontribued with code, ideas, bug reports.\n\n\tAlso vim developer, ee.lbl.gov for tcpdump and GNU in general.\n\nDOCUMENTATION\n\n\tFor the hping3 API check docs/API.txt\n\n\tYou can find documentation about hping3 specific functions\n\tat http://wiki.hping.org\n\n\tMake sure to check the page at http://wiki.hping.org/34\n\nDOWNLOAD\n\n\tThe hping3 primary download site is the following:\n\n\t\thttp://www.hping.org\n\n\t----------------------------------------------------------------\n\tHow to get the hping3 source code from the anonymous CVS server\n\t----------------------------------------------------------------\n\n\t$ cvs -d :pserver:anonymous@cvs.hping2.sourceforge.net:/cvsroot/hping2 login   \n\n\tCVS will ask for the password, just press enter, no password is required\n\n\tthan type the following to download the full source code.\n\n\t$ cvs -z8 -d :pserver:anonymous@cvs.hping2.sourceforge.net:/cvsroot/hping2 checkout hping3s\n\n\t-----------------------------------\n\tHow to update your source code tree\n\t-----------------------------------\n\n\tchange the current directory to /somewhere/hping2, than just type:\n\n\t$ cvs update\n\nREQUIREMENTS\n\n\tA supported unix-like OS, gcc, root access.\n\n\tLibpcap.\n\n\tTcl/Tk is optional but strongly suggested.\n\nINSTALLATION\n\n\tsee INSTALL file.\n\nhave fun,\nantirez\n","funding_links":[],"categories":["C","\u003ca id=\"eec238a1a2657b70f7bbbe68a4421249\"\u003e\u003c/a\u003e其他","Network Tools","Tools","Network"],"sub_categories":["\u003ca id=\"b239f12aca7aa942b45836032cbef99a\"\u003e\u003c/a\u003e转换","Network Traffic Replay and Editing Tools","Network Tools","Docker Containers of Penetration Testing Distributions and Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantirez%2Fhping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantirez%2Fhping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantirez%2Fhping/lists"}