Skip to content

kuburan/contexploit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vulnerability description

the Vulnerability allow unauthenticated attacker to remotely bypass authentication and added new user without confirming.
after Successfully added new users, the attacker can control anything (lamps, doors, air conditioner, etc)

Contec smart home Unauthorized Users Added
Affected version : 4.15

want to know more about Contec Smart Home system ?
https://contec.co.il/en/

Installation steps

require 2 modules (bs4, requests)

Root@Linux: ~# pip install -r requirement.txt
or
Root@Linux: ~# pip install bs4 requests

Work in both python 2.x and 3.x
Tested on Linux and MAC os

Usage

to view users list
Root@Linux: ~# python ./contexploit.py -t https://(ip):(port) --list-user

to added new user
Root@Linux: ~# python ./contexploit.py -t https://(ip):(port) -u (NewUser) -p (NewPassword)

About

Contec Smart Home unauthorized user added

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%