Update README.md

main
witchdocsec 2024-05-18 04:08:13 +01:00 committed by GitHub
parent a4bfa6be8b
commit 1013fd74c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -29,6 +29,7 @@ options:
-P PAYLOAD, --payload PAYLOAD
-c COMMAND, --command COMMAND
-s STEPS, --steps STEPS
-e ENCODE, --encode Encode
```
socklisten mode
```
@ -39,6 +40,8 @@ options:
-lp LPORT, --lport LPORT
-P PAYLOAD, --payload PAYLOAD
-c COMMAND, --command COMMAND
-s STEPS, --steps STEPS
-e ENCODE, --encode Encode
```
## useage (library)
@ -46,6 +49,6 @@ options:
from balsamic import balsamic
balsamic.utility.command="command"
balsamic.webreq("schema","method","rhost","rport","payload","parameter","cookie")
balsamic.socksend("ip",port,"payload",steps)
balsamic.socklisten(port,"payload",steps)
balsamic.socksend("ip",port,"payload",encode,steps)
balsamic.socklisten(port,"payload",encode,steps)
```