Add modify curl script
This commit is contained in:
parent
dd2f26fe2b
commit
b9d59761bf
11
modify.sh
Executable file
11
modify.sh
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
curl --header "Content-Type: application/json" \
|
||||||
|
--data '{"command": {
|
||||||
|
"Modify": {
|
||||||
|
"destination_port": 8888,
|
||||||
|
"destination_ip": "127.0.0.1",
|
||||||
|
"id": "67e55044-10b1-426f-9247-bb680e5fe0c8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"signature": [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
|
||||||
|
}' \
|
||||||
|
http://localhost:3000/command
|
Loading…
Reference in New Issue
Block a user