Skip to content

hsvarun-dev/cyberbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ CyberBot

A multi-stack Cybersecurity Automation Bot built using Python and Node.js for monitoring systems, managing logs, and performing automated security operations.


🚀 Overview

CyberBot is designed to automate essential cybersecurity tasks including:

  • 🔍 Log monitoring
  • 🛠 Vulnerability scanning
  • 🧩 Security patch installation
  • 🦠 Antivirus update automation
  • 🤖 Bot-based command execution
  • 🔐 Authentication tracking

This project combines Python automation scripts with a Node.js backend to create a structured and scalable security tool.


🏗️ Project Structure

CYBERBOT/ │ ├── node js/ # Node.js backend services │ ├── server.js │ ├── bot.js │ └── package.json │ ├── python/ # Python automation & security scripts │ ├── models/ │ ├── scripts/ │ ├── logs/ │ ├── bot.py │ ├── server.py │ └── requirements.txt │ └── .gitignore


⚙️ Tech Stack

  • Python
  • Node.js
  • PowerShell Scripts
  • REST-based Server Architecture
  • File-based Logging System

🔐 Key Features

  • 📊 Real-time log monitoring
  • 🚨 Automated vulnerability scanning
  • 🔄 Patch management automation
  • 🛡 Antivirus update execution
  • 🤖 Command-based bot interaction
  • 🔑 Authentication failure tracking

🖥️ Installation Guide

1️⃣ Clone the Repository

git clone https://github.com/hsvarun-dev/cyberbot.git
cd cyberbot



cd python
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt


python server.py

cd "node js"
npm install
node server.js



⚠️ Security Notice

This project is developed for educational and research purposes only.
Do not deploy in production environments without proper security validation.



👨‍💻 Author

H S Varun
AI & Cybersecurity Enthusiast
📍 Mysore, India

About

Multi-stack Cybersecurity Automation Bot built with Python & Node.js for monitoring, vulnerability scanning, and security management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors