Git Product home page Git Product logo

network_programs's Introduction

Vulnerable Network Programs

Hey there, this repository demonstrates the "Network Programming" concepts (TCP/IP client-server model) with the help of programs which are intensionally made vulnerable to various binary exploitation techniques. This started out of curiosity to understand how the network programs worked at the purest form with C programming language and hence is made vulnerable. It could have been
implemented in other high level programming languages also (like java, python etc.) but the layers of abstraction provided by languages like python provide won't let us have an insight about the concepts. I would love any suggestions on how can this model be made more vulnerable and any contributions regarding the same would be appreciated. Cheers,

USAGE

Issue the commands bellow on the linux command line to generate and ELF executable of webserver-

$ git clone https://github.com/compilepeace/Network_programming/	# clonning git repository
$ cd Network_programming						# getting into Networ_programming directory
$ make									# building webserver, webclient and dnsresolver
$ make run_webserver 							# run the webserver on port 8080

VULNERABILITIES

  • Buffer Overflow
  • Local File Inclusion (LFI)

Note : Ignore the warnings since the "webserver" program is intensionally made vulnerable so that later on Exploitation can be demonstrated.

network_programs's People

Contributors

compilepeace avatar

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.