Image
 
linkedin_logo.png rss_logo.jpg
twitter_logo.png youtube_logo.jpg
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 53 guests and 1 member online
 
Advertisement

You are here: Home
EH-Net
May 19, 2013, 08:20:58 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Go back to The Ethical Hacker Network Online Magazine Home Page
 
  Home Help Calendar Login Register  
  Show Posts
Pages: 1 ... 3 4 [5] 6
61  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Setting up Vitrual Lab on: June 12, 2007, 04:53:41 PM
Hi ChrisG

Thanks for ur help.

hi Blackzarro

Atlast you would be surprised to hear this, iam posting this reply from Suse linux broswer (konqueror) Grin

I was not sure how it was configured to access net, i suspect i installed dhcp configuration from suse dvd and from there it started working. I hope it didnt had proper dhcp modules to extract or not sure iam bluffing something dumb....

Now to the problem side,

I couldnt open 192.168.0.1 router configuration admin page.....! not sure whats happening.

Anyway as u requested iam posting the ifconfig -a command execution:

eth0      Link encap:Ethernet  HWaddr 00:0C:29:A4:D2:FB
          inet addr:192.168.0.128  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::20c:29ff:fea4:d2fb/64 Scope:Link
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:612 errors:0 dropped:0 overruns:0 frame:0
          TX packets:398 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:296580 (289.6 Kb)  TX bytes:53178 (51.9 Kb)
          Interrupt:10 Base address:0x2024

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:50 errors:0 dropped:0 overruns:0 frame:0
          TX packets:50 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3260 (3.1 Kb)  TX bytes:3260 (3.1 Kb)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

And here comes Netstat -nr:
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.0.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U         0 0          0 lo
0.0.0.0         192.168.0.2     0.0.0.0         UG        0 0          0 eth0

And here is ipconfig/all from Host windows xp home
Windows IP Configuration

        Host Name . . . . . . . . . . . . : Vp
        Primary Dns Suffix  . . . . . . . :
        Node Type . . . . . . . . . . . . : Unknown
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

        Media State . . . . . . . . . . . : Media disconnected
        Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast Eth
ernet NIC
        Physical Address. . . . . . . . . : 00-0D-61-ED-F0-CE

Ethernet adapter VMware Network Adapter VMnet8:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for
VMnet8
        Physical Address. . . . . . . . . : 00-50-56-C0-00-08
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 0.0.0.0
        Subnet Mask . . . . . . . . . . . : 0.0.0.0
        Default Gateway . . . . . . . . . :
        DHCP Server . . . . . . . . . . . : 255.255.255.255

Ethernet adapter Wireless Network Connection:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : NETGEAR WG111T 108Mbps Wireless USB2
.0 Adapter
        Physical Address. . . . . . . . . : 00-14-6C-5D-C7-DA
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 192.168.0.2
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.0.1
        DHCP Server . . . . . . . . . . . : 192.168.0.1
        DNS Servers . . . . . . . . . . . : xxx.xx.xxx.xx
                                            xxx.xx.xxx.xx
        Lease Obtained. . . . . . . . . . : 12 June 2007 20:50:48
        Lease Expires . . . . . . . . . . : 15 June 2007 20:50:48

Ethernet adapter VMware Network Adapter VMnet1:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for
VMnet1
        Physical Address. . . . . . . . . : 00-50-56-C0-00-01
        Dhcp Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 192.168.0.5
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . :

Anyhelp friends....

Cheers
Vp75
62  Columns / Heffner / Re: [Article]-Intro to C on: June 12, 2007, 05:17:20 AM
Hi

Nice article, would love to see some articles in basic assembly coding in C

Cheers
Vp75

63  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Setting up Vitrual Lab on: June 11, 2007, 07:29:25 AM
Hi Blackzarro

Thanks for ur reply , i got the ifconfig details, stored it as a file, but couldnt copy it across copy&paste to windows from virtual pc or not sure how to bring the stored file from vmware to windows....!
will post very soon,
cheers
Vp75
64  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Setting up Vitrual Lab on: June 08, 2007, 01:51:37 AM
Hi Blackzarro

ifconfig in linux didnt fetch me any result, , i got error message as
bash: ifconfig : command not found. But when i try man ifconfig it displays help information on ifconfig command, so couldnt get details about linux config details,
Got details about host OS with ipconfig/all

---------------------------------------------------------------
Windows IP Configuration

        Host Name . . . . . . . . . . . . : XXX
        Primary Dns Suffix  . . . . . . . :
        Node Type . . . . . . . . . . . . : Unknown
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter VMware Network Adapter VMnet8:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for
VMnet8
        Physical Address. . . . . . . . . : 00-50-56-C0-00-08
        Dhcp Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 192.168.36.1
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . :

Ethernet adapter VMware Network Adapter VMnet1:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for
VMnet1
        Physical Address. . . . . . . . . : 00-50-56-C0-00-01
        Dhcp Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 192.168.145.1
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . :

Ethernet adapter Local Area Connection:

        Media State . . . . . . . . . . . : Media disconnected
        Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast Ethernet NIC
        Physical Address. . . . . . . . . : 00-0D-61-ED-F0-CE

Ethernet adapter AGN Virtual Network Adapter:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : AGN Virtual Network Adapter
        Physical Address. . . . . . . . . : 00-00-00-00-00-01
        Dhcp Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 0.0.0.0
        Subnet Mask . . . . . . . . . . . : 0.0.0.0
        Default Gateway . . . . . . . . . :

Ethernet adapter Wireless Network Connection:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : NETGEAR WG111T 108Mbps Wireless 2.0 Adapter
        Physical Address. . . . . . . . . : 00-14-6C-5D-C7-DA
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 192.168.0.2
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.0.1
        DHCP Server . . . . . . . . . . . : 192.168.0.1
        DNS Servers . . . . . . . . . . . : xx.xx.xx.xx
                                            xx.xx.xx.xx
        Lease Obtained. . . . . . . . . . : 07 June 2007 20:56:02
        Lease Expires . . . . . . . . . . : 10 June 2007 20:56:02
---------------------------------------------------------------
Hope this wil help me....

Updating @17:00 GMT - ifconfig executed only when iam logged in as root, couldnt copy & paste the details across Guest OS to Host OS...will post it soon.

CHeers
Vp75
65  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Setting up Vitrual Lab on: June 06, 2007, 01:18:19 PM

Ok, now that I have a clear picture of basically what you have setup as of now, lets proceed with your problem. We are going to tackle this one step at a time.

Let start first with the problem that you are having saving configurations settings and data on your Knoppix OS. Based on the information that you've provided, if you boot Knoppix using the iso image then all your settings, softwares or scripts won't be saved, that is because all this information is being temporarily  stored into your computer's ROM. As soon you shutdown Knoppix all this data is lost. Some Linux distros that are designed to function as a live cd will usually have sets of commands to save this data to a media disk, for instance, a usb flash drive. When you boot the system up with the usb plugged in to your computer, you'll then execute the appropriates commands to restore your saved settings. This is kind of a hassle so I preferred to use VMware or VMX Builder to create a virtual machine by installing the OS onto a virtual hard drive. For an example, please refer to Irongeek's video on how to do this with VMX Builder. In that way, every time you configure a setting or download a software, this data will be saved on your virtual hard drive where your virtual machine resides.

I will like to mention that some virtual appliances that you see in VMware website are preconfigured to use the OS iso image and others are created as vitural machines. The virtual machine has a VMware virtual disk file (with file extension .vmdk). The VMware player uses either the iso image or virtual disk file to boot the OS.

After you've solved this problem we'll go ahead and try to fix your internet connection problems.

Note: I'm not an expert in VMware or virtualization software so if anybody finds errors on what I've written, please jump in and correct me. Thanks



Hi blackazarro

Atlast got Virtual workstation and alloted 5GB space for SUSE linux initially to start with. Now everything is fine except the net connection setup...guys pls help me to move forward on setting the net access in linuz, FYI i have got the NAT setup in virtual pc, i tried giving entry for default gateway, still couldnt get it, tried pinging my windows pc (host) it recognizes.....so ....not sure where iam missing entry....

Cheers
Vp75
66  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Setting up Vitrual Lab on: June 06, 2007, 02:00:22 AM
Hi blackazarro

thanks for your reply, i think i would prefer to install it in virtual pc and go on with that, and with virtual workstation or virtual server i think i will be able to achieve that. Will be installing this today and will try it. Will keep updating you about it soon....

CHeers
Vp75
67  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Setting up Vitrual Lab on: June 03, 2007, 04:53:21 PM

Hi vp75,

First of all, I need some information from you so I can continue troubleshooting your problem.

1. What is your host OS (the physical, real OS running on your computer)?

2. What is your guest OS (this is the OS that you want to run virtually from your host OS)?

3. Are you booting the guest OS using the VMware playrer via a preinstalled virtual machine (installed guest OS using virtualization software like VMware Server or VMX builder) or from an iso image?

4. Did your create your virtual lab at home and are you using a SOHO router?

Hi

Oops, i should have provided these information before i write the query, anyway,

1. My Host is Windows XP Home edition,
2. I want to run Knoppix 5.1.0 version.
I downloaded Knoppix 5.1.0 virtual machine thru link provided by vmware website, it had set of files .nvram, .vmdk, .vmx and one livecd.iso(this is just a dummy iso file and needed to download orinial .iso file from knoppix.net which i downloaded and renamed as livecd.iso)
Everything was placed in directory as given in negrita on vmware setting up article)
3. iam booting guest OS thru vmplayer where it asks to open .vmx file and from there it checks for livecd.iso image file and boots it, there is no vmserver or i didnt create thru vmx builder.)
4. No i didnt create using vmx builder.

Hope this helps,

Cheers
Vp75
68  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Setting up Vitrual Lab on: June 02, 2007, 05:12:44 PM
quote author=blackazarro link=topic=1369.msg4977#msg4977 date=1180737930]

Vp75, it appears that you're a bit confuse and that's ok. I was also confuse when I started to learn about VMware and virtual machines. I encourage you to reread Negrita's article carefully. What ever linux distro you download, you have to use a virtualization software in order to convert it to a virtual machines. Then use the VMware Player to boot-up the linux OS or whatever OS you interested in.

As for the knoppix distro, download the iso image and burned this to a cd. In your burning cd software, make sure to choose the option for burning iso image to a cd. Then use VMware Server or VMX Builder as I mentioned before, to create the virtual machine. This step here is similar to installing a OS on your system but you are doing it virtually. I haven't used knoppix for while but I think this distro does have an option to install it on a hard drive.

After successfully installing knoppix virtually you can add scripts, download applications and configure settings in your virtual machine and this will be saved.

Suse and Knoppix are two different linux distribution, for complete info refer to the following links:

http://en.wikipedia.org/wiki/SUSE_Linux
http://en.wikipedia.org/wiki/Knoppix

Vp75, if you still having problems in creating and playing virtual machines, I recommend that you check EH-NET forums for any information that will help you on the subject or create a new forum topic so we can address your problems there. I would like to keep this forum topic CEH related Wink  ,thanks.
[/quote]

Hi blackazarro ,

Thanks for your reply, as it is about setting up virtual lab iam taking this as a new topic , hope iam in right place now.

blackazarro , i installed knoppix 5.1.0 and downloaded 5.1.0 iso live cd and renamed as per negrita post and able to open knoppix in vmplayer. Iam able to ping both side and i have got the ethernet selection as NAT, Anyway dynamic ipaddress is assigned to virtual pc and am able to ping both the host & guest, but not able to use internet or connect to internet in virtual pc, iam  not sure of what setting needs to be done in knoppix.

Also iam not able to save any desktop configuration in virtual pc, does it needs to be with any write permission, bcoz when i tried setting read/write permission i had message saying it should be mounted....! how does virtual pc have space to store scripts...?

Does any one have idea....or clue about it,

Cheers
Vp75
69  Ethical Hacking Discussions and Related Certifications / CEH - Certified Ethical Hacker / Re: What is the best disto of Linux for hacking? on: June 01, 2007, 05:11:45 PM
Hi Kev, Negrita,

Thanks a lot guys, i was wondering which one to use out of two option Knoppix & Suse linux, iam not going for knoppix version as i have ECcouncil manual with me which would help a lot i going a head.

Cheers
Vp
70  Ethical Hacking Discussions and Related Certifications / CEH - Certified Ethical Hacker / Re: How I passed the CEH(v5) exam on: June 01, 2007, 05:07:48 PM

Hey vp75, sorry I didn't see your post until now. As mentioned in Negrita's article on creating your virtual lab, go to http://www.vmware.com/vmtn/appliances/directory/ to look for virtual appliances. There's different variety of linux flavor to choose from so I suggest you check this website and download the distro you're interested in.

As stated in http://www.vmware.com/vmtn/appliances/index.html,

Quote
A virtual appliance is a pre-built, pre-configured and ready-to-run software application packaged with the operating system inside a virtual machine

You should have no problem running these virtual appliances using VMware Player.

Another thing, what Operating System you are using? That's probably why you need to install the new VMware Player. The new version supports Windows Vista.

http://blogs.vmware.com/news/2007/05/vmware_player_2.html

Hi blackazarro

Thanks for your reply and explanation.
I got installed VMPlayer ver 2 and tried knoppix and got error as it didnt come with .iso image file, now downloading it, hope would take another 1hr approx to download 697MB.
Regarding virtual appliance i saw one of the link got Hacking and networking security usage & training tool, but OS it says is Suse linux, does it mean it cant be used in Knoppix environment....? (sorry for this dumb question)

Again the scripts whatever we write in linux can it be saved into virtual machine & compile and run it...?

Being on learning rope i hope you guys understand what i am pointing at...

your help is appreciated.

Cheers
Vp
71  Ethical Hacking Discussions and Related Certifications / CEH - Certified Ethical Hacker / Re: How I passed the CEH(v5) exam on: May 31, 2007, 06:58:11 PM
Hi blackazarro

Thanks for your reply, I have started installing VMplayer and knoppix520 (5.2.0) version , it says that vmplayer doesnt support and need advanced player ...a bit literally confused and now trying to download vmplayer 2.0 and reinstall it, in the meantime
could you provide me with which version of linux flavours used in vmplayer....it could be helpful in setting up for me,

cheers
Vp
72  Ethical Hacking Discussions and Related Certifications / CEH - Certified Ethical Hacker / Re: How I passed the CEH(v5) exam on: May 29, 2007, 08:18:10 AM

So basically these are the books that I read for the exam. As I was reading these books I created a virtual lab at home and practice the tools mentioned in those books. This will really help for the exam as you will definintly remember the commands and switches when ask in the test.
For all future candidates, good luck  Wink

Hi Blackasarro,

Firstly congrats on your passing CEH,

Could you give details or setup on what type of virtual lab you set for your practice and workouts....

Iam also in the same learning rope of setting up virtual lab, it would be useful if you could let me know like what you used like Microsoft virtual product or vmware product and number of windows & linux on virtual lab...!

Cheers
Vp
73  Ethical Hacking Discussions and Related Certifications / CEH - Certified Ethical Hacker / Re: CEH @ TTC on: May 09, 2007, 10:37:45 AM
Hi Chuck,

Thanks for your reply, I got your point and you answered what i queried exactly,
Iam planning to setup lab myself at home and work for sometime and takeup bootcamp so i can question my clarifications which i worked out in home lab.

Cheers
Vp
74  Ethical Hacking Discussions and Related Certifications / CEH - Certified Ethical Hacker / Re: CEH @ TTC on: May 02, 2007, 04:30:43 AM
Hi Chris

Thanks for your detail reply. I dont have background on security but have knowledge about TCP/IP and knowledge about user administration.

I will narrow my question, CEH basic pre-requiste for training is basic knowledge of TCP/IP (i hope iam correct if not correct me), with that they can take up training. So with my 10yrs Exp in IT cant i take up the course and is it do i need to go thru Security+ and then to CEH?

Though after obtaining CEH, i need to have more homework and prepare myself only then would be able to try for penetration testing jobs, still there are more certifications and more homework needed for this which iam aware of it.

Moreover TTC guy confused saying after taking Security+ certification and after gaining 2+yrs experience i can take up CEH.....Is it so....

Cheers
Vp
75  Ethical Hacking Discussions and Related Certifications / CEH - Certified Ethical Hacker / Re: CEH/CISSP Training Academies on: May 02, 2007, 04:12:06 AM
Hello Everyone, this is my first message posting to this site and I would like to say how pleased I am that I have finally found a very detailed, positively focused, and intellectually empowering site. Since most of you have already got the CEH and CISSP certifications which I am gunning for, I thought you would be in a better position to answer my question, which is, do you know of any reputable CEH/CISSP training providers in the London, England area? I contacted the EC-Council via email and asked for their UK contact; although they gave me a name / company to contact, I really don't feel confident in using that company as I haven't been able to find any literature about the companies reputation? So if you know of any reputable company in London, please let me know. Thanks in advance. Dertweiller Grin

Hi

Iam from UK and am also looking to take up CEH training, As Don said, Trainingcamp looks to be good bootcamp training for CEH, regarding CISSP one of my colleague did in Trainingcamp and gave me a good feedback.

Have sent a message to you, would be glad to share ideas with you if u need.

Cheers
Vp
Pages: 1 ... 3 4 [5] 6
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.066 seconds with 21 queries.
 
Exclusive Deal

sansfire13_245x90_cw90.jpg
SANSFIRE 2013
June 15 - 22

5% Off w/ Code: EHN_5

SANS Deals 4 EH-Netters
5% OFF Any SANS Course in Any Format!
Coupon Code: EHN_5 Including SANS Rocky Mountain 2013 & SANS Boston 2013
Polls
Compared to this year, 2013 will be:
 
Recent Forum Topics
EH-Net News Feeds
Latest Additions
 
         
Advertisement

© 2013 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.