Skip to content

Commit

Permalink
Merge tag '3.0.2' into develop
Browse files Browse the repository at this point in the history
add new screenshots
more travis after_deploy tests
edit README.md
  • Loading branch information
franccesco committed Jul 6, 2018
2 parents 3fd6b7b + 541a5da commit db83ec0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ source =
# doesn't handle too well unittests and
# clipboard.py have a lot of issues with travis-ci
omit =
test*
getaltname.py
modules/clipboard.py
gsan/tests/*
gsan/__main__.py
gsan/modules/clipboard.py
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ In this case the tool give you sub-domains that you probably didn't find with a
![Example Image](assets/screenshot.png)

# Demo
*Disclaimer: The tool was renamed from getaltname to GSAN.*
[![asciicast](https://asciinema.org/a/bYYnK76AQJZFP9hj43e3CUaH5.png)](https://asciinema.org/a/bYYnK76AQJZFP9hj43e3CUaH5)

# Installation
Expand Down
Binary file modified assets/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ optional arguments:
## Example
[![Image Example](/assets/screenshot.png)](/getaltname/assets/screenshot.png)

## Demonstration

## Demo
*Disclaimer: The tool was renamed from getaltname to GSAN.*
<script src="https://asciinema.org/a/bYYnK76AQJZFP9hj43e3CUaH5.js" id="asciicast-bYYnK76AQJZFP9hj43e3CUaH5" async></script>
_[You can also watch the demo here.](https://asciinema.org/a/bYYnK76AQJZFP9hj43e3CUaH5)_

Expand Down
2 changes: 1 addition & 1 deletion gsan/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def main():
parser.add_argument('-d', '--debug',
help='Set debug enable', action='store_true')
parser.add_argument('-V', '--version', action='version',
help='Print version information.', version='3.0.0')
help='Print version information.', version='3.0.2')
args = parser.parse_args()

"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='gsan',
version='3.0.0',
version='3.0.2',
author='Franccesco Orozco',
author_email='franccesco@codingdose.info',
description='Extract subdomains from HTTPS sites',
Expand Down

0 comments on commit db83ec0

Please sign in to comment.