Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l1ghtn1ng/gochecksec
A Go program that checks the security flags for Linux binaries
https://github.com/l1ghtn1ng/gochecksec
hacking security-tools
Last synced: about 1 month ago
JSON representation
A Go program that checks the security flags for Linux binaries
- Host: GitHub
- URL: https://github.com/l1ghtn1ng/gochecksec
- Owner: L1ghtn1ng
- License: gpl-3.0
- Created: 2023-02-03T23:13:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T07:10:04.000Z (6 months ago)
- Last Synced: 2024-05-20T08:28:54.052Z (6 months ago)
- Topics: hacking, security-tools
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gochecksec
A Go program that checks the security flags for Linux binaries# Summary
This was inspired by pwntools checksec and not wanting to have to install a venv in python to be able
to use it when you want to use do a quick check of a binary security flags# Building
This requires go 1.22 to build then you can use ```make -f MakeFile build``` to build the binaries.# Installing
You can get the ```deb, rpm or archlinux pkg``` package from [here](https://github.com/L1ghtn1ng/gochecksec/releases/latest) as well as a precompiled binary for you respective CPU architecture from the ```.tar.gz``` and then move the gochecksec binary to ```/usr/local/bin/``` and you now have it installed