Skip to content

Commit

Permalink
Doc: add a screenshots gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
p-l- committed Jul 2, 2015
1 parent 6168df0 commit 019f169
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ doc/INSTALL.md
doc/LICENSE-EXTERNAL.md
doc/LICENSE.md
doc/README.md
doc/SCREENSHOTS.md
doc/TESTS.md
doc/WEBUI.md
doc/screenshots/webui-tooltip-topenipvendors.png
doc/screenshots/webui-topproducts-80.png
doc/screenshots/webui-screenshots-solar-world.png
doc/screenshots/webui-home-heatmap.png
docker/Vagrantfile
docker/agent/Dockerfile
docker/base/Dockerfile
Expand Down Expand Up @@ -65,6 +70,7 @@ web/dokuwiki/doc/install.txt
web/dokuwiki/doc/license-external.txt
web/dokuwiki/doc/license.txt
web/dokuwiki/doc/readme.txt
web/dokuwiki/doc/screenshots.txt
web/dokuwiki/doc/tests.txt
web/dokuwiki/doc/webui.txt
web/dokuwiki/media/logo.png
Expand Down
21 changes: 21 additions & 0 deletions doc/SCREENSHOTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
This file is part of IVRE.

Copyright 2011 - 2015 [Pierre LALET](mailto:[email protected])

# IVRE's screenshots gallery #

![screenshot](screenshots/webui-home-heatmap.png)
Home page with "heatmap" IP addresses

![screenshot](screenshots/webui-details-heatmapzoom.png)
Scan result details, using the "heatmap" IP addresses to "zoom" in the
address space

![screenshot](screenshots/webui-screenshots-solar-world.png)
Screenshots with word "solar" and map

![screenshot](screenshots/webui-topproducts-80.png)
Most common products seen on port 80

![screenshot](screenshots/webui-tooltip-topenipvendors.png)
Help tooltip and most common ENIP vendors
Binary file added doc/screenshots/webui-details-heatmapzoom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshots/webui-home-heatmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshots/webui-tooltip-topenipvendors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshots/webui-topproducts-80.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,14 @@
'web/dokuwiki/doc/license-external.txt',
'web/dokuwiki/doc/license.txt',
'web/dokuwiki/doc/readme.txt',
'web/dokuwiki/doc/screenshots.txt',
'web/dokuwiki/doc/tests.txt',
'web/dokuwiki/doc/webui.txt']),
('share/ivre/dokuwiki/media',
['web/dokuwiki/media/logo.png']),
('share/ivre/dokuwiki/media/doc/screenshots',
[os.path.join('doc/screenshots', x)
for x in os.listdir('doc/screenshots')]),
('share/ivre/web/cgi-bin',
['web/cgi-bin/scanjson.py',
'web/cgi-bin/scanjsonconfig-sample.py']),
Expand All @@ -144,6 +148,7 @@
'doc/LICENSE-EXTERNAL.md',
'doc/LICENSE.md',
'doc/README.md',
'doc/SCREENSHOTS.md',
'doc/TESTS.md',
'doc/WEBUI.md']),
],
Expand Down
16 changes: 16 additions & 0 deletions web/dokuwiki/doc/screenshots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
This file is part of IVRE.

Copyright 2011 - 2015 [[mailto:[email protected]|Pierre LALET]]

====== IVRE's screenshots gallery ======

{{:doc:screenshots:webui-home-heatmap.png|screenshot}} Home page with "heatmap" IP addresses

{{:doc:screenshots:webui-details-heatmapzoom.png|screenshot}} Scan result details, using the "heatmap" IP addresses to "zoom" in the address space

{{:doc:screenshots:webui-screenshots-solar-world.png|screenshot}} Screenshots with word "solar" and map

{{:doc:screenshots:webui-topproducts-80.png|screenshot}} Most common products seen on port 80

{{:doc:screenshots:webui-tooltip-topenipvendors.png|screenshot}} Help tooltip and most common ENIP vendors

0 comments on commit 019f169

Please sign in to comment.