I hereby claim:
- I am conorpp on github.
- I am conor1 (https://keybase.io/conor1) on keybase.
- I have a public key ASCV0T5QsXyKBU8BsjvIO0a4kfMNpr68T_TLgMTk70-lrwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
/** | |
Based on https://github.com/jaromir-sukuba/efm8prog/ | |
Use his SW to program EFM8 using arduino. | |
This needs some work though (but it works) | |
**/ | |
#define C2D 2 | |
#define C2CK 3 | |
#define LED 13 | |
#define INBUSY 0x02 |
# Shove a shell at whoever requests it | |
ncat -l 0.0.0.0 8000 -e /bin/sh | |
# In a different terminal (or machine) set up a relay | |
ncat -l 0.0.0.0 8001 -c "ncat 0.0.0.0 8000" | |
# You can chain together as many relays as you'd like | |
ncat -l 0.0.0.0 8002 -c "ncat 0.0.0.0 8001" | |
ncat -l 0.0.0.0 8003 -c "ncat 0.0.0.0 8002" | |
ncat -l 0.0.0.0 8004 -c "ncat 0.0.0.0 8003" |