├── Fork-Bomb.md ├── README.md ├── Reverse_Tcp └── reverse_tcp.asm ├── compiler_tester ├── dynamic_linking.c ├── fork_nd_exec.c ├── popen.c └── system_func.c ├── dead-bomb.c ├── fork-bomb-using-c.c ├── manual-stress.c ├── manual_stress.py ├── server-stress.c ├── soft-bomb.c ├── stress(additional).py ├── time-stress-using-C.c └── useful-tools ├── README.md ├── htop └── neofetch.zip /Fork-Bomb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/Fork-Bomb.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/README.md -------------------------------------------------------------------------------- /Reverse_Tcp/reverse_tcp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/Reverse_Tcp/reverse_tcp.asm -------------------------------------------------------------------------------- /compiler_tester/dynamic_linking.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/compiler_tester/dynamic_linking.c -------------------------------------------------------------------------------- /compiler_tester/fork_nd_exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/compiler_tester/fork_nd_exec.c -------------------------------------------------------------------------------- /compiler_tester/popen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/compiler_tester/popen.c -------------------------------------------------------------------------------- /compiler_tester/system_func.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/compiler_tester/system_func.c -------------------------------------------------------------------------------- /dead-bomb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/dead-bomb.c -------------------------------------------------------------------------------- /fork-bomb-using-c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/fork-bomb-using-c.c -------------------------------------------------------------------------------- /manual-stress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/manual-stress.c -------------------------------------------------------------------------------- /manual_stress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/manual_stress.py -------------------------------------------------------------------------------- /server-stress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/server-stress.c -------------------------------------------------------------------------------- /soft-bomb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/soft-bomb.c -------------------------------------------------------------------------------- /stress(additional).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/stress(additional).py -------------------------------------------------------------------------------- /time-stress-using-C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/time-stress-using-C.c -------------------------------------------------------------------------------- /useful-tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/useful-tools/README.md -------------------------------------------------------------------------------- /useful-tools/htop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/useful-tools/htop -------------------------------------------------------------------------------- /useful-tools/neofetch.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whitecat18/Linux-Attacks/HEAD/useful-tools/neofetch.zip --------------------------------------------------------------------------------