External Transmission
Medium
- Category
- Data Exfiltration
- Content
### Messaging ```bash # Post a message curl -s -X POST http://127.0.0.1:4445/chat/messages \ -H "Content-Type: application/json" \ -d '{"from": "YOUR_NAME", "channel": "general", "content": "Your message"}'- Confidence
- 86% confidence
- Finding
- curl -s -X POST http://127.0.0.1:4445/chat/messages \ -H "Content-Type: application/json" \ -d '{"from": "YOUR_NAME", "channel": "general", "content": "Your message"}' # Read recent messages (def
