forked from p15670423/monkey
UI: Add output to the wget manual run command
This commit is contained in:
parent
1f5bb7efaf
commit
59aec706b2
|
@ -1,6 +1,6 @@
|
||||||
export default function generateLocalLinuxWget(ip, username) {
|
export default function generateLocalLinuxWget(ip, username) {
|
||||||
let command = `wget --no-check-certificate https://${ip}:5000/api/monkey/download/`
|
let command = `wget --no-check-certificate https://${ip}:5000/api/monkey/download/`
|
||||||
+ `linux; `
|
+ `linux -O ./monkey-linux-64; `
|
||||||
+ `chmod +x monkey-linux-64; `
|
+ `chmod +x monkey-linux-64; `
|
||||||
+ `./monkey-linux-64 m0nk3y -s ${ip}:5000`;
|
+ `./monkey-linux-64 m0nk3y -s ${ip}:5000`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue