Message from Python discussions
December 2018
— .split()
Hello guys, i need some help
I created a reverse tcp shell and when i type in the following commands
Ls, mkdir, cat, pwd, ls -la etc works perfectly but when i type in
Cd - change directory it doesn’t change my working directory to the desired directory
— That was the first code i tried
— Ohh sorry, then how do you call an admin, i forgot
— Please help...
— Hi, Can anybody recommend some tutorials for server log analysis? I need to develop a model for threat detection using server log analysis...
— Why do you need to call an admin? They are grumpy people
— And nobody likes them
— Still stuck... "nohup python script.py param1 param2 & disown > script.log" should work?
— Maybe, just try bits of code and add one after another
— I'm using
"subprocess.call(["nohup", "python", "/home/PATH/script.py", user_data['Symbol'], user_data['Asset'], user_data['Stop loss price'], user_data['Buy price'], user_data['Target 1'], user_data['Target 2'], user_data['Target 3'], "&", "disown", ">", log_filename], shell=False)" but doesnt work
— Have you tried doing it in console first?