PDA

View Full Version : Looking for Security Audit Sources List


gutts
July 15th, 2006, 10:07 PM
Hello all,

Just wondering if anyone out there knows of any great source locations of security audit tools.

Here is my current list, not many tools in those in the ones below. No Metasploit, Kismet, Snort so on and so on :(

Any help?

deb http://us.archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted

deb http://us.archive.ubuntu.com/ubuntu/ dapper universe
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe


deb http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
deb http://security.ubuntu.com/ubuntu dapper-security universe
deb-src http://security.ubuntu.com/ubuntu dapper-security universe

##deb http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free
##deb-src http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free

## dapper-commercial by canonical
## currently has realplay (realplayer 10) and opera (opera 9)
deb http://archive.canonical.com/ubuntu dapper-commercial main

## Bleeding edge (official) wine repository for Dapper
## only uncomment it if you need it
deb http://wine.budgetdedicated.com/apt dapper main
deb-src http://wine.budgetdedicated.com/apt dapper main

Dr. Nick
July 15th, 2006, 11:17 PM
Hello all,

Just wondering if anyone out there knows of any great source locations of security audit tools.

Here is my current list, not many tools in those in the ones below. No Metasploit, Kismet, Snort so on and so on :(

Any help?

you can comment out the deb-src most likely if you dont compile from source by putting a # before the line

I would also enable the multiverse repo, it may have some of that in their aswell.

I checked a few of the ones you listed, I can install snort and kismet but not metasploit. One of my favorite is nessus which is installable aswell.

here is my sources

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu/ dapper universe multiverse main restricted# deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu dapper-security main restricted
# deb http://security.ubuntu.com/ubuntu dapper-security universe
# deb-src http://security.ubuntu.com/ubuntu dapper-security universe
deb http://theli.free.fr/packages/dapper/ ./

gutts
July 17th, 2006, 06:56 AM
Hey Nick,

Thanks for the info.

I added a couple more and found out "my fault" I didn't update my system list after I upgraded to dapper, no wonder I wasn't seeing those packages.

Still can't find a good list for metasploit or some bluetooth audit tools..