Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalerasrorov/security-flaws-and-their-prevention
https://github.com/dalerasrorov/security-flaws-and-their-prevention
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dalerasrorov/security-flaws-and-their-prevention
- Owner: DalerAsrorov
- Created: 2015-06-08T01:09:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-08T01:19:34.000Z (over 9 years ago)
- Last Synced: 2023-02-26T13:26:54.918Z (over 1 year ago)
- Language: C
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Security Flaws And Their Prevention
Each folder contains the example of one of the techniques used to prevent seurity attacks. The first folder contains example of preventing buffer overflow, the second folder contains methods to prevent pathname attacks, and the third folder contains methods to prevent system from being attacked with SQL injection. Moreover, each folder has a patch that, if executed, will show the difference of code between original version (not secure) and fixed version (secure).
To run the patch execute the following command line:
./patch#.patch (where # is the number of the patch)
It will execute the file and show the difference.