Home
Calendar
Certifications
Columns
Features
Forum
Resources
Vitals
Latest Additions
Nov 2008 Free Giveaway Sponsor - CWNP
Daemon - A Contest Begins Now
It Happened One Friday - Answers and Winners
Daemon - A Contest
Scooby Doo and the Crypto Caper
MS Blue Hat Hackers Headline Chicago Security Con
The Pen Testing Perfect Storm Webcast Series with Skoudis, Wright, Johnson
The IDA Pro Book
Column 0: Human Exploitation 101
Intercepted! Windows Hacking via DLL Redirection
What the Splunk?
Spiceworks Redux: Review of v3
Aug 2008 Free Giveaway Sponsor - ChicagoCon
Maltego Part I - Intro and Personal Recon
June 2008 Free Giveaway - Winner
EH-Net Login
Welcome Guest.
Username:
Password:
Remember me
Lost Password?
No account yet?
Register
Who's Online
We have 23 guests and 1 member online
EH-Net Donations
Enter Amount:
$
CAD
USD
GBP
AUD
JPY
EUR
Google Ads
EH-Net News Feeds
Latest Additions
Book Recommendations
You are here:
Home
Forum
Ethical Hacking Discussions and Related Certifications
Other
Fluxbox
Ethical Hacker Community Forums
December 03, 2008, 01:13:26 AM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: ChicagoCon 2-Day Ethical Hacking Conference with MS Blue Hats Oct 31 - Nov 1. Tickets Only $100!
www.chicagocon.com/content/view/103/51/
Home
Help
Calendar
Login
Register
Ethical Hacker Community Forums
>
Ethical Hacking Discussions and Related Certifications
>
Other
(Moderator:
don
) >
Fluxbox
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: Fluxbox (Read 3166 times)
0 Members and 1 Guest are viewing this topic.
Kevan
Jr. Member
Offline
Posts: 95
Fluxbox
«
on:
March 26, 2007, 12:13:02 PM »
I know this is not an installation help-line, but I am wondering if someone can help me on this. I am trying to install fluxbox on my CentOS computer, and I am following this wiki:
http://fluxbox.org/docbook/en/fluxbox-docs.html#AEN98
I am trying to install the 0.1.14 version and am getting this:
Quote
[Kevan@localhost ~]$
tar xzvf fluxbox-0.1.14.tar.gz
fluxbox-0.1.14/
fluxbox-0.1.14/README
fluxbox-0.1.14/stamp-h.in
fluxbox-0.1.14/AUTHORS
fluxbox-0.1.14/COPYING
fluxbox-0.1.14/ChangeLog
fluxbox-0.1.14/INSTALL
fluxbox-0.1.14/Makefile.am
fluxbox-0.1.14/Makefile.in
fluxbox-0.1.14/NEWS
fluxbox-0.1.14/TODO
fluxbox-0.1.14/aclocal.m4
....................this goes on a while.................
[Kevan@localhost fluxbox-0.1.14]$ make
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
.......................................as does this...................................
make[3]: *** [Basemenu.o] Error 1
make[3]: Leaving directory `/home/Kevan/fluxbox-0.1.14/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Kevan/fluxbox-0.1.14'
make: *** [all] Error 2
[
Kevan@localhost fluxbox-0.1.14]$
su - root
Password:
[root@localhost ~]#
make install
make: *** No rule to make target `install'. Stop.
[root@localhost ~]#
Can I get any help?
Logged
I may be a newbie, but I am willing to learn.
Cutaway
Jr. Member
Offline
Posts: 96
Cutaway
Re: Fluxbox
«
Reply #1 on:
March 26, 2007, 12:30:07 PM »
I think you missed the actual error in your post. Look further up in your error messages.
You should also try one of these commands. One of these is usually a part of the Makefile but not all the time. If it is then it will give you an idea of what is happening.
Code:
# make test
Code:
# make check
Logged
Go forth and do good things,
Cutaway
Kevan
Jr. Member
Offline
Posts: 95
Re: Fluxbox
«
Reply #2 on:
March 26, 2007, 12:48:07 PM »
This is what I get:
Quote
[Kevan@localhost fluxbox-0.1.14]$ make test
make: *** No rule to make target `test'. Stop.
[Kevan@localhost fluxbox-0.1.14]$ make check
Making check in data
make[1]: Entering directory `/home/Kevan/fluxbox-0.1.14/data'
Making check in styles
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/data/styles'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/data/styles'
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/data'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/data'
make[1]: Leaving directory `/home/Kevan/fluxbox-0.1.14/data'
Making check in doc
make[1]: Entering directory `/home/Kevan/fluxbox-0.1.14/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/Kevan/fluxbox-0.1.14/doc'
Making check in nls
make[1]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls'
Making check in C
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls/C'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls/C'
Making check in da_DK
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls/da_DK'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls/da_DK'
Making check in es_ES
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls/es_ES'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls/es_ES'
Making check in et_EE
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls/et_EE'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls/et_EE'
Making check in fr_FR
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls/fr_FR'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls/fr_FR'
Making check in pt_BR
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls/pt_BR'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls/pt_BR'
Making check in ru_RU
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls/ru_RU'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls/ru_RU'
Making check in sv_SE
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls/sv_SE'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls/sv_SE'
Making check in tr_TR
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls/tr_TR'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls/tr_TR'
Making check in it_IT
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls/it_IT'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls/it_IT'
Making check in pt_PT
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls/pt_PT'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls/pt_PT'
Making check in bg_BG
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls/bg_BG'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls/bg_BG'
Making check in ja_JP
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls/ja_JP'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls/ja_JP'
Making check in lv_LV
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls/lv_LV'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls/lv_LV'
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/nls'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls'
make[1]: Leaving directory `/home/Kevan/fluxbox-0.1.14/nls'
Making check in src
make[1]: Entering directory `/home/Kevan/fluxbox-0.1.14/src'
Making check in FbTk
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/src/FbTk'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/src/FbTk'
make[2]: Entering directory `/home/Kevan/fluxbox-0.1.14/src'
source='Basemenu.cc' object='Basemenu.o' libtool=no \
depfile='.deps/Basemenu.Po' tmpdepfile='.deps/Basemenu.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -DLOCALEPATH=\"/usr/local/share/fluxbox/nls\" -DDEFAULTMENU=\"/usr/local/share/fluxbox/menu\" -DDEFAULTSTYLE=\"/usr/local/share/fluxbox/styles/Clean\" -DDEFAULTKEYSFILE=\"/usr/local/share/fluxbox/keys\" -DDEFAULT_INITFILE=\"/usr/local/share/fluxbox/init\" -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/X11R6/include -c -o Basemenu.o `test -f Basemenu.cc || echo './'`Basemenu.cc
In file included from fluxbox.hh:30,
from Basemenu.cc:37:
Resource.hh: In constructor `Resource<T>::Resource(ResourceManager&, T, const std::string&, const std::string&)':
Resource.hh:74: error: invalid use of undefined type `struct ResourceManager'
Resource.hh:59: error: forward declaration of `struct ResourceManager'
Resource.hh: In destructor `virtual Resource<T>::~Resource()':
Resource.hh:77: error: invalid use of undefined type `struct ResourceManager'
Resource.hh:59: error: forward declaration of `struct ResourceManager'
make[2]: *** [Basemenu.o] Error 1
make[2]: Leaving directory `/home/Kevan/fluxbox-0.1.14/src'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/Kevan/fluxbox-0.1.14/src'
make: *** [check-recursive] Error 1
[Kevan@localhost fluxbox-0.1.14]$
Logged
I may be a newbie, but I am willing to learn.
plik
Newbie
Offline
Posts: 31
Re: Fluxbox
«
Reply #3 on:
March 26, 2007, 01:29:27 PM »
If CentOs = Redhat then you could just download the RPMs, I know it's not as fun as compiling you own, but it is easier
Just grab the fedora pakage from:
http://fluxbox.sourceforge.net/download.php
install as root with
Code:
rpm -i downloadedFile.rpm
it's only 0.9 but it should still work.
Logged
Kevan
Jr. Member
Offline
Posts: 95
Re: Fluxbox
«
Reply #4 on:
March 26, 2007, 02:27:14 PM »
I get this:
Quote
[Kevan@localhost ~]$ rpm -i fluxbox.rpm
warning: fluxbox.rpm: V3 DSA signature: NOKEY, key ID b8693f2c
error: Failed dependencies:
libImlib2.so.1 is needed by fluxbox-0.9.13-1.rhfc3.nr.i386
pyxdg is needed by fluxbox-0.9.13-1.rhfc3.nr.i386
[Kevan@localhost ~]$
Logged
I may be a newbie, but I am willing to learn.
ChrisG
EH-Net Columnist
Hero Member
Offline
Posts: 1042
Re: Fluxbox
«
Reply #5 on:
March 26, 2007, 03:25:36 PM »
i dont use CentOS but the usual procedure is:
./configure
make
make install
did you run the configure script? what does the README say? you did read that first to see if you have to install any dependencies first right?
Logged
...tests i took go here...
http://carnal0wnage.blogspot.com/
Cutaway
Jr. Member
Offline
Posts: 96
Cutaway
Re: Fluxbox
«
Reply #6 on:
March 26, 2007, 03:30:55 PM »
Kevan
I know that you are new and you are getting some great feedback here but I am going to suggest that you utilize the resources available to you through your Linux distribution's forums. Not only will you get more timely and helpful responses but also they will be more accurate to your distribution's packages. You should check here:
http://www.centos.org/modules/newbb/index.php?cat=3
You should search these forums before you post your questions as somebody may have already had the same problem and a solution may already be posted.
That said, of course I am going to leave you with some advice.
First, you are obviously missing some dependencies and need to install the appropriate packages. I like to search for RPMs or the files contained in the RPM at:
http://rpmfind.net/linux/rpm2html/search.php
Second, when you are installing RPMs I suggest you use the command "rpm -Uvh" as these options will update, be verbose, and print hash marks as to the install progress. Update will properly handle updates to software and if it is not installed then it will just install it, verbose gives you more detailed output of the install process, and hashs show you the progress of the install so you know when something is done or has stalled.
Hope that helps.
Cutaway
Logged
Go forth and do good things,
Cutaway
Kevan
Jr. Member
Offline
Posts: 95
Re: Fluxbox
«
Reply #7 on:
March 26, 2007, 03:59:50 PM »
I did not know that CentOS had a forum. I did however post the same question at LinuxQuestions.org and they could not figure out the problem and the site was down for a while.
I guess I thought what better place to ask then at a forum full of people that know computers inside and out?
Logged
I may be a newbie, but I am willing to learn.
ChrisG
EH-Net Columnist
Hero Member
Offline
Posts: 1042
Re: Fluxbox
«
Reply #8 on:
March 26, 2007, 04:58:34 PM »
and you ran ./configure first?
Logged
...tests i took go here...
http://carnal0wnage.blogspot.com/
Kevan
Jr. Member
Offline
Posts: 95
Re: Fluxbox
«
Reply #9 on:
March 26, 2007, 05:36:24 PM »
Yah. I just need to somehow get those dependencies. I wouldn't think it would be so hard to install.
Logged
I may be a newbie, but I am willing to learn.
funkybunch78
Newbie
Offline
Posts: 9
Re: Fluxbox
«
Reply #10 on:
March 26, 2007, 07:58:22 PM »
Try adding the following lines to your /etc/yum.conf file:
Quote
[kbs-CentOS-Extras]
name=CentOS.Karan.Org-EL$releasever - Stable
gpgcheck=1
gpgkey=http://centos.karan.org/RPM-GPG-KEY-karan.org.txt
enabled=1
baseurl=http://centos.karan.org/el$releasever/extras/stable/$basearch/RPMS/[/color][/b]
Next run the following command to import the GPG signature for the centos.karan.org repository:
Quote
rpm --import
http://centos.karan.org/RPM-GPG-KEY-karan.org.txt
Then run a
yum install fluxbox
I just tried it and it worked. Below is what I saw from my centos 4.4 system.
Quote
[mark@kermit ~]$ sudo yum install fluxbox
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package fluxbox.i386 0:0.9.15.1-2.el4.kb set to be updated
--> Running transaction check
--> Processing Dependency: libImlib2.so.1 for package: fluxbox
--> Processing Dependency: pyxdg for package: fluxbox
--> Processing Dependency: artwiz-aleczapka-fonts for package: fluxbox
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package imlib2.i386 0:1.2.1-2.el4.kb set to be updated
---> Package pyxdg.noarch 0:0.15-1.el4.kb.1 set to be updated
---> Package artwiz-aleczapka-fonts.noarch 0:1.3-3.el4.kb set to be updated
--> Running transaction check
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
fluxbox i386 0.9.15.1-2.el4.kb kbs-CentOS-Extras 816 k
Installing for dependencies:
artwiz-aleczapka-fonts noarch 1.3-3.el4.kb kbs-CentOS-Extras 114 k
imlib2 i386 1.2.1-2.el4.kb kbs-CentOS-Extras 548 k
pyxdg noarch 0.15-1.el4.kb.1 kbs-CentOS-Extras 81 k
Transaction Summary
=============================================================================
Install 4 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 1.5 M
Is this ok [y/N]:
Hope it helps!
«
Last Edit: March 26, 2007, 08:39:39 PM by funkybunch78
»
Logged
Kevan
Jr. Member
Offline
Posts: 95
Re: Fluxbox
«
Reply #11 on:
March 26, 2007, 09:11:09 PM »
Didn't you have to open that as root? How did you do that?
Logged
I may be a newbie, but I am willing to learn.
funkybunch78
Newbie
Offline
Posts: 9
Re: Fluxbox
«
Reply #12 on:
March 27, 2007, 08:50:02 AM »
Yes as root you have to edit the /etc/yum.conf
To open it you need to do from the command line a
Quote
vi /etc/yum.conf
Once in the vi editor go to the bottom of the file by pressing shift+G
Then hit the i to get into edit mode and paste the lines from my previous post. Once they have been pasted hit the esc key to get back to command mode then do a :wq! to save the file and exit.
If you don't want to use vi because it can be hard to grasp at first. I would suggest using pico and to edit the file with pico you should be able to do a pico /etc/yum.conf I don't have access to pico right now to send you the sequence you need to update the file but I think you might be able to figure out how to do it using pico's help.
If you don't know what vi is or are not comfortable with it. I would suggest this site as a place to start:
http://www.eng.hawaii.edu/Tutor/vi.html
If you are in the GUI of centos gedit or kedit should give you the ability to edit the file.
Logged
Kevan
Jr. Member
Offline
Posts: 95
Re: Fluxbox
«
Reply #13 on:
March 27, 2007, 09:03:02 AM »
OK, I have fluxbox installed, now how can I configure it to have my programs in it's menu? I did it the manual way by opening the hidden fluxbox folder and rewriting the menu text, but nothing works.
See:
http://www.linuxquestions.org/questions/showthread.php?t=540898
Logged
I may be a newbie, but I am willing to learn.
Kevan
Jr. Member
Offline
Posts: 95
Re: Fluxbox
«
Reply #14 on:
March 28, 2007, 02:31:52 PM »
I now have a webpage uploaded explaining the installation. Let me know if you want your handle or name on it.
Logged
I may be a newbie, but I am willing to learn.
Pages: [
1
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
EH-Net
-----------------------------
=> Special Events
=> Calendar Of Events
===> ChicagoCon 2007
===> ChicagoCon 2008s
===> ChicagoCon 2008f
===> ChicagoCon 2009
=> News Items and General Discussion About EH-Net
-----------------------------
Ethical Hacking Discussions and Related Certifications
-----------------------------
=> Certification
===> The Charter Study Group - Pen Test
=> Network Pen Testing
===> CEH - Certified Ethical Hacker
=====> CEH - Official Course Modules v4
=====> CEH - Official Course Modules v5
=====> CEH - Official Course Modules v6
===> CPTS - Certified Pen Testing Specialist
=====> CPTS - Official Course Modules v5
===> CPTE - Certified Pen Testing Expert
=====> CPTE - Official Course Modules v1
===> ECSA - EC-Council Certified Security Analyst
=====> ECSA - Official Course Modules v1.2
=====> ECSA / LPT - Official Course Modules v3
===> OSCP - Offensive Security Certified Professional
===> GPEN - GIAC Certified Penetration Tester
=> Forensics
===> CCE / MCCE - (Master) Certified Computer Examiner
===> CHFI - Computer Hacking Forensic Investigator
=====> CHFI - Official Course Modules v2
===> EnCE - EnCase® Certified Examiner
=> Incident Response
===> CSIH - Computer Security Incident Handler
===> GCIH - GIAC Certified Incident Handler
=> Hardware
=> Malware
=> Physical Security
=> Programming
=> Social Engineering
=> Web Applications
=> Wireless
===> CWNP Certs
===> GAWN - GIAC Assessing Wireless Networks
===> OSWP - Offensive Security Wireless Professional
=> Other
-----------------------------
Columns
-----------------------------
=> Editor-In-Chief
=> Gates
=> Heffner
=> Hoffman
=> RichM
=> Murray
=> J. Peltier
=> Wilson
-----------------------------
Features
-----------------------------
=> /root
=> Book Reviews
=> Opinions
=> Skillz
===> Examples
===> May 06 - Star Hacks, Episode V: The Empire Hacks Back
===> July 06 - Hack Bill!
===> Sept 06 - Netcat in the Hat
===> Nov 06 - Hitch-Hackers Guide to the Galaxy
===> Dec 06 - A Christmas (Hacking) Story
===> Feb 07 - Charlottes Web Site
===> April 07 - Microsoft Office Space
===> June 07 - Serenity Hack
===> Oct 07 - Worst. Ethical. Hacker. Challenge. Ever.
===> Dec 07 - Frosty the Snow Crash
===> March 2008 - It Happened One Friday
===> Oct 2008 - Scooby Doo and the Crypto Caper
===> Dec 08 - Santa Claus Is Hacking to Town
-----------------------------
Resources
-----------------------------
=> Career Central
===> Looking For Work
===> Looking To Hire
=> Links to cool sites.
=> Mass Media
=> News from the Outside World
=> Tools
=> Tutorials
Loading...
Sponsors
Polls
During the most recent election, I:
Chose a paper ballot.
Trusted the machines.
Didn't care, just voted.
Didn't have a choice. It was paper.
Didn't have a choice. It was electronic.
Didn't vote.
Support EH-Net
Support EH-Net by
Buying all of your
Amazon items using
the search bar above.
Try CBT Nuggets Free!
Recent Forum Topics
Other
: LZMA Decompression Help
(5) by
blueback00
Network Pen Testing
: Firecat 1.4
(0) by
sbsb
Career Central
: Where do I start.
(1) by
vijay2
Forensics
: The Julie Amero Case: A Dangerous Farce
(2) by
pseud0
News from the Outside World
: [TheRegister] Apple tells Mac users: Get anti-virus
(0) by
jimbob
Programming
: not static?
(7) by
RoNNie_13
Calendar Of Events
: BOSS Conference 2009
(0) by
don
Calendar Of Events
: CSI SX 2009
(0) by
don
Calendar Of Events
: Security OPUS Spring 2009
(0) by
don
Calendar Of Events
: CanSecWest 2009
(0) by
don
Calendar Of Events
: Carolinacon 2009
(0) by
don
Calendar Of Events
: Black Hat USA 2009
(0) by
don
Calendar Of Events
: Black Hat Europe 2009
(0) by
don
Calendar Of Events
: Black Hat DC 2009
(0) by
don
Calendar Of Events
: Cyber Warfare 2009
(0) by
don
Calendar Of Events
: White Hat Ball 2009
(0) by
don
Calendar Of Events
: RSA Conference 2009
(0) by
don
Calendar Of Events
: SOURCE Boston 2009
(0) by
don
Calendar Of Events
: Notacon 6
(0) by
don
Calendar Of Events
: ShmooCon 2009
(0) by
don
Calendar Of Events
: SANS Pen Testing Summit 2009
(0) by
don
Calendar Of Events
: SANS 2009
(0) by
don
Calendar Of Events
: SANS Security West 2009
(0) by
don
Calendar Of Events
: SANS CDI 2008
(0) by
don
Other
: Early Details of Vista, Server 2008 SP2 Due in April
(0) by
don
Career Central
: 7 Tips for Career Growth in Tight Times
(0) by
don
Other
: Do we or Dont we...
(7) by
pseud0
Special Events
: Pen Testing Perfect Storm Webcast Series: Part 2 - Teaser
(6) by
don
News from the Outside World
: Would you trade your privacy for a smartphone?
(5) by
jason
Physical Security
: Key Duplication from Photos
(5) by
jason
Career Central
: Confused about future
(8) by
Artful Dodger
Tools
: Cain & Abel v4.9.24 Released
(1) by
RoleReversal
CEH - Certified Ethical Hacker
: MSS from EC-Council?
(13) by
shednik
Book Reviews
: Network Intrusion Alert
(1) by
don
Hardware
: Lenovo Introduces Remote Disable Feature for Laptops
(16) by
jason
Wireless
: Jamming by babycam
(6) by
jason
Other
: What kind of lab, machines you have for your security testing?
(6) by
MadmanTM
Wireless
: help wid wifi !!!!
(1) by
jason
Malware
: Military Bans Removable Media
(10) by
ChrisG
Network Pen Testing
: Metasploit Question
(4) by
ethicalhack3r
Vote For EH-Net
progenic.com