Skip to content

yossireuven/LOGOBF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

SIEMENS LOGO! Brute Force tool

alt text

Motivation:

SIEMENS LOGO! Web Server using 2-step authentication:

  1. Initialize integers using several arithmetic functions, send to server and get TOKEN & KEY.
  2. Create another key using the recived KEY and webpage password and send to server for verification, and on success receive login TOKEN (another) from server.

This auth method makes known brute force tools (Hydra, Medusa, ...) to not work well. So I've decided to create my own brute-force tool :-).

Requirments:

  • Node JS
  • shelljs (npm install shelljs)

Usage:

node LOGO_bf.js <logo_ip> <pass_file>

*no need for username as SIEMENS has static username ('Web User')

- For educational and research purposes only.

About

SIEMENS LOGO! Brute Force tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published