├── .gitignore ├── LICENSE ├── README.md ├── generate_shellfeck_instructions.py ├── shellfeck.c └── shellfeck.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberSecurityN00b/shellfeck/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberSecurityN00b/shellfeck/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberSecurityN00b/shellfeck/HEAD/README.md -------------------------------------------------------------------------------- /generate_shellfeck_instructions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberSecurityN00b/shellfeck/HEAD/generate_shellfeck_instructions.py -------------------------------------------------------------------------------- /shellfeck.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberSecurityN00b/shellfeck/HEAD/shellfeck.c -------------------------------------------------------------------------------- /shellfeck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberSecurityN00b/shellfeck/HEAD/shellfeck.h --------------------------------------------------------------------------------