Serial.ws Patched ◎ ❲PREMIUM❳

curl -X GET \ http://localhost:8080/piece/12345

openapi: 3.0.0 info: title: Serial Communication Web Service description: API for generating serial communication pieces version: 1.0.0 servers: - url: http://localhost:8080 paths: /generate: post: summary: Generate Serial Communication Piece description: Generate a serial communication piece based on the provided configuration requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/SerialConfig' responses: '200': description: Serial communication piece generated successfully content: application/json: schema: $ref: '#/components/schemas/SerialPiece' /piece/{piece_id}: get: summary: Get Serial Communication Piece description: Retrieve a serial communication piece by its ID parameters: - in: path name: piece_id required: true schema: type: integer responses: '200': description: Serial communication piece retrieved successfully content: application/json: schema: $ref: '#/components/schemas/SerialPiece' put: summary: Update Serial Communication Piece description: Update a serial communication piece parameters: - in: path name: piece_id required: true schema: type: integer requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/SerialConfig' responses: '200': description: Serial communication piece updated successfully content: application/json: schema: $ref: '#/components/schemas/SerialPiece' delete: summary: Delete Serial Communication Piece description: Delete a serial communication piece parameters: - in: path name: piece_id required: true schema: type: integer responses: '204': description: Serial communication piece deleted successfully components: schemas: SerialConfig: type: object required: - device_name - baud_rate - data_bits - parity - stop_bits properties: device_name: type: string baud_rate: type: integer data_bits: type: integer parity: type: string stop_bits: type: integer SerialPiece: type: object required: - serial_piece properties: serial_piece: type: string serial.ws

Response:

Download reports:

wget http://malvuln.comadvisory/[ MD5.txt ]
Download Adversary3 - Malware Vulnerability Intel Tool for third-party attackers living off malware (LOM)

About:
Viruscreds:
Database of backdoor passwords found used by various Malware, uncovered by the Malvuln project.

Contact:
twitter.com/malvuln
malvuln13[at]gmail.com
Disclaimer: This site is for educational and research purposes only. The author of this site is not responsible for any damages or harm you may suffer by accessing this website or using any information contained herein. The author of this site doesn’t hold any responsibility over the misuse of the software, malware, exploits or security findings contained herein and does not condone them whatsoever. Moreover, the author of the site prohibits any malicious misuse of security informations contained and found here or elsewhere. By continuing to access this website you are agreeing to the full disclaimer presented here and you accept full liability and responsibility. Do not attempt to download Malware samples. The author of this website takes no responsibility for any kind of damages occurring from improper Malware handling or the downloading of ANY Malware mentioned on this website or elsewhere. malvuln.com and all of its content is Copyright (c) malvuln.com (TM) / Circa 2021.