Home
Calendar
Certifications
Columns
Features
Forum
Resources
Vitals
Latest Additions
April 2013 Free Giveaway Sponsor - eLearnSecurity
Human Intelligence to Navigate the Security Data Deluge
February 2013 Free Giveaway Winner of SANS CyberCon Training
Interview: Bugcrowd Founders on Herding Ninjas for Crowdsourced Bug Bounties
Network Forensics: The Tree in the Forest
March 2013 Free Giveaway Sponsor - Mile2
Book Review: Violent Python
February 2013 Free Giveaway Sponsor - SANS
Holiday 2012 Free Giveaway Winner of Metasploit Pro by Rapid7
Course Review: SANS FOR408 Computer Forensic Investigations – Windows In-Depth
The Security Consulting Sugar High
Tutorial: Fun with SMB on the Command Line
Interview: Ilia Kolochenko, CEO of High-Tech Bridge
October 2012 Free Giveaway Winner of LearningGate Training
The Broken: Assessing Corporate Security in 2012 to Make a Better 2013
EH-Net Login
Welcome Guest.
Username:
Password:
Remember me
Lost Password?
No account yet?
Register
Who's Online
We have 45 guests and 1 member online
You are here:
EH-Net
May 23, 2013, 06:29:05 AM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Go back to The Ethical Hacker Network Online Magazine
Home Page
Home
Help
Calendar
Login
Register
EH-Net
>
Ethical Hacking Discussions and Related Certifications
>
Network Pen Testing
(Moderator:
don
) >
Vmware pen-testing lab. problem (BT5 ain't connect to XP)
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: Vmware pen-testing lab. problem (BT5 ain't connect to XP) (Read 4887 times)
0 Members and 1 Guest are viewing this topic.
Schiz0id
Newbie
Offline
Posts: 3
Vmware pen-testing lab. problem (BT5 ain't connect to XP)
«
on:
October 28, 2012, 12:35:51 AM »
Hi,
I have a virtual pen-testing lab. My host is win7. I installed BT5 and WinXP in Vmware. Host has 192.168.2.1, BT5: 192.168.2.2 and XP:192.168.2.3
When i ping from host machine and BT5 to WinXP, all packets are lost. But when a send ping packets from WinXP to Bt5 and Host machine, there is not any problem.
So what's the possible problem for you?
Thanks in advance.
Logged
UNIX
Hero Member
Offline
Posts: 1235
Re: Vmware pen-testing lab. problem (BT5 ain't connect to XP)
«
Reply #1 on:
October 28, 2012, 03:08:52 AM »
Is the firewall in XP enabled? If so, disable it and try it again.
Logged
Schiz0id
Newbie
Offline
Posts: 3
Re: Vmware pen-testing lab. problem (BT5 ain't connect to XP)
«
Reply #2 on:
October 28, 2012, 03:50:24 AM »
How come. When i disabled windows firewall then ping packets transmitted without any lose. Does it means; there is a winxp machine in our LAN with activated windows firewall, we can't hack it?
I really confused now.
Logged
MrTuxracer
Newbie
Offline
Posts: 43
Re: Vmware pen-testing lab. problem (BT5 ain't connect to XP)
«
Reply #3 on:
October 28, 2012, 07:57:34 AM »
As per default the windows firewall is activated and blocks any incoming traffic on all 3 profiles. If you want to exploit a machine you always need an open port for your targeted service.
Regards.
Logged
eCPPT, HP ASE (Networking), LPIC-1, OSCP, WCSP
www.inshell.net
hayabusa
Hero Member
Offline
Posts: 1632
Re: Vmware pen-testing lab. problem (BT5 ain't connect to XP)
«
Reply #4 on:
October 28, 2012, 07:58:38 AM »
It means that firewall was blocking ICMP (ping) inbound.
Does that mean you can't hack the XP box(es)? Absolutely not. It just means that THAT service / port (ICMP) is not being allowed in for said host.
Your next steps in learning on the XP lab box should be:
Use NMAP and other scanning methods, and see what other ports / services are available (if any) from the outside.
If some are found, enumerate versions of the services that are running, and look for exploits and / or fuzz any applications you find.
If none are found, start lookig at social engineering and / or client-side attacks and exploits.
(Not every host with a 'vulnerable OS' will always be left in a vulnerable state. You'll need to do reconaissance, and learn how to find 'other' ways to pWn the host.)
«
Last Edit: October 28, 2012, 10:55:53 AM by hayabusa
»
Logged
~ hayabusa ~
"All men can see these tactics whereby I conquer, but what none can see is the strategy out of which victory is evolved." - Sun Tzu, 'The Art of War'
OSCE, OSCP , GPEN, C|EH
Schiz0id
Newbie
Offline
Posts: 3
Re: Vmware pen-testing lab. problem (BT5 ain't connect to XP)
«
Reply #5 on:
October 28, 2012, 01:03:17 PM »
Thanks for replies.
I know that if there is not any open port then you can't hack a system via it's ip address but i didn't know that ping packets get lose because of stealth ports and windows firewall blocks ping packets.
Obviously i have to spend a lot time here to learn something.
Regards.
Logged
hayabusa
Hero Member
Offline
Posts: 1632
Re: Vmware pen-testing lab. problem (BT5 ain't connect to XP)
«
Reply #6 on:
October 28, 2012, 01:59:14 PM »
There's ALWAYS more to learn, in infosec. It never ends. So we're always happy to help / explain, where we can.
Keep pressing forward and learning, Schiz0id.
Logged
~ hayabusa ~
"All men can see these tactics whereby I conquer, but what none can see is the strategy out of which victory is evolved." - Sun Tzu, 'The Art of War'
OSCE, OSCP , GPEN, C|EH
Shock
Newbie
Offline
Posts: 20
Re: Vmware pen-testing lab. problem (BT5 ain't connect to XP)
«
Reply #7 on:
October 28, 2012, 04:52:17 PM »
Quote from: hayabusa on October 28, 2012, 07:58:38 AM
It means that firewall was blocking ICMP (ping) inbound.
Does that mean you can't hack the XP box(es)? Absolutely not. It just means that THAT service / port (ICMP) is not being allowed in for said host.
Your next steps in learning on the XP lab box should be:
Use NMAP and other scanning methods, and see what other ports / services are available (if any) from the outside.
If some are found, enumerate versions of the services that are running, and look for exploits and / or fuzz any applications you find.
If none are found, start lookig at social engineering and / or client-side attacks and exploits.
(Not every host with a 'vulnerable OS' will always be left in a vulnerable state. You'll need to do reconaissance, and learn how to find 'other' ways to pWn the host.)
Dear god, My mind just spend 5 mins trying to translate your statement into useable python code.
I need to work on my python more.
Logged
MaXe
Hero Member
Offline
Posts: 669
I've just upgraded myself to a cyborg muahahaa!!1
Re: Vmware pen-testing lab. problem (BT5 ain't connect to XP)
«
Reply #8 on:
October 28, 2012, 06:18:18 PM »
Quote from: Shock on October 28, 2012, 04:52:17 PM
Quote from: hayabusa on October 28, 2012, 07:58:38 AM
It means that firewall was blocking ICMP (ping) inbound.
Does that mean you can't hack the XP box(es)? Absolutely not. It just means that THAT service / port (ICMP) is not being allowed in for said host.
Your next steps in learning on the XP lab box should be:
Use NMAP and other scanning methods, and see what other ports / services are available (if any) from the outside.
If some are found, enumerate versions of the services that are running, and look for exploits and / or fuzz any applications you find.
If none are found, start lookig at social engineering and / or client-side attacks and exploits.
(Not every host with a 'vulnerable OS' will always be left in a vulnerable state. You'll need to do reconaissance, and learn how to find 'other' ways to pWn the host.)
Dear god, My mind just spend 5 mins trying to translate your statement into useable python code.
I need to work on my python more.
I would rather call his statement, his methodology
A good way to start pentesting your own boxes locally, is to obtain a methodology if you don't have any, as most pentesting companies doesn't just fire all canons and hope they find something, well, some do, but most (should) be following either a recognized methodology or an internal one.
There's a few methodologies out there such as NIST SP800-42 (it is somewhat outdated but easy to read), OSSTMM (very generic), and PTES (pentest-standard.org, not sure how far this project is in becoming final or first draft), but I recommend you (Schiz0id) check out pentest methodologies / frameworks and learn a bit more about networking and firewalls
Logged
I'm an InterN0T'er
hayabusa
Hero Member
Offline
Posts: 1632
Re: Vmware pen-testing lab. problem (BT5 ain't connect to XP)
«
Reply #9 on:
October 28, 2012, 06:47:33 PM »
Note - that methodology is for learning. I wouldn't necessarily 'fire all cannons', as MaXe pointed out, in a full, REAL pentest (I might, but it depends on the cirumstance.)
But for your purposes of learning, and based on your simply trying to learn to exploit the box in you lab, in general, I'd be following what I told you.
PS - @Shock - just curious... How did Python get brought into that mix? I never said, "I'd do it all in Python" Yes, I'd use Python to script some of my processes, etc, or even to write some testing-specific tools, but for just the general stuff, the original poster was asking, I didn't see Python slipping in there (at least not YET
) Or are you just learning to write your own stuff, so that came to mind?
«
Last Edit: October 28, 2012, 06:49:39 PM by hayabusa
»
Logged
~ hayabusa ~
"All men can see these tactics whereby I conquer, but what none can see is the strategy out of which victory is evolved." - Sun Tzu, 'The Art of War'
OSCE, OSCP , GPEN, C|EH
MaXe
Hero Member
Offline
Posts: 669
I've just upgraded myself to a cyborg muahahaa!!1
Re: Vmware pen-testing lab. problem (BT5 ain't connect to XP)
«
Reply #10 on:
October 28, 2012, 08:02:55 PM »
Quote from: hayabusa on October 28, 2012, 06:47:33 PM
Note - that methodology is for learning. I wouldn't necessarily 'fire all cannons', as MaXe pointed out, in a full, REAL pentest (I might, but it depends on the cirumstance.)
I agree that I shouldn't limit myself to a single methodology, but I do use an internal methodology to avoid missing items / attack vectors when I have 100 or more items to test for.
It may sound extreme, but we (the company I work for) try to cover all possible attack vectors, so we don't go as deep as it could otherwise be possible, but the attack surface is limited quite a lot (if the customer remediates all the flaws identified), when all of the services are up to date and configured in line with security best practice. Well, it's just my point of view from a "corporate point of view". (It is after all, much more fun to study a service, fuzz it locally and try to develop an exploit for it.)
I don't use a methodology as the only option though, I usually poke around manually while running the scanners (that must be run anyway, which usually finds all the low hanging fruit), and after that (the automated scans and manually poking around), I go through the methodology (i.e. checklists) to see if I missed anything as I sometimes encounter technology I haven't been exposed to yet, which there usually is a (internal) methodology for.
When it comes to web applications I don't use a methodology though, as even though some attacks can be quite advanced, it's a lot easier to keep the entire methodology of web application pentesting in the mind than with network pentesting, where everything from routing to exploitation of services must be done.
Of course, it depends on how "deep" the client permits you to go, as I am often not allowed to use Social Engineering attacks (meaning all client-side attacks are not allowed, unfortunately
), plus intentional DoS attacks too (which doesn't add any value to the business if you do it on their production equipment during business hours, even though it shouldn't be possible to DoS them with a single computer).
tl;dr
I just try to cover as much as possible by using methodologies when I am unsure whether I tested everything humanly possible
(I should begin to script some of the work I do though, as a lot of the items from the methodology I use could be scripted and save a lot of time.
) And yeah I still agree with hayabusa of course
Logged
I'm an InterN0T'er
3xban
Hero Member
Offline
Posts: 608
Re: Vmware pen-testing lab. problem (BT5 ain't connect to XP)
«
Reply #11 on:
October 28, 2012, 09:25:23 PM »
Quote from: Schiz0id on October 28, 2012, 01:03:17 PM
Thanks for replies.
I know that if there is not any open port then you can't hack a system via it's ip address but i didn't know that ping packets get lose because of stealth ports and windows firewall blocks ping packets.
Obviously i have to spend a lot time here to learn something.
Regards.
Its always good to get a decent understanding of the systems you are working on. If you float through many of the "How do I become a pen tester..." type threads, you will see many pointing beginners toward books on networking and such. After all, your first steps in getting ready to do a test will be centered around recon. The first chunk should be checking out the internet presence of the target. Most of this will be passive activity like google searching, DNS Records, web sites, and social network activity. Then you move in for some network enumeration. In a strongly defended environment you will have to try and work past client based firewalls and other security measures. Just because something isn't pingable by normal methods, doesn't mean it isn't online.
Logged
Certs: GCWN
(@)Dewser
Shock
Newbie
Offline
Posts: 20
Re: Vmware pen-testing lab. problem (BT5 ain't connect to XP)
«
Reply #12 on:
October 28, 2012, 11:01:56 PM »
Quote from: hayabusa on October 28, 2012, 06:47:33 PM
PS - @Shock - just curious... How did Python get brought into that mix? I never said, "I'd do it all in Python" Yes, I'd use Python to script some of my processes, etc, or even to write some testing-specific tools, but for just the general stuff, the original poster was asking, I didn't see Python slipping in there (at least not YET
) Or are you just learning to write your own stuff, so that came to mind?
Mostly learning from classwork (just the basics though so nothing sexy) and seeing the If statements in your post tripped my mind back into python programming mode.
Logged
hayabusa
Hero Member
Offline
Posts: 1632
Re: Vmware pen-testing lab. problem (BT5 ain't connect to XP)
«
Reply #13 on:
October 29, 2012, 06:44:36 AM »
@Shock - understood, and that's the feeling I got from it
@MaXe - agreed on all points. I've been on both sides of the equation, too. The big corp stuff really required being as 'all-inclusive' as possible
Logged
~ hayabusa ~
"All men can see these tactics whereby I conquer, but what none can see is the strategy out of which victory is evolved." - Sun Tzu, 'The Art of War'
OSCE, OSCP , GPEN, C|EH
Pages: [
1
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
EH-Net
-----------------------------
=> Calendar Of Events
===> ChicagoCon 2007
===> ChicagoCon 2008s
===> ChicagoCon 2008f
===> ChicagoCon 2009s
=> Ethical Hacktivism
=> News Items and General Discussion About EH-Net
===> Greetings
=> Special Events
-----------------------------
Ethical Hacking Discussions and Related Certifications
-----------------------------
=> General Certification
===> Networking
===> OS
===> Security
=> Compliance, Regulations & Standards
=> Control Systems
=> Cyber Warfare
=> Forensics
===> CCE / MCCE - (Master) Certified Computer Examiner
===> CHFI - Computer Hacking Forensic Investigator
===> EnCE - EnCase® Certified Examiner
===> GCFA - GIAC Certified Forensics Analyst
=> Hardware
=> Incident Response
===> CSIH - Computer Security Incident Handler
===> GCIH - GIAC Certified Incident Handler
=> Malware
===> Advisories
=> Mobile
=> Network Pen Testing
===> CEH - Certified Ethical Hacker
===> CPTC - Certified Penetration Testing Consultant
===> CPTE - Certified Penetration Testing Engineer
===> CSTA - Certified Security Testing Associate
===> eCPPT - eLearnSecurity Certified Professional Penetration Tester
===> ECSA - EC-Council Certified Security Analyst
===> GPEN - GIAC Certified Penetration Tester
===> OSCP - Offensive Security Certified Professional
=> Physical Security
=> Programming
=> Social Engineering
=> Web Applications
=> Wireless
===> CWNP Certs
===> GAWN - GIAC Assessing Wireless Networks
===> OSWP - Offensive Security Wireless Professional
=> Other
-----------------------------
Columns
-----------------------------
=> Editor-In-Chief
=> Andress
=> Gates
=> Haddix
=> Hadnagy
=> Heffner
=> Hoffman
=> Linn
=> RichM
=> Murray
=> J. Peltier
=> Weidman
=> Wilson
-----------------------------
Features
-----------------------------
=> /root
=> Book Reviews
=> Opinions
=> Skillz
===> Examples
===> May 06 - Star Hacks, Episode V: The Empire Hacks Back
===> July 06 - Hack Bill!
===> Sept 06 - Netcat in the Hat
===> Nov 06 - Hitch-Hackers Guide to the Galaxy
===> Dec 06 - A Christmas (Hacking) Story
===> Feb 07 - Charlottes Web Site
===> April 07 - Microsoft Office Space
===> June 07 - Serenity Hack
===> Oct 07 - Worst. Ethical. Hacker. Challenge. Ever.
===> Dec 07 - Frosty the Snow Crash
===> March 2008 - It Happened One Friday
===> Oct 2008 - Scooby Doo and the Crypto Caper
===> Dec 08 - Santa Claus Is Hacking to Town
===> Feb 2009 - Brady Bunch Boondoggle
===> July 2009 - Prison Break
===> October 2009 - SSHliders
===> December 2009 - Miracle on Thirty-Hack Street
===> December 2010 - The Nightmare Before Charlie Browns Christmas
-----------------------------
Resources
-----------------------------
=> Career Central
===> Looking For Work
===> Looking To Hire
=> Links to cool sites.
=> Mass Media
=> News from the Outside World
=> Tools
=> Tutorials
===> Tutorial Requests
Loading...
Exclusive Deal
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:
Great!
Better.
About the same.
Little worse.
FUBAR!
Recent Forum Topics
News Items and General Discussion About EH-Net
: was zeus father cronus
(0) by
Dotashuts
Cyber Warfare
: Von Zoo York Um Supra , In Style .
(0) by
Zhouqulai
CSTA - Certified Security Testing Associate
: Louis Vuitton Handtaschen In Lego Version
(0) by
Zhouqulai
Incident Response
: Red -carpet Shinning - Louis Vuitton-Monogramm Shimmer Halo
(0) by
Zhouqulai
Editor-In-Chief
: Special Xmas Deal: 10% Off eLearnSecurity Courses
(3) by
hekvvddtest
Greetings
: Hello
(6) by
hekvvddtest
Greetings
: Obtain The Scoop On mulberry bags Before You Are Too Late
(13) by
hekvvddtest
Calendar Of Events
: HITBSecConf2013 – Amsterdam
(9) by
hekvvddtest
Special Events
: [Article]-Webcast: Deep Dive into Red Teaming with the Metasploit Framework
(19) by
hekvvddtest
Network Pen Testing
: HackaServer - Anyone tried it?
(4) by
hekvvddtest
Greetings
: Good day ...
(7) by
hekvvddtest
Gates
: Chris Gates' Blog RSA Finalist
(5) by
hekvvddtest
Network Pen Testing
: Ruby on Rails Vulnerabilities / Attacks in BackTrack 5 r3
(1) by
hekvvddtest
General Certification
: nth topic on Career Advice
(9) by
hekvvddtest
General Certification
: Direction
(5) by
hekvvddtest
Hardware
: Discreet Hacking Devices
(8) by
hekvvddtest
Calendar Of Events
: CanSecWest 2013
(5) by
hekvvddtest
Forensics
: Burn Note
(5) by
hekvvddtest
Calendar Of Events
: Cyber Readiness Challenge - Rome
(1) by
hekvvddtest
GCIH - GIAC Certified Incident Handler
: GCIH Free Practice test attempt
(0) by
prats84
GCIH - GIAC Certified Incident Handler
: Passed my GCIH
(0) by
prats84
News Items and General Discussion About EH-Net
: Change is Coming to EH-Net!!
(27) by
don
Greetings
: Hi from the UK
(2) by
n37sh@rk
Network Pen Testing
: AIX Vulnerability Assessments
(2) by
ras76
Tutorials
: Need guidance
(9) by
hanyhasan
Programming
: Finished Python Course in Codecademy now what?
(15) by
hanyhasan
Network Pen Testing
: De-ICE 1.140 released!
(2) by
superkojiman
General Certification
: CPT Practical Submission
(1) by
UNIX
OSCP - Offensive Security Certified Professional
: Failed my first attempt at the OSCP exam
(94) by
azmatt
Tools
: Social-Engineer Toolkit (SET) Version 5.0 “The Wild West” Released
(2) by
m0wgli
Malware
: EICAR?
(3) by
UKSecurityGuy
Advisories
: HTB23154: Multiple Vulnerabilities in Exponent CMS
(0) by
AndyP
Advisories
: HTB23153: Multiple Vulnerabilities in Jojo CMS
(0) by
AndyP
Advisories
: HTB23151: Cross-Site Request Forgery (CSRF) in UMI.CMS
(0) by
AndyP
OSCP - Offensive Security Certified Professional
: Class Scheduled 6/8 - Linux n00b
(7) by
Taemyks
OSCP - Offensive Security Certified Professional
: OSCP exam scheduled
(6) by
gbhat
Incident Response
: LinkedIn Forensics
(0) by
AFENTIS_Forensics
General Certification
: Red Team/Blue Team
(1) by
ajohnson
Career Central
: Starter cert?
(3) by
Grendel
Network Pen Testing
: Beginner Ethical Hacker
(1) by
m0wgli
EH-Net News Feeds
Latest Additions
Privacy Notice
for TDCC & All Properties
© 2013 The Ethical Hacker Network
Joomla!
is Free Software released under the GNU/GPL License.