Git Product home page Git Product logo

pentoo's People

Stargazers

 avatar

Watchers

James Cloos avatar

pentoo's Issues

SET

I used: svn co http://svn.secmaniac.com/social_engineering_toolkit set/

then python setup.py install

In the config/set_config

I changed the metasploit location to this:
METASPLOIT_PATH=/usr/lib64/metasploit9999
and it's working lovely.
-B
aka FBi (like you didn't know)

Original issue reported on code.google.com by [email protected] on 18 Jun 2012 at 7:52

overhaul compat-wireless

with kernel 3.7_rc1, compat-drivers will begin to replace compat-wireless

create new ebuilds with new expand use flags

COMPAT-WIRELESS-DRIVERS list
COMPAT-ETHERNET-DRIVERS list
COMPAT-BLUETOOTH-DRIVERS list
whatever else

Go really nuts, make it all optional

Original issue reported on code.google.com by sidhayn on 14 Oct 2012 at 6:08

  • Merged into: #91

Pentoo-installer default on ext3 & 7.5GB size when creating / partition

What steps will reproduce the problem?
1. trying to changed the size of the / partition on installing
2. Trying to update a fresh HDD/USB/SD-CARD, install will run out of space.
3.

What is the expected output? What do you see instead?
The size variable I chose for my / partition   

What version of the product are you using? On what operating system?
3.0.4-3.2.11/Pentoo

Please provide any additional information below.
Has been an issue reported by user for a while.

Original issue reported on code.google.com by [email protected] on 9 May 2012 at 3:57

Suggestion for the ISO: Add keymap/keyboard plugin for XFCE

Being able to change the keymap is crucial to most users outside the US, so 
let's make it easier by placing xfce-extra/xfce4-xkb-plugin on the ISO.
(I'd do the changes but will wait a while for feedback)

Example: Imagine having a Swiss keyboard like 
http://upload.wikimedia.org/wikipedia/commons/4/4f/KB_Swiss.svg and then 
encountering a preset US layout ... 

What steps will reproduce the problem?
1. Try to switch the keymap in XFCE
2. Must google, then `emerge xfce-extra/xfce4-xkb-plugin`
3. Then it's even in the menu: Settings/Keyboard

Please use labels and text to provide additional information.
The alternative for users would be the Gentoo way, edit/create 
/etc/X11/xorg.conf.d/30-keyboard.conf, see "X server configuration" on 
http://blechtog.wordpress.com/2012/05/25/gentoo-config-for-us-international-keyb
oard-layout/ ... not so easy to remember and very hard to do with foreign 
US-keymap.

Btw, I started using the "English (US) English (international AltGr dead keys)" 
keymap some months ago, best idea in long time, but I'm still struggling with 
the change.

Original issue reported on code.google.com by [email protected] on 2 Oct 2012 at 6:00

add mkstage4

http://blinkeye.ch/dokuwiki/doku.php/projects/mkstage4

this script needs some love but good candidate for an ebuild

Original issue reported on code.google.com by sidhayn on 18 Oct 2012 at 2:08

2012 DefCon ISO: urxvt can't start

What steps will reproduce the problem?
1. boot the iso
2. startx
3. start urxvt

What is the expected output? What do you see instead?
expected: rxvt-unicode should start
instead: error displayed:
urxvt: unable to load base fontset, please specify a valid one using -fn, 
aborting.

Please provide any additional information below.
Might be possible to configure urxvt to start w/o xft flag, I failed.
Just adding the flag to the pentoo base profile and rebuilding rxvt-unicode 
fixes it, no extra packages pulled in.

Original issue reported on code.google.com by [email protected] on 12 Aug 2012 at 2:06

power saving

rearchitect powersaving in pentoo/pentoo to do one time runs and call acpid's 
default.sh
offer use flag for "+aggressive-power-save" vs "basically no power save"

livecd needs weaker power saving or usb mice break

go through powertop 2.1 and learn more

Original issue reported on code.google.com by sidhayn on 4 Oct 2012 at 4:20

Bittorrent tracker

http://phpbttrkplus.sourceforge.net/

Bitweasil was kind enough to let us use his tracker, but we really should have 
our own.

Original issue reported on code.google.com by sidhayn on 7 Sep 2012 at 4:49

nouveau is allowed to load

nouveau seems to be loading on beta2, it should be blacklisted

Find out what is going on here

Original issue reported on code.google.com by sidhayn on 4 Oct 2012 at 4:01

livecd gets contaminated with .svn dirs

The best way to fix this it to probably make catalyst not copy CVS/.svn/.git 
dirs when doing root_overlay and iso_overlay

Original issue reported on code.google.com by sidhayn on 15 Oct 2012 at 2:29

FireFox Bookmarks

Firefox could use some default bookmarks for quick linking.
1. http://code.google.com/p/pentoo/
2. http://forums.pentoo.ch
3. Exploit database: http://www.1337day.com
4. Aircrack-NG
5. uwantmy.info


Addons: AdBlockPlus  would be a bonus to add.

Original issue reported on code.google.com by [email protected] on 14 May 2012 at 7:15

net-analyzer/upnpwn fails to load ssdp.rb

/usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': 
cannot load such file -- ssdp.rb (LoadError)
    from /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from ./UPnPwn.rb:10:in `<main>'

Original issue reported on code.google.com by sidhayn on 2 Oct 2012 at 7:47

separate pentoo overlay on livecd

/usr/portage is a module on the livecd, this allows it to be more easily 
updated for liveusb users if the need arises.  however, a significant amount of 
things which may need updating are in the overlay, so we should rip that out 
and make it a module as well. shouldn't be too hard.

Original issue reported on code.google.com by sidhayn on 13 Oct 2012 at 9:35

Fixed stupid eth0 dhcp on start up

The lag from eth0 trying to get an IP was a little much for me.
nano /etc/conf.d/net
I added the line: 
config_eth0="null"

The device still works and is up, but does nothing. (sweet)  And bootup is much 
faster.

-B

Original issue reported on code.google.com by [email protected] on 18 Jun 2012 at 7:57

peach version bump

we have peach v1, now peach v3 is out.  deps are huge so it doesn't go on the 
livecd but we want the new version to have an ebuild.

Original issue reported on code.google.com by sidhayn on 24 Apr 2012 at 2:52

[to be fixed in rc2] beta2 ISO grub 'help' doesn't pause

What steps will reproduce the problem?
1. Boot off the 2012.0 beta2 ISO
2. Select 'help' from the GRUB menu
3. See your life flash before your eyes

What is the expected output? What do you see instead?
You'd expect the help text (boot loader options/hints) to pause, run through a 
pager, or wait for a keypress, etc.  Instead, it just instantly scrolls off the 
screen and the GRUB menu is repainted (and shift-pageup does not work at this 
point).

What version of the product are you using? On what operating system?
pentoo 2012.0 beta2 ISO

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Oct 2012 at 6:49

enable binfmt_misc by default

We can enable the running of java, windows, and .NET directly as ./blah.exe if 
we follow these guides. Super sexy

https://www.kernel.org/doc/Documentation/binfmt_misc.txt
https://en.wikipedia.org/wiki/Binfmt_misc

Original issue reported on code.google.com by sidhayn on 4 Oct 2012 at 3:45

net-analyzer/wafp/wafp-9999.ebuild: force usage of ruby18 (with fix)

What steps will reproduce the problem?
1. Start beta2 iso
2. Try to run wafp

What is the expected output? What do you see instead?
It fails ;-)

What version of the product are you using? On what operating system?
beta2 iso

Please provide any additional information below.
The attached fix enforces ruby18 and should solve the problem.
Also tested in a minimal Gentoo vm => no additional dependencies needed.

Original issue reported on code.google.com by [email protected] on 18 Sep 2012 at 4:23

Attachments:

bullet for my pentoo-installer

Pentoo installer auto setup mode is really buggy.

When I told it to create a 55GB / and a 1MB /home it instead created a 7.4GB / 
and a 45GB /home.  This is what is causing the install failures.

For auto mode, we need to NOT have a seperate /home partition (I hate that) and 
we need to ensure the sizes we are setting actually matter (because I swear to 
$DIETY that I told it to use 8500MB and it clearly isn't)

Anyone is welcome to attempt to fix this.

Original issue reported on code.google.com by sidhayn on 27 Sep 2012 at 4:16

add DNSrecon

Carlos Perez gave an interesting talk at Derbycon on his DNSrecon tool, I'd 
like to abuse him until it has an installer then add it to Pentoo

https://github.com/darkoperator/dnsrecon

Original issue reported on code.google.com by sidhayn on 26 Oct 2012 at 5:32

Masked package installed on DefCon iso (x11-drivers/nvidia-drivers-304.22)

What steps will reproduce the problem?
1. Boot Pentoo 2012.0 Defcon Release
2. eix-sync (with repo_name fix first)
3. After syncing: emerge pvt grub

This warning is displayed:
!!! The following installed packages are masked:
- x11-drivers/nvidia-drivers-304.22::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Doug Goldstein <[email protected]> (22 Jul 2012)
# Beta driver & beta ebuild

Please provide any additional information below.
All 4 Pentoo profiles are affected.

Solution:
Might consider changing this in pentoo base profile

Original issue reported on code.google.com by [email protected] on 12 Aug 2012 at 5:57

pentoo/pentoo-2012.1.ebuild: grep => file not found

What steps will reproduce the problem?
1. ebuild /var/lib/layman/pentoo/pentoo/pentoo/pentoo-2012.1.ebuild setup

What is the expected output? What do you see instead?
It works well, but the following "error" is displayed twice:
grep: //etc/pam.d/*: No such file or directory

What version of the product are you using? On what operating system?
svn/portage/trunk/pentoo/pentoo/pentoo-2012.1.ebuild
svn revision r3396

Please provide any additional information below.
Attached patch behaves exactly like r3396 with one difference:
file "${ROOT}"/etc/pam.d/entrance is not longer created (empty) if it does not 
exist.

Also changed Copyright and LICENSE since repoman complained about them. License 
GPL is definitely wrong imho.

Original issue reported on code.google.com by [email protected] on 12 Aug 2012 at 5:30

Attachments:

Web Browser Default

Web Browser Default should be this:

/usr/bin/firefox-bin "%s"

Same with the menu at the bottom, if it hasn't been fixed already.
-B

Original issue reported on code.google.com by [email protected] on 12 Jul 2012 at 12:28

missing manpages

I went through today and check for security related tools that lack manuals. I 
found that not only do some lack manpages but they also lack usage help 
(commonly --help). I even found one binary executable to used DOS syntax and 
another that crashed on an illegal option as an unhandled exception! So much 
for GNU standards.

What I would like to see is a pentoo-documentation ebuild which contains 
manpages that upstream fails to provide. As I write these manpages I will be 
submitting them to upstream. If you would also like to use them for a 
pentoo-documentation ebuild, that would be great.

"RTFM" is a common term in the Linux and Security communities. It is no good if 
there isn't a manual to read. I am aware that a few of these applications, w3af 
and metasploit for example, have detailed PDF documentation. I personally think 
that this is not acceptable... but it is still documented and the information 
is there. These applications would be at the bottom of priority.

The following is the list of security applications that lack manpages:

aimsniff

authforce

autoscan - MUST SUPPLY VERSION

bed

bluemaho

btscanner

buddy-ng - DOESN'T EXIST?

burpsuite - SELF DOCUMENTING

chntpw

cmospwd - USES DOS SYNTAX

cuda-multiforcer

cuda-rarcrypt

dnsa

dnsenum

mbrowse

snmpenum

thcrut

psmscan

rfcomm_scan

john - NO USAGE HELP OR MAN

md5bf

ophcrack

pyrit - UPSTREAM ISSUE... INVALID OPTION IS UNHANDLED EXCEPTION

rcracki_mt

sipcrack

mssqlscan

sqlninja

minimysqlator

ALL ORACLE TOOLS

fast-track

sqid

sqlibf

sqlix

sqlmap

sqlibf

inguma

mosref

metasploit?

raccess

w3af

winexe

fierce

subdomainer

siphon

ntp-fingerprint

smtpmap

geoedge

wfuzz

theHarvester

metagoofil

gspoof

hping - man hping3 points to the man page of hping2 but man hping2 does not

isic

fusil-*

smudge

ohrwurm

taof

sslsniff

httpush

proxychains

proxyresolv

proxystrike

edb

galleta

pasco

nikto

webshag

nbtscan

autoscan

onesixtyone

ppscan

sv*.py

sipdump

sipsack

videojak

voiphopper

voipong

cowpatty

gerix

mdk3

spectool*

wepattack

wifitap

Lets not let google be the primary source of documentation.

Alright, I have started work on writing these manpages today. In case someone 
else wants to work on some, I will list the ones that I am currently working. I 
will be going down the list from top to bottom, possibly skipping software with 
closed licenses (if there is any).

To start, I will work on the following:

aimsniff

authforce

bed

bluemaho

btscanner

chntpw

Original issue reported on code.google.com by sidhayn on 24 Apr 2012 at 2:19

eselect metasploit

fix eselect metasploit and fix set deps

Original issue reported on code.google.com by sidhayn on 8 Jun 2012 at 3:05

Firefox Plugins

base work on sql-inject-me, there should be no patching needed for any of them 
since grimmlin made a special eclass that should take care of any troubles.

eclass/mozextension-2.eclass

Added :

switchproxy
hack bar
tamperdata
livehttpheader
addnedit cookies
httpfox
showip


rest :

firebug
web developer toolbar
foxy proxy
xss_me
sqlinject_me
Adblock Filerset.G updater
Adblock Plus
Download Statusbar
Noscript - in portage already
SSL Blacklist
Useragent Switcher

Original issue reported on code.google.com by sidhayn on 24 Apr 2012 at 2:29

UTF8 support

for whatever reason UTF8 never works to me.  Fix this before release time.

Original issue reported on code.google.com by sidhayn on 9 Jun 2012 at 3:46

[beta3-RC1] ISO: w3af_gui (net-analyzer/w3af) fails until media-gfx/graphviz is re-emerged

What steps will reproduce the problem?
1. boot 2012 beta2 ISO
2. start w3af_gui

What is the expected output? What do you see instead?
This error is displayed:
w3af is officially supported under Python 2.6
You have to install graphviz library. 
    - On Debian based distributions: apt-get install graphviz
    - On Mac: sudo port install graphviz

But graphviz is installed.
The error comes from core/ui/gtkUi/dependencyCheck.py in w3af src, on line 43.
Running `neato -V` shows some error/warning and returns $?=1

After re-emerging media-gfx/graphviz, the output of `neato -V` is:
neato - graphviz version 2.26.3 (20100126.1600)

and w3af_gui starts up.
So the problem is somewhere with media-gfx/graphviz ... didn't find out exactly 
why.

(python-updater did not fix this)

Original issue reported on code.google.com by [email protected] on 7 Sep 2012 at 6:47

compat-wireless build failures

compat-wireless 3.5.4 and 3.6_rc7 cannot build on hardened.

please fix 3.5.4 first (if possible make the hardened fixes just one patch 
instead of the current two).

once 3.5.4 is fixed and builds you can mark it stable (keywords are there and 
commented)

then 3.6_rc7 will likely use the same patch as 3.5.4.  keywords are ~arch and 
already there just commented.

Thanks!


Original issue reported on code.google.com by sidhayn on 14 Oct 2012 at 4:08

A BIG SHOCK

A HARMONIOUS SALUTE TO YOU DEAR TEAM OF PENTOO DEVELOPMENT
I AM AN YOUR USER SINCE THE 2010
IN 2010 I STARTED USE pentoo-x86_64-2009.0 AND I USE TO THIS DAY THIS RELASE
I HAVE TESTED THE PENTOO NEW RELEASE AND I HAVE HAD A SHOCK!
I WAS SHOCKED SINCE THE NEW RELEASE IS DEVOID OF THE THINGS THAT MADE WONDERFUL 
THE OLD RELASE OF PENTOO,
BUT THIS IS JUST THE BEGINNING, THE TOP OF MY SHOCK WAS THE XFCE INTERFACE 
I DON'T KNOW WHAT YOU GUYS OF THE DEVELOPMENT TEAM OF PENTOO THINK BUT IF THIS 
WILL BE THE FINAL RELASE OF PENTOO,THIS WILL BECOME HORRIBLE
PLEASE NOT RUINED THIS WONDERFUL DISTRO WITH INNOVATIONS UNNECESSARY AND 
HARMFUL,
SO I ASK YOU TO UPDATE ONLY THE KERNEL, THE TOOLS AND E17 OF THE OLD RELASE OF 
PENTOO (Pentoo-x86_64-2009.0)

Original issue reported on code.google.com by [email protected] on 19 Sep 2012 at 7:25

Missing drivers and Some bugs

My dear developer i must tell you that your distro have missing some of this 
drivers:AWUS036NHR AWUS036NHA AWUS036NEH AWUS036NH AWUS051NH AWUS036H;
Please delete rxvt terminal and second like this,replace it with default 
powerfull terminal that are inside backtrack.
If you can replace also the interface with gnome 2.30;
other point is the bootsector of your iso,please change it to syslynux v3 in 
this case your iso is much more easy to make bootable via usb.
Thank you for all !!!!
For finish i attach only 1 image with the final iterface that i prefer for this 
target of distro. 

Original issue reported on code.google.com by [email protected] on 23 Oct 2012 at 1:10

Attachments:

ati-stream-sdk-bin ebuild bugs

Hi

With the release of 2.3 I found a small problem which actually officially 
documented here -  
http://developer.amd.com/gpu/amdappsdk/assets/ATI_Stream_SDK_Release_Notes_Devel
oper.pdf

======================================================================= For ATI 
Stream SDK v2.3 on Linux, the executable stack bit of the runtime libraries is 
set so that if SELinux is enabled, the OpenCL plaform might fail initialization 
(clGetPlatformIDs returns an error). To correct this, run the following command 
as root:

# execstack -c ${ATISTREAMSDKROOT}/lib/x86*/libatiocl*.so 
=======================================================================

Another problem that libatiocl32.so (libatiocl64.so) is not located in LDPATH. 
I think there are two ideas for the fix - either make a symlink to 
libatiocl32.so (libatiocl64.so) in /usr/lib or add something like to env.d 
file. LDPATH="/opt/ati-stream-sdk/lib/x86"

original report from denisgolovan copied from the old bug tracker


Original issue reported on code.google.com by sidhayn on 24 Apr 2012 at 2:50

unbundle pcaprub from metasploit

https://rubyforge.org/projects/pcaprub/ died long ago and got merged into msf
https://github.com/shadowbq/pcaprub then some guy forked msf
https://rubygems.org/gems/pcaprub and made this gem
which should work in msf with this basic modification of msf... maybe
sed -i s/Pcap./PCAPRUB::Pcap./g *

Original issue reported on code.google.com by sidhayn on 16 Oct 2012 at 7:50

emerge: there are no ebuilds built with USE flags to satisfy "net-analyzer/wireshark[btbb]".

What steps will reproduce the problem?
1. emerge -uDN world
2.
3.

What is the expected output? What do you see instead?

bghote2 wireshark # emerge -uDN world
Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy 
"net-analyzer/wireshark[btbb]".
!!! One of the following packages is required to complete your request:
- net-analyzer/wireshark-1.8.3::gentoo (Missing IUSE: btbb)
- net-analyzer/wireshark-1.6.10-r2::gentoo (Missing IUSE: btbb)
(dependency required by "pentoo/pentoo-bluetooth-2012.0" [installed])
(dependency required by "pentoo/pentoo-2012.1[bluetooth]" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])


What version of the product are you using? On what operating system?

bghote2 wireshark # uname -a
Linux bghote2 3.5.4-pentoo #1 SMP PREEMPT Tue Oct 16 00:29:21 EDT 2012 x86_64 
Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz GenuineIntel GNU/Linux


Please provide any additional information below.

It seems that there is not wireshark ebuild supporting IUSE: btbb.

Original issue reported on code.google.com by [email protected] on 21 Oct 2012 at 7:24

Roots 100% utilized using default i

What steps will reproduce the problem?
1. Selecting default value of 7550 for size of / partition results in / being 
100% full at end of install.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?

Defcon Beta

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Aug 2012 at 6:44

compat-wireless - missing patch

What steps will reproduce the problem?
1. emerge -v compat-wireless


What do you see instead?

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] net-wireless/compat-wireless-3.6_rc5::pentoo  USE="bluetooth 
injection -atheros_obey_crda -b43 -b44 -debug-driver -debugfs -full-debug 
-livecd -loadmodules -noleds -pax_kernel" 4,347 kB

Total: 1 package (1 new), Size of downloads: 4,347 kB


>>> Verifying ebuild manifests

!!! A file listed in the Manifest could not be found: 
/var/lib/layman/pentoo/net-wireless/compat-wireless/files/compat-wireless-3.6-gr
sec.patch




Original issue reported on code.google.com by [email protected] on 23 Sep 2012 at 6:10

add 64 bit kernel to 32 bit iso

We can have two kernels on the 32 bit iso if we follow these steps from 
likewhoa who makes the official gentoo media:

/* extract iso content into writable directory */
# mkdir iso squashfs write 
# mount -o loop image.iso iso
# mount -t squashfs -o loop,ro image/image.squashfs squashfs
# cd squashfs && find | cpio -pdm ../write

/* do the same for the 64bit image but change directory names as to not 
conflict.
then copy /lib/modules/kernel* from 64bit image into the 32bit writable 
directory. also copy the kernel image and initramfs. next you generate the iso 
image the same way catalyst does. * make sure real directory has the same 
structure as iso image's root which contains isolinux directory etc.. */


# mksquashfs write real/image.squashfs
# cd real
# mkisofs -J -R -l -V \"Gentoo\ Linux\ 2013\ Hybrid\ Media\" -o ../image.iso -b 
isolinux/isolinux.bin \
-c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table ../real
# cd -
# isohybrid image.iso
# isoinfo -l -i image.iso >image.iso.CONTENTS
# unsquashfs -ll real/image.squashfs | gzip -9v >image.iso.CONTENTS-squashfs.gz
# echo "# MD5 HASH">image.iso.DIGESTS
# md5sum image.iso>>image.iso.DIGESTS
# echo "# SHA1 HASH">>image.iso.DIGESTS
# sha1sum image.iso>>image.iso.DIGESTS

Original issue reported on code.google.com by sidhayn on 16 Oct 2012 at 8:09

convert ubertooth et al to subslot deps

properly fix for subslot deps :=

wireshark
libbtbb
ubertooth
kismet-ubertooth
kismet

Original issue reported on code.google.com by sidhayn on 16 Oct 2012 at 7:53

Blog

Sorry guys but i dont went here to tell you about bug or other like problem.
I want to ask,You never read you blog __???
http://pentoo.blogspot.it/2012/09/pentoo-20120-beta2.html
Some people include me still waiting a little response.
Thank you for attention.

Original issue reported on code.google.com by [email protected] on 22 Sep 2012 at 5:58

app-forensics/rdd-3.0.4 fails to merge - ld: cannot find -lrdd

What steps will reproduce the problem?
1. layman -S; eix-sync; emerge -uDN world
2.
3.

What is the expected output? What do you see instead?
Expected?  Successful merge.
Instead:

libtool: link: x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -I../src -O2 
-DNDEBUG -o rdd-verify rddverify.o  -L/usr/lib64 
-L/var/tmp/portage/app-forensics/rdd-3.0.4/work/rdd-3.0.4/src -lrdd -lz -lgcc
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.4/../../../../x86_64-pc-linux-gnu/bin/ld: 
cannot find -lrdd
collect2: ld returned 1 exit status


What version of the product are you using? On what operating system?


Please provide any additional information below.
See attachments.

Original issue reported on code.google.com by [email protected] on 24 Sep 2012 at 1:47

Attachments:

start up wifi error

http://imageshack.us/gal.php?id=q52kyN3l1d7h2qPT2dqV
http://img29.imageshack.us/img29/6303/errorhv.png
http://img442.imageshack.us/img442/8636/error2r.png

I've had it since the alpha release.
Hope those work :/

-B

Original issue reported on code.google.com by [email protected] on 6 Jul 2012 at 1:21

Missing this important tools: AirCrack-GUI M4 WEP Crack

Please don't forget to include this powerfull tool.
Remember this tool is so much effective then Gerix wifi cracker,i have tested 
it on my self and gerix suck like a bullshit!!!
So replace gerix with much more powerfull tool: AirCrack-GUI M4 WEP Crack
this rock !!!
Thx for all :)

Original issue reported on code.google.com by [email protected] on 24 Oct 2012 at 6:17

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.