-
-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to auto start servers? #16
Comments
You may need this:
#!/bin/bash
(echo 'Run 0.0.0.0 8080\n'; cat) | ./Platypus
|
Thanks WangYihang. I already had the service working, just needed to figure out how to run the server, I'll give it a try in a bit, but that should take care of it! |
Just put all Platypus commands in a text file, then redirect the file into the process. Or you might need to write a bash script to wrap the program. |
This is by far the nicest and cleanest reverse shell server I've ever seen,
thanks for the tip.
…On Thu, Jun 6, 2019, 11:45 PM 王一航 ***@***.***> wrote:
Just put all Platypus commands in a text file, then redirect the file into
the process. Or you might need to write a bash script to wrap the program.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16?email_source=notifications&email_token=AB4PG7GNVQXA4T2TFM6W5H3PZHRXNA5CNFSM4HSEKLNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXE2ONA#issuecomment-499754804>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB4PG7BOKWAL7STWVHCVUZ3PZHRXNANCNFSM4HSEKLNA>
.
|
I will consider upgrading platypus to a system service. |
Close since the original problem is solved. |
In version v1.2.7, this problem was solved more graceful. please check it out. |
Great app, is there an environmental variable or something to have it auto start a server on launch?
This is exactly what I was looking for, re: remote systems management behind firewalls. (we own the equipment).
Just might need to learn some go :)
The text was updated successfully, but these errors were encountered: