mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
routersploit: update homepage
This commit is contained in:
parent
d212c707b4
commit
0c93357878
1 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
|
@ -10,16 +10,16 @@ inherit python-single-r1
|
|||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
MY_P=${P}
|
||||
EGIT_REPO_URI="git://github.com/reverse-shell/routersploit.git"
|
||||
EGIT_REPO_URI="git://github.com/threat9/routersploit.git"
|
||||
inherit git-r3
|
||||
else
|
||||
MY_P=${PN}-${PV/_/-}
|
||||
SRC_URI="https://github.com/reverse-shell/routersploit/archive/v${PV}.tar.gz"
|
||||
SRC_URI="https://github.com/threat9/routersploit/archive/v${PV}.tar.gz"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
|
||||
fi
|
||||
|
||||
DESCRIPTION="An open-source exploitation framework dedicated to embedded devices"
|
||||
HOMEPAGE="https://github.com/reverse-shell/routersploit/wiki"
|
||||
HOMEPAGE="https://github.com/threat9/routersploit/wiki"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
|
@ -80,7 +80,7 @@ desktop_install() {
|
|||
|
||||
pkg_postinst(){
|
||||
elog "routersploit-${PV} has installed enjoy.. "
|
||||
einfo "more info @ WIKI https://github.com/reverse-shell/routersploit/wiki"
|
||||
einfo "more info @ WIKI https://github.com/threat9/routersploit/wiki"
|
||||
einfo "video demo also on wiki made with asciinema showing some of the basic features."
|
||||
einfo "for more than your Home or Small biz routers I'd see the wiki, CLI takes some getting aqaunted with"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue