Skip to content

brharrelldev/WebServerCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

WebServerCheck

Checks to see version of webserver and if root is enabled

To run start services with

python View.py

Then open another terminal and run the client

python GetWebserverClient.py --ip "127.0.0.1"

Response should look like below

{u'webserver': u'nginx', u'webserver_version': u'nginx/1.2.', u'Root_Enabled': False}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages