mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-22 01:24:58 +02:00
@@ -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
@@ -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
@@ -18,7 +18,7 @@ from lib.mode import routine
|
||||
#############
|
||||
|
||||
__author__ = '@j3ssiejjj'
|
||||
__version__ = '2.1'
|
||||
__version__ = '2.2'
|
||||
|
||||
|
||||
# run Django API as another process
|
||||
|
||||
Reference in New Issue
Block a user