A web application for scanning and analyzing Unturned server plugins for security threats and backdoors.
Safeturned is a security tool designed specifically for Unturned server administrators. It helps you identify malicious plugins that could compromise your server by performing deep static analysis of plugin source code.
The application provides several key capabilities:
- Code Analysis - Deep static analysis of plugin source code for suspicious patterns
- Threat Detection - Detection of backdoors
- Fast Scanning - Analysis results in seconds with detailed reports
- Mobile Friendly - Responsive design that works on all devices
- Multi-language Support - Available in English and Russian
- Frontend: Next.js 15 with App Router
- Styling: Tailwind CSS
- Language: TypeScript
- Deployment: Docker ready
Node.js 20+ and npm
- Clone the repository:
git clone https://github.com/Safeturned/Website.git
cd WebSite
- Install dependencies:
cd src
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
You can also run the application using Docker:
cd src
docker build -t safeturned-website .
docker run -p 3000:3000 safeturned-website
- Upload Plugin - Upload your .dll plugin file through the web interface
- Code Analysis - Our system analyzes the code for suspicious functions and patterns
- Get Results - Receive a detailed report with security assessment and recommendations
Contributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
This site is not affiliated with Smartly Dressed Games or Unturned. Unturned® is a registered trademark or trademark of Smartly Dressed Games Ltd. in the United States, Canada, and other countries.