Search Results

Search: Posts Made By: DraconianTimes
Forum: Cybersecurity 03-11-2011
3,201
Posted By DraconianTimes
If you want to create a NIDS, at it's most basic...
If you want to create a NIDS, at it's most basic level it is collection and analysis:

a) Grab packets off the wire (e.g. tcpdump)
b) Scan the dumped data for stuff you want to search for* (e.g....
Forum: OS X (Apple) 03-11-2011
2,376
Posted By DraconianTimes
SSLScan - Fast SSL Scanner...
SSLScan - Fast SSL Scanner (http://sourceforge.net/projects/sslscan/)

Enjoy!
Nick
Forum: Cybersecurity 03-11-2011
30,161
Posted By DraconianTimes
Ken, Something to note about automated...
Ken,

Something to note about automated security scans (Retina, Nessus etc) is that they can give false-positives. The results of such scans still need to be interpreted by someone who understands...
Forum: Cybersecurity 03-11-2011
2,414
Posted By DraconianTimes
Whilst I do use Solaris auditing on all my boxes,...
Whilst I do use Solaris auditing on all my boxes, I don't currently have access to my test system to try out the syslog plugin. A few thoughts:

1. Are you seeing the lo events in the syslog feed?...
Forum: Solaris 07-18-2010
2,879
Posted By DraconianTimes
A List of Solaris Books
A frequently asked question (on this forum and others) is what Solaris books are available. The quality of such books can range from downright awful to "bible-like" textbook. There are sysadmin...
2,623
Posted By DraconianTimes
Check out OpenBSD (http://www.openbsd.org/). It...
Check out OpenBSD (http://www.openbsd.org/). It has a built-in firewall called 'pf (http://www.openbsd.org/faq/pf/index.html)' which you can use - it is very flexible and should have all the...
50,643
Posted By DraconianTimes
#!/usr/bin/perl sub randomPassword { my...
#!/usr/bin/perl

sub randomPassword {
my $password;
my $_rand;

my $password_length = $_[0];
if (!$password_length) {
$password_length = 10;
}

my @chars = split(" ",
"a b c d e...
Forum: What is on Your Mind? 07-02-2007
9,230
Posted By DraconianTimes
Home at least 3 days a week, depending on client...
Home at least 3 days a week, depending on client meetings or specific on-site requirements for pen-testing or information discovery with tech teams. Other than that I work from my home office...
4,415
Posted By DraconianTimes
Free accounts to try out various OSes including...
Free accounts to try out various OSes including FreeBSD, HP-UX and Linux at http://www.testdrive.hp.com/
Forum: Solaris 12-21-2006
15,280
Posted By DraconianTimes
http://docs.sun.com/app/docs Check out the...
http://docs.sun.com/app/docs

Check out the Solaris 10 documentation (http://docs.sun.com/app/docs/prod/solaris.10)

Also, there are a couple of books on Solaris which you might find helpful (in...
Forum: HP-UX 12-21-2006
3,546
Posted By DraconianTimes
Indeed, but AFAIK this was done by accident (was...
Indeed, but AFAIK this was done by accident (was supposed to be for DSPP members only). HP quickly locked it down once the mistake had been realised.
Forum: HP-UX 12-21-2006
3,546
Posted By DraconianTimes
You can either check eBay for a second-hand media...
You can either check eBay for a second-hand media kit (expect to pay ~US$100-200) or otherwise you'll need to buy one from direct from HP or a reseller. I ordered a new HP-UX 11i v1 media kit (with...
Forum: Solaris 12-19-2006
3,504
Posted By DraconianTimes
You *really* need to familiarise yourself with...
You *really* need to familiarise yourself with the Oracle documentation! The latest version (as of 19/12/06) is Oracle Database 10g Release 2 (10.2.0.1.0) for Solaris on Sparc 64-Bit platforms. The...
Forum: Cybersecurity 11-24-2006
4,115
Posted By DraconianTimes
fstat might help you here. In OpenBSD, ...
fstat might help you here. In OpenBSD,

fstat | grep ':22' | awk '{print $3}' | uniq

This will search the fstat output for port 22, and then awk will give you the third column which is the PID...
Forum: Cybersecurity 10-13-2006
4,620
Posted By DraconianTimes
Your average firewall doesn't have anti-virus...
Your average firewall doesn't have anti-virus features built into it. *But*, this really depends on your firewall, what proxy features are built in, etc. This is not a simple area, it's one that...
Forum: Cybersecurity 09-22-2006
17,478
Posted By DraconianTimes
I would advise against using your firewall boxes...
I would advise against using your firewall boxes for anything other than firewalling. The more services you run on a box, the more vulnerable it becomes. Your firewalls should be rock solid bastions...
Forum: Cybersecurity 09-22-2006
17,478
Posted By DraconianTimes
Windows/AD/Exchange does not have to be a...
Windows/AD/Exchange does not have to be a security nightmare - provided you patch, configure and administer the boxes properly (and that advice goes for ALL systems). You would benefit from checking...
Forum: Cybersecurity 09-22-2006
17,478
Posted By DraconianTimes
Well, OpenBSD is free so that price is always a...
Well, OpenBSD is free so that price is always a winner in my book! As for hardware, this is of course dependent on the number of packets / size of the pipe you've got connected. An old pentium box...
Forum: Cybersecurity 09-22-2006
17,478
Posted By DraconianTimes
Without wanting to start a flame war, for what...
Without wanting to start a flame war, for what you have described I would use OpenBSD, not FreeBSD. OpenBSD has an excellent track record for security, and it comes with a built-in firewall called...
1,831
Posted By DraconianTimes
If you're relatively new to AIX, try out The AIX...
If you're relatively new to AIX, try out The AIX Survival Guide (http://www.amazon.co.uk/exec/obidos/ASIN/0201593882/towenaar-21/) - it is an excellent read and very informative for people just...
5,826
Posted By DraconianTimes
Personally I would tar.gz the data before pushing...
Personally I would tar.gz the data before pushing it onto a Windows system. I've got a Sun Ultra 5 here running OpenBSD as my firewall/fileserver/webmail system and once per week I tar/gzip my...
5,826
Posted By DraconianTimes
If you don't want to do the local tape backup...
If you don't want to do the local tape backup thing, you've got quite a few options, really.

You could:

- Connect the machine to a network, and use an 'scp' script (part of OpenSSH, which has...
Forum: HP-UX 07-14-2004
2,919
Posted By DraconianTimes
Re: w00t
You'll probably need an EVC to VGA adapter. Try John Burns (http://cgi2.ebay.co.uk/aw-cgi/eBayISAPI.dll?ViewFeedback&userid=unixnerd) at http://www.unixnerd.demon.co.uk/parts_unix.html. He's normally...
Forum: Solaris 07-10-2004
2,889
Posted By DraconianTimes
Ultra 30/60
Not necessarily a Solaris question, but thought this the best place for it.

My main Linux/OpenBSD workstation (really old athlon) is on its way out, and I am considering getting an Ultra 30 or 60...
4,416
Posted By DraconianTimes
Not too sure if you can make the box a member of...
Not too sure if you can make the box a member of the domain, but you may want to look at Microsoft's UNIX integration tools to see if there is a migration or connectivity tool that will achieve what...
Showing results 1 to 25 of 28

 
All times are GMT -4. The time now is 02:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy