shirleyian / pentoo

Automatically exported from code.google.com/p/pentoo
1 stars 1 forks source link

net-analyzer/wifite #292

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
## mike Lawrence (necrose99) warning dyslexic researcher Pre-alpah quality 
ebuild F'ugglynes ahead..... You should run away
#### net-analyzer/wifite

EAPI=5
inherit  versionator subversion distutils-r1 

DESCRIPTION="An automated wireless attack tool."
HOMEPAGE="https://github.com/derv82/wifite"
ESVN_REPO_URI="https://github.com/derv82/wifite"
ESVN_PROJECT="wifite-snapshot"
ESVN_FETCH_CMD = "svn checkout"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"

#DebinaDeps=aircrack-ng airmon-ng,aireplay-ng ,packetforge-ng  (Wierless 
injection patches)
#DebinaODeps=reaver  pyrit cowpatty  ## not as required Wifite uses cowpatty 
(if found) to detect handshakes.

DEPEND="${RDEPEND}"
RDEPEND="net-wireless/aircrack-ng
            net-analyzer/wireshark
            net-wireless/reaver
            net-wireless/cowpatty
            app-crypt/pyrit
            virtual/python
"

### Do Package install 
##/usr/bin/wifite.py
### chmod +x wifite.py
## do docu install readme.md too docs conversion ??? (how?) dodoc doman...... 

src_install() {
        dodir /usr/bin/
    exeinto /usr/bin/
    doexe wifite.py
    cp -R "${S}/" "${D}/" || die "Install failed!"
        prepalldocs README* 
        prepallinfo README*
        prepallman README*
}

pkg_postinst() {
einfo "wifite is installed happy pen-testing.... , Be sure   the readme"

}

Original issue reported on code.google.com by m...@michaellawrenceit.com on 28 Sep 2014 at 1:45

Attachments:

GoogleCodeExporter commented 9 years ago
text editor's code type/spell check keep trying to match word else nuke them 
GRRRR.... 

my first SVN ebuild in Pre-production I'll take hints on writing better ones... 

Original comment by m...@michaellawrenceit.com on 28 Sep 2014 at 1:52

Attachments:

GoogleCodeExporter commented 9 years ago
https://github.com/Spike-Pentesting/spike-overlay/commit/1a3b47ba0bd57b0185f3951
5c41645d90127d151

https://github.com/Spike-Pentesting/spike-overlay/blob/1a3b47ba0bd57b0185f39515c
41645d90127d151/net-wireless/wifite/wifite-2.85_p20140806.ebuild

app witch craft Sexy again auto fixed it... now time to share back..

Original comment by m...@michaellawrenceit.com on 28 Sep 2014 at 8:24

GoogleCodeExporter commented 9 years ago
I don't understand what is it about? Yes, we have a better ebuild.

Original comment by blshkv on 28 Sep 2014 at 9:47

GoogleCodeExporter commented 9 years ago
EGIT_REPO_URI="https://github.com/derv82/wifite.git"
EGIT_COMMIT="fd486ba7d4714cc79405eb895d3808b0f9928472"

i didnt see the ebuild in the repo's till i dug bgo zugania by then.... 

anyhow the CI server auto fixed it and bumped it , by the time I heard mention 
earlier ppl were gripping in #spike-pentesting ie blacknoix beeing broke... 

sleepy 6-am -dear god 6 am.....

https://vagrantcloud.com/  trying to setup to let people compile on my box in a 
virtual box ... while i take a crash.... 

I'll keep digging for bumps or better toys that suit us all..

my bad...

Original comment by m...@michaellawrenceit.com on 28 Sep 2014 at 10:22

GoogleCodeExporter commented 9 years ago
Yes, I've bumped it in https://code.google.com/p/pentoo/source/detail?r=5993 
but haven't tested it.

There is a trick with tshark, its output changed in a newer version. So I need 
to double check if the patch is still required. As for now, it's commented out:
#       epatch "${FILESDIR}"/${PN}-tshark.patch

Feel free to let me/upstream know ;-)

Original comment by blshkv on 28 Sep 2014 at 10:27