Sunday, December 2, 2007

Change VMWare Mac Address

1. edit *.vmx file
2. change ethernet0.addressType = "generated" to ethernet0.addressType = "static"
3. change ethernet0.generatedAddress = "00:0c:29:x:x:x" to ethernet0.Address = "00:0c:29:x:x:x"

VMWare Mac Address are:

000569 Vmware
000C29 VMware
005056 VMWare

000C53 Private
00:0C:53

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=507
http://virtrix.blogspot.com/2007/04/vmware-configuring-static-mac-address.html

Tuesday, October 23, 2007

Wednesday, October 3, 2007

Application Security Assessment Methodology



http://www.bgdsoftware.com/security/security_assessment.htm
http://www.counterpane.com/application-security-assessment.html

Friday, July 13, 2007

hping, the packet crafter

tcpdump, the packet analyzer

-n

Don’t resolve hostnames

-nn

Don’t resolve hostnames @ port names

-X

Show the packet’s content in both hex & ASCII

-v, -vv, -vvv

Increase the amount of packet information you get back

-c

Only get x number of packets and then stop

-S

Print absolute sequence numbers

-e

Get the Ethernet header as well

tcpdump –nS

Basic communication

tcpdump -nnvvS

Basic communication (very verbose)

tcpdump -nnvvSX

A deeper look at the traffic

tcpdump -nnvvSXs

Heavy packet viewing



http://dmiessler.com/study/tcpdump/

Wednesday, July 11, 2007

TCP Header



http://www.wtcs.org/snmp4tpc/literature.htm

LinkWithin

Related Posts with Thumbnails