2022-04-06 14:54:46 -07:00
|
|
|
# netrun
|
|
|
|
|
2022-04-07 19:52:48 -07:00
|
|
|
Run scripts from the Internet in a way that is safer and more secure than
|
|
|
|
running `curl <url> | bash`
|
|
|
|
|
|
|
|
## Work in Progress
|
|
|
|
|
|
|
|
`netrun` is still experimental; don't rely on its working properly. In
|
2022-04-08 12:35:45 -07:00
|
|
|
particular, HTTP response codes are ignored (see #1).
|
2022-04-07 19:04:15 -07:00
|
|
|
|
|
|
|
## Try it
|
|
|
|
|
2022-04-07 19:52:48 -07:00
|
|
|
git clone https://git.kj7rrv.com/kj7rrv/netrun
|
|
|
|
cd netrun
|
2022-04-07 19:04:15 -07:00
|
|
|
pip3 install -r requirements.txt
|
|
|
|
python3 netrun.py https://git.kj7rrv.com/kj7rrv/netrun/raw/branch/master/demo_script.sh
|