Coder Social home page Coder Social logo

blechschmidt / freebind Goto Github PK

View Code? Open in Web Editor NEW
176.0 6.0 21.0 53 KB

IPv6 address rate limiting evasion tool (that also supports IPv4)

License: GNU General Public License v3.0

Makefile 1.84% C 98.16%
freebind socket subnet ipv4 ipv6 ipv6-address ipv4-address anyip rate-limiting rate-limit

freebind's People

Contributors

blechschmidt avatar justanotherarchivist avatar ocean-moist avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

freebind's Issues

Will not compile on musl

title

packetrand.c: In function 'cb':
packetrand.c:236:5: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
  236 |     u_int32_t id = handle_pkt(nfa, &size);
      |     ^~~~~~~~~
      |     uint32_t

Citation

I am doing research in a related field of IPv6 source address randomization. I would like to cite Freebind as prior work. Is there anything you would like added to this Bibtex citation?

@software{freebind,
  author = {Blechschmidt, B},
  title = {{Freebind}},
  url = {https://github.com/blechschmidt/freebind},
  year = {2023}
}

can't compile on Ubuntu 20.04 with gcc 9.3.0

I'm not very experienced with the C language & toolchain, so I failed to solve this on my own.

uname -a
# Linux testing-2 5.4.0-91-generic #102-Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
gcc --version
# gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
apt install -y gcc make git
git clone https://github.com/blechschmidt/freebind.git
cd freebind
make
mkdir -p bin
gcc -Wall -shared -fPIC src/freebind.c -o bin/freebind.so -ldl
gcc -Wall src/preloader.c -o bin/freebind
src/preloader.c: In function ‘main’:
src/preloader.c:46:6: error: a label can only be part of a statement and a declaration is not a statement
   46 |      size_t buflen = strlen(buf);
      |      ^~~~~~
make: *** [Makefile:6: default] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.