All Questions
2 questions
6votes
4answers
52kviews
getting output from netcat, decoding it and returning an output
I have to get an output from netcat, decode it and return it. after typing: nc cs2107.spro.ink 9000 the output i get is this: Welcome to the Proof of work challenge! Rules: i will provide hex ...
3votes
1answer
1kviews
'netcat -e' not relaying stdout
I'm using netcat to create a backdoor running a python script with the following command: netcat -l -p 1234 -e 'python /script.py' then I'm connecting to the backdoor with another shell using: ...