Sponsored Content
Full Discussion: More resources ...
Special Forums Cybersecurity IT Security RSS More resources ... Post 302278364 by Linux Bot on Tuesday 20th of January 2009 03:50:03 AM
Old 01-20-2009
More resources ...

A bit of catchup with some useful resources.

The SecLists.Org Security Mailing List Archive is a list of a number of information security and related mailing lists.

The Top 100 Network Security Tools is not a vendor site as such, but a (briefly) annotated list of the most highly regarded (and used) security tools and utilities.  An awful lot of these are free.  Unfortunately, this is currently based on a 2006 survey, but has been updated in terms of individual tools.

For those teaching, or even seeking to understand, TCP/IP packet headers, a lovely collection of TCP/IP Header Drawings which illustrate the functions quite well.  There is no textual explanation;this is not a tutorial or introduction; but as a reminder of some of the most important information, it's great.

Open Source Security Testing Methodology Manual (OSSTMM) security testing or assessment framework.  It is interesting that, for an "open source" document, you can only download a partial version, or an old version, unless you are a "gold" member.  About half of the Lite 3 version is promotional material, the rest is a checklist of decent, but hardly surprising, checks to perform.

Promiscuous mode, the ability to read all traffic on the network segment even if it's not addressed to you, can be used to mount attacks.  It's usually considered a passive attack, because it is used for sniffing.  However, there are means to determine if a card on the system is in promiscuous mode.

Port knocking could be used to authenticate requests, but the request and authentication could be observed, and this may be security by obscurity.  Even worse, port knocking could be used to set up a covert channel ...

My security frameworks presentation, in PowerPoint.  (It's compatible with OpenOffice.)  Not just a deck of slides, it has a whole article on the topic embedded in the notes.  I used to point at the ISC2 awareness materials, but they seem to change.

Image
Image

More...
 

8 More Discussions You Might Find Interesting

1. Programming

Motif resources

I am very glad to be a member of you. where can i look for the resource programe examples about motif? please help me!Thanks a lot. (3 Replies)
Discussion started by: q30
3 Replies

2. UNIX for Dummies Questions & Answers

check resources

Hi all I would like to check my production machine and find out which application is using up the resources of the Unix machine, is there a way to display individual applications that are running and the percentage of resources they are taking up? (2 Replies)
Discussion started by: handynas
2 Replies

3. UNIX for Dummies Questions & Answers

Unix Resources

Good morning all! Does any know of any good resources to read up on why people would use Unix, what the weaknesses are of the platform and how it is used! Many thanks: Note: This is for an assignment, I know you are not suppose to ask for help or post assignment questions but all I am... (2 Replies)
Discussion started by: Zeta_Acosta
2 Replies

4. UNIX for Dummies Questions & Answers

Who is using up all of my resources?!

For some reason, I'm having a bit of a brain fart here and cannot think of a simple solution to this problem... We have a samba server installed on one of our Darwin boxes. Someone is doing massive amounts of work through a samba share, and in turn in pegging samba and the box. I can see how... (1 Reply)
Discussion started by: fender177
1 Replies

5. Programming

C - Freeing resources

I was wondering what is the function in C to free a resource(usually a variable) I know in C# there a Garbage collector, but in c and C++ there are none. I believe in c++ the function is free(); (8 Replies)
Discussion started by: james2432
8 Replies

6. Solaris

CPU resources

Hi, I got a solarsi 10 box with 9 zones and the cpu shares as following ID NAME SHARES 0 global 1 1 FMW1 100 2 FMW2 100 3 OID1 100 4 OID2 100 5 OVD1 100 6 OID0 100 7 FMW5 100 8... (2 Replies)
Discussion started by: fugitive
2 Replies

7. AIX

The partition keeps the resources

Hello, On a PL1650, with AIX partitions (micropartitionning). When a partition is "Not Actived", the processor and memory resources are not free (display in the HMC) and I can't by DLPAR. The partition keeps the resources. An idea ? Thanks, Trunk. (5 Replies)
Discussion started by: Trunk
5 Replies

8. AIX

How much resources is left on the P7?

I know that it is possible to login into the HMC console and view all the specs like, how much CPU/RAM every LPAR has. But how can I check how much the whole P7 has in total and how much is left to creat a new LPAR:wall: (5 Replies)
Discussion started by: DiViN3
5 Replies
XtVaSetSubvalues()														XtVaSetSubvalues()

Name
  XtVaSetSubvalues - set the current values of subpart resources, using varargs argument style.

Synopsis
  void XtVaSetSubvalues(base, resources, num_resources, ..., NULL)
	   XtPointer base;
	   XtResourceList resources;
	   Cardinal num_resources;

Inputs
  base	    Specifies the base address of the subpart data structure into which the resources should be written.

  resources Specifies the subpart resource list.

  num_resources
	    Specifies the number of resources in the resource list.

  ..., NULL A NULL-terminated variable-length list of resource name/value pairs to override any other resource specifications.

Availability
  Release 4 and later.

Description
  XtVaSetSubvalues()  sets the resources named in the variable length argument list to the values specified in the same list.  The values are
  copied into the structure pointed to by base at the offset specified by the resource descriptions in	resources.   Note  that  the  special
  resource  name  XtVaTypedArg is not supported by XtVaSetSubvalues().	If XtVaTypedArg is specified in the list, a warning message is issued
  and the entry is then ignored.

  XtVaSetSubvalues() is identical to XtSetSubvalues() except that the args array of resource names and values and the  num_args  argument  of
  that function are replaced with a NULL-terminated variable-length argument list.

  See  XtSetSubvalues()  for  more  information on this function.  See XtVaSetValues() for more information on using variable-length argument
  lists to specify resources.  See XtGetApplicationResources() for a description of how to declare an XtResourceList.

See Also
  XtGetApplicationResources(1), XtSetSubvalues(1), XtVaSetValues(1).

Xt - Resource Management													XtVaSetSubvalues()
All times are GMT -4. The time now is 01:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy