{"id":19211633,"url":"https://github.com/marcusg/flooderfu","last_synced_at":"2026-06-22T07:32:05.086Z","repository":{"id":4522077,"uuid":"5662033","full_name":"marcusg/flooderfu","owner":"marcusg","description":null,"archived":false,"fork":false,"pushed_at":"2013-09-13T09:06:10.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T15:02:02.601Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/marcusg.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":"2012-09-03T17:42:18.000Z","updated_at":"2013-10-31T01:32:54.000Z","dependencies_parsed_at":"2022-09-02T21:22:52.796Z","dependency_job_id":null,"html_url":"https://github.com/marcusg/flooderfu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcusg/flooderfu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusg%2Fflooderfu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusg%2Fflooderfu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusg%2Fflooderfu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusg%2Fflooderfu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcusg","download_url":"https://codeload.github.com/marcusg/flooderfu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusg%2Fflooderfu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34639704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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-11-09T13:43:10.038Z","updated_at":"2026-06-22T07:32:05.073Z","avatar_url":"https://github.com/marcusg.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flooderfu\n\nFlooderfu is a simple toolset for flooding devices with different kinds of packages (atm: icmp, syn). It is based on the very nice gem *packetfu* created by Tod Beardsley (https://github.com/todb/packetfu). Use this only to (penetration-) test your own devices!\n\n## Installation\n\nInstall packet capture lib\n\n    sudo apt-get install libpcap-dev\n\nAdd this line to your application's Gemfile if you want to use it programmatically:\n\n    gem 'flooderfu'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself if you just want to use the commandline tools:\n\n    $ gem install flooderfu\n\n## Usage\n\n## Commandline\n\nNOTE: You need to be root user!\n\nFor using the syn-flooder use:\n\n    $ flooderfu-syn --help\n\nAnd for the icmp-flooder:\n\n    $ flooderfu-icmp --help\n\nTry the rvmsudo command if you're using rvm. For example:\n\n    $ rvmsudo flooderfu-icmp -i eth0\n\n## In your Ruby files use it like:\n\n    @opt = Flooderfu::Syn::Options.new :destination_ip =\u003e \"xxx.xxx.xxx.xxx\", :destination_mac =\u003e \"xx:xx:xx:xx:xx:xx\", :interface =\u003e \"eth0\"\n    @syn = Flooderfu::Syn::Attack.new(@opt).start!\n\nTo show all options use the commandline tools with parameter `--help`\n\n## TODO\n1. Write tests\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcusg%2Fflooderfu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcusg%2Fflooderfu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcusg%2Fflooderfu/lists"}