CyberEdge is a powerful and efficient internet asset mapping tool designed to provide comprehensive scanning and attack surface mapping for cybersecurity professionals.
互联网资产综合扫描/攻击面测绘
CyberEdge is used by network security professionals to perform detailed internet asset discovery and vulnerability scanning, helping organizations identify and manage their exposed assets and potential security risks. It automates the process of asset correlation and vulnerability detection, enabling faster and more accurate security assessments.
Ensure ports 47808 and 31337 are free before deployment. Initial deployment may take several minutes to download and initialize components. It is recommended to enable HTTPS and other security measures in production. After initial user registration with Google Authenticator, close the registration channel and change default passwords to enhance security. The tool is licensed under AGPL-3.0, requiring source code disclosure if modified and offered as a service.
Clone the project repository: git clone https://github.com/Symph0nia/CyberEdge.git
Navigate into the project directory: cd CyberEdge
Set script permissions: chmod +x start.sh generate_env.sh
Start the service: ./start.sh
Ensure Docker and Docker Compose are installed on your system
Access the frontend interface at http://localhost:47808
Access the backend API at http://localhost:31337git clone https://github.com/Symph0nia/CyberEdge.git
Clone the CyberEdge repository to your local machine.
chmod +x start.sh generate_env.sh
Set executable permissions for the startup and environment generation scripts.
./start.sh
Launch the CyberEdge service using Docker Compose.
docker-compose logs -f
Follow logs for troubleshooting service startup issues.