https://github.com/donno2048/refcon
restricted-functions's Debian package
https://github.com/donno2048/refcon
debian debian-packages python security security-tools
Last synced: 2 months ago
JSON representation
restricted-functions's Debian package
- Host: GitHub
- URL: https://github.com/donno2048/refcon
- Owner: donno2048
- License: mit
- Created: 2021-09-24T00:55:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T01:07:51.000Z (over 4 years ago)
- Last Synced: 2025-02-24T11:16:52.446Z (over 1 year ago)
- Topics: debian, debian-packages, python, security, security-tools
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# refcon
[restricted-functions](https://github.com/donno2048/restricted-functions)'s Debian package
You can either download or build the package.
## Download
Go to the [Releases section](https://github.com/donno2048/refcon/releases)
## Build
In the _refcon_ directory run:
```sh
sudo apt update
sudo apt install build-essential git python3-pip -y
bash build.sh
sudo chmod 755 DEBIAN/
cd ..
sudo dpkg-deb --build refcon/
rm -rf refcon/usr
```
A new _refcon.deb_ will be created in the parent directory of _refcon_
## Install
```sh
sudo dpkg -i refcon.deb
```
## Run
```sh
refcon
```