Advertisement
doug_drealer

WLT3Serial

Dec 9th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.45 KB | None | 0 0
  1. git clone https://github.com/Bort-Millipede/WLT3Serial && cd WLT3Serial
  2. gradle clean prepared
  3. # downloaded within t3client.jar-file in the build/libs/-directory
  4. # download:
  5. # wget https://github.com/Bort-Millipede/WLT3Serial/releases/download/0.1/WLT3Serial-0.1.jar
  6. # place the ysoserial.jar file in the build/libs/ directory
  7. gradle build
  8. gradle fatJar
  9.  
  10. java -jar WLT3Serial-full-[VERSION].jar [OPTIONS] REMOTE_HOST REMOTE_PORT PAYLOAD_TYPE PAYLOAD_CMD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement