EN

VibeNest is currently available in English. More interface languages are coming soon.

Go to Home

lsd

A Python-based network scanner application containerized with Docker.

Get Started

Overview

lsd is a lightweight network scanning tool built with Python 3.11. The application is designed to run in a containerized environment and exposes its functionality on port 8080.

Features

Containerized Deployment

Ready-to-run Docker container for easy deployment

Network Scanning

Core scanning functionality implemented in Python

Web Interface

Accessible via HTTP on port 8080

Lightweight

Built on Python 3.11 slim base image for minimal footprint

Tech Stack

  • Language Python 3.11
  • Container Docker
  • Base Image python:3.11-slim
  • Port 8080

Quick Start

Using Docker

# Build the container
docker build -t lsd .

# Run the scanner
docker run -p 8080:8080 lsd

The application will be available at http://localhost:8080.

Direct Python Execution

# Set the port (optional, defaults to 8080)
export PORT=8080

# Run the scanner
python scanner.py

Project Structure

├── Dockerfile          # Container configuration
└── scanner.py          # Main scanner application

Note: The exact scanning capabilities and API endpoints are determined by the implementation in scanner.py.

lsd · Network scanner

Reconnecting to the server...

Reconnecting in sec.

Failed to reconnect.
The page will reload automatically.

Session paused by the server.

Failed to resume the session.
Reloading the page...