Fix some bugs

Signed-off-by: j3ssie <jeromej3m@gmail.com>
This commit is contained in:
j3ssie
2019-12-01 14:31:50 +07:00
parent a438649ece
commit cc9477ed23
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<a href="https://github.com/j3ssie/Osmedeus"><img alt="python" src="https://img.shields.io/badge/python-3.6%2B-blue.svg"></a>
<a href=""><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"></a>
<a href=""><img alt="tested" src="https://img.shields.io/badge/tested-Kali%20Linux-green.svg"></a>
<a href="https://github.com/j3ssie/Osmedeus"><img alt="Release" src="https://img.shields.io/badge/version-2.1-red.svg"></a>
<a href="https://github.com/j3ssie/Osmedeus"><img alt="Release" src="https://img.shields.io/badge/version-2.2-red.svg"></a>
<a href="https://www.youtube.com/watch?v=kZ-uMC7c5OY&list=PLqpLl_iGMLnA6vbi1ZM-HmWLuedIP2PJl"><img alt="Demo" src="https://img.shields.io/badge/demo-youtube-blue.svg"></a>
</p>
</p>
+1 -2
View File
@@ -195,8 +195,7 @@ $GO_BIN get -u github.com/j3ssie/go-auxs/getIP
$GO_BIN get -u github.com/j3ssie/go-auxs/just-resolved
install_banner "amass"
export GO111MODULE=on
go get -u github.com/OWASP/Amass/v3/...
export GO111MODULE=on; $GO_BIN get -u github.com/OWASP/Amass/v3/... 2>/dev/null
cp $GO_DIR/* "$PLUGINS_PATH/go/" 2>/dev/null
# install_banner "observatory"
+1 -1
View File
@@ -18,7 +18,7 @@ from lib.mode import routine
#############
__author__ = '@j3ssiejjj'
__version__ = '2.1'
__version__ = '2.2'
# run Django API as another process