<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Remote Exploit Forums - Pentesting</title>
		<link>http://forums.remote-exploit.org/</link>
		<description>Specific topics related to legal penetration testing</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 01:47:12 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.remote-exploit.org/images/backtrack4/misc/rss.jpg</url>
			<title>Remote Exploit Forums - Pentesting</title>
			<link>http://forums.remote-exploit.org/</link>
		</image>
		<item>
			<title>How to redirect the Metasploit Console output to a file?</title>
			<link>http://forums.remote-exploit.org/pentesting/28825-how-redirect-metasploit-console-output-file.html</link>
			<pubDate>Thu, 19 Nov 2009 03:07:22 GMT</pubDate>
			<description>How to redirect the screen output of Metasploit Console to a file? 
Thank you guys!:D 
 
I got the answer. 
Just  
./msfconsole | tee output;)</description>
			<content:encoded><![CDATA[<div>How to redirect the screen output of Metasploit Console to a file?<br />
Thank you guys!:D<br />
<br />
I got the answer.<br />
Just <br />
./msfconsole | tee output;)</div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/pentesting/">Pentesting</category>
			<dc:creator>yellowxi</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/pentesting/28825-how-redirect-metasploit-console-output-file.html</guid>
		</item>
		<item>
			<title>sniff router password</title>
			<link>http://forums.remote-exploit.org/pentesting/28809-sniff-router-password.html</link>
			<pubDate>Wed, 18 Nov 2009 17:58:33 GMT</pubDate>
			<description><![CDATA[hi, 
 
i'm wondering if there is another way to get the router password instead ob bruteforing the router. So is it possible to sniff a day long...]]></description>
			<content:encoded><![CDATA[<div>hi,<br />
<br />
i'm wondering if there is another way to get the router password instead ob bruteforing the router. So is it possible to sniff a day long traffic only on the  router, so when I would log on the router from my brothers laptop that i could catch the password and username via wireshark or sth. else?<br />
<br />
thx</div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/pentesting/">Pentesting</category>
			<dc:creator>goon123</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/pentesting/28809-sniff-router-password.html</guid>
		</item>
		<item>
			<title><![CDATA[Can't run execute and exploits with Metasploit]]></title>
			<link>http://forums.remote-exploit.org/pentesting/28773-cant-run-execute-exploits-metasploit.html</link>
			<pubDate>Tue, 17 Nov 2009 10:16:47 GMT</pubDate>
			<description><![CDATA[Hi, 
I have learnt about Metasploit recently through their website and on this forum. I have read loads of documentation but I can&#8217;t find out why the...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
I have learnt about Metasploit recently through their website and on this forum. I have read loads of documentation but I can&#8217;t find out why the exploits won&#8217;t work...well to be more exact it looks like it is running the exploit but not executing the payload. I am not using my own exploits; I am using the built ones. Here is an example:<br />
I run Metapsploit on my Back Track 4 live DVD.<br />
The exploits I have used are the ones that are apparently still vulnerable like browser ones.<br />
I used:<br />
windows/browser/realplayer_console<br />
windows/browser/ani_loadimage_chunksize<br />
as well as other universal ones.<br />
<br />
I have now resorted to the absolute basics just to test whether it is successful. With each different exploit I try I choose to deliver the payload &#8220;windows/exec&#8221;. The command I choose to execute is just a simple IPconfig to a text file and drop it in the C drive on the target PC (ipconfig &gt; c:\meta.txt).<br />
These exploits all exploit the browser so it sets up a fake http service which I then connect to using different browsers from the target machine. As soon as the target machine connects I see a message from the metasploit console (or metasploit gui) saying it is sending the exploit to the machine. From what I understand this means the exploit is actually working but not delivering the payload?<br />
Some info about the target machine:<br />
XP Pro SP3<br />
Windows firewall disabled.<br />
NOD32 anti virus but this is disabled for testing (when it was enabled it detected every exploit attempt).<br />
<br />
No matter what payload I run it never works. There is no text file on the C drive.<br />
Maybe these exploits don&#8217;t work anymore but I thought that if the console says it has sent the exploit then it does work?<br />
Can anyone help please and point me in the right direction.<br />
I am wondering whether there is something obvious I have missed.<br />
Thanks,</div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/pentesting/">Pentesting</category>
			<dc:creator>Mucker</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/pentesting/28773-cant-run-execute-exploits-metasploit.html</guid>
		</item>
		<item>
			<title><![CDATA[Quick & Ugly Ruby Network based Fuzzer]]></title>
			<link>http://forums.remote-exploit.org/pentesting/28752-quick-ugly-ruby-network-based-fuzzer.html</link>
			<pubDate>Mon, 16 Nov 2009 14:34:33 GMT</pubDate>
			<description>The following is a quick and ugly network based fuzzer scripted in Ruby.  It was modified (ever so slightly) to allow for IP address and Destination...</description>
			<content:encoded><![CDATA[<div>The following is a quick and ugly network based fuzzer scripted in Ruby.  It was modified (ever so slightly) to allow for IP address and Destination port to be passed at the command line instead of being hardwired into the script itself.  <br />
<br />
Example use: quickfuzz.rb Target_IP_Address Target_Destination_Port<br />
<br />
It is core application and use is when you're developing network based exploits and have a network based service that you can monitor and watch the target service. <br />
<br />
The folks at N2NetSecurity have provided a very concise and simple to understand presentation on Exploit Development (located at www n2netsec com slash dump slash techno dot pdf).<br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">##################################################<br />
#!/usr/bin/ruby<br />
require 'socket'<br />
<br />
##################################################<br />
# Quick &amp; Ugly Fuzzer&nbsp; <br />
#<br />
# quickfuzz v.1.0 - N2NetSecurity, Inc - AAH<br />
#<br />
# www n2netsec com | Reach the security summit...<br />
#<br />
# info [at] n2netsec com <br />
#<br />
# quickfuzz v1.1 - PROTEUS|OCM - EBM<br />
#<br />
# www proteus-ocm net | Answering the &quot;So What if we get hacked?&quot; <br />
#<br />
# info [at] proteus-ocm [dot] net&nbsp;  <br />
#<br />
# Updates welcome<br />
##################################################<br />
<br />
##################################################<br />
# This script was based off of a presentation&nbsp; <br />
# provided at a recent conference by N2NetSecurity.<br />
# The original script had hard coded IP's within the<br />
# script.&nbsp; I've taken the script and updated it to<br />
# allow for passing along command line arguments of<br />
# the IP address and Destination_Port.<br />
#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
# Usage: ruby quickfuzz.rb IP_Address Destination_Port<br />
##################################################<br />
<br />
buffer=[]<br />
increment=1<br />
<br />
#<br />
# Variables to be passed at the command line and assigned for<br />
# use in identifying buffer overflow.<br />
# <br />
unless ARGV.length == 2<br />
&nbsp; &nbsp; &nbsp; &nbsp; puts &quot;The correct use of this gem is as follows:&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; puts &quot;Usage: ruby quickfuzz.rb Target_IP_Address Target_Destination_Port&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; puts &quot;Example: ruby quickfuzz.rb 192.168.1.10 445&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; exit<br />
end<br />
<br />
target = ARGV[0]<br />
port = ARGV[1]<br />
<br />
#<br />
# GIGO-Monkeybone<br />
#<br />
<br />
while buffer.length &lt;=1000<br />
&nbsp; &nbsp; &nbsp; &nbsp; buffer &lt;&lt; &quot;A&quot;*increment<br />
&nbsp; &nbsp; &nbsp; &nbsp; print &quot;Sending #{buffer.length} bytes... \n&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; sleep(0.25)<br />
&nbsp; &nbsp; &nbsp; &nbsp; s=TCPSocket.new(target, port)<br />
&nbsp; &nbsp; &nbsp; &nbsp; s.print(buffer)<br />
&nbsp; &nbsp; &nbsp; &nbsp; s.close<br />
end</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/pentesting/">Pentesting</category>
			<dc:creator>proteus-ocm</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/pentesting/28752-quick-ugly-ruby-network-based-fuzzer.html</guid>
		</item>
		<item>
			<title>I have a theory on the 2WIRE routers....</title>
			<link>http://forums.remote-exploit.org/pentesting/28587-i-have-theory-2wire-routers.html</link>
			<pubDate>Wed, 11 Nov 2009 09:49:42 GMT</pubDate>
			<description><![CDATA[ok so i've been lurking for a while and now i happen to be getting pretty good with aircrack/cowpatty etc. I can crack wep and the usual wpa's simple...]]></description>
			<content:encoded><![CDATA[<div>ok so i've been lurking for a while and now i happen to be getting pretty good with aircrack/cowpatty etc. I can crack wep and the usual wpa's simple now.<br />
<br />
So we all know about the att 2wire routers....I was wondering how to crack those WPA keys. I started the run wordlists (on my own uverse 2wire with default key) . All failed. then i found ok so most 2wire's have 10 digit hex keys. (my att uverse 2wire has a sticker on the bottom)<br />
<br />
I then compiled this script to create my wordlist <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">//made by karabaja4<br />
<br />
#include &lt;stdio.h&gt;<br />
#include &lt;stdlib.h&gt;<br />
<br />
int main(int argc, char** argv)<br />
{<br />
&nbsp; &nbsp; char format[10];<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; unsigned long long last = 0;<br />
&nbsp; &nbsp; unsigned long long i;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; if ((argc != 2) || (atoi(argv[1]) &gt; 16)) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; printf(&quot;\n hex wordlist generator - by karabaja4\n\n&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; printf(&quot; usage: ./hwg n &gt; wordlist.txt\n&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; printf(&quot; n - number of digits (max 16)\n\n&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; exit(0);<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; sprintf(format, &quot;%s%s%s&quot;, &quot;%0&quot;, argv[1], &quot;llx\n&quot;); //linux (gcc)<br />
&nbsp; &nbsp; //sprintf(format, &quot;%s%s%s&quot;, &quot;%0&quot;, argv[1], &quot;I64x\n&quot;); //windows (mingw)<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; for (i = 0; i &lt; atoi(argv[1]); i++)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; last = ((last + 1) * 16) - 1;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; for (i = 0; i &lt; last; i++) printf(format, i);<br />
&nbsp; &nbsp; printf(format, last);<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; return 0; //hooray!<br />
}</code><hr />
</div><div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">gcc hwg.c -o hwg</code><hr />
</div><div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">./hwg n &gt; wordlist.txt</code><hr />
</div>script credit user karabaja 4<br />
<br />
now i will run gemk against this and the ssid, then the hash against the captured 4 way handshake.<br />
<br />
<br />
So in theory, eventually in time this will crack the 2WIRE's with the default 10 digit hex key.<br />
<br />
<br />
I'm going to try running it against my handshake this weekend when i have more time.</div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/pentesting/">Pentesting</category>
			<dc:creator>whorobj</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/pentesting/28587-i-have-theory-2wire-routers.html</guid>
		</item>
		<item>
			<title>How do I bypass anti-debugging protections in Immunity Debugger?</title>
			<link>http://forums.remote-exploit.org/pentesting/28500-how-do-i-bypass-anti-debugging-protections-immunity-debugger.html</link>
			<pubDate>Sun, 08 Nov 2009 16:39:24 GMT</pubDate>
			<description>in last days . I was try to bypass anti debugger with immunity debugger . I was run pycommand and saw usage guide .run !hidedebug with all types...</description>
			<content:encoded><![CDATA[<div>in last days . I was try to bypass anti debugger with immunity debugger . I was run pycommand and saw usage guide .run !hidedebug with all types provide by pycommand but no way to run the program after attach it with a debugger. after attach the program with debugger and press play button .it stay in puase mode and did not change it's mode to running mode ... when flow executable code .. I note the program call specific fucation to kill the process. plz is there any tip.</div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/pentesting/">Pentesting</category>
			<dc:creator>godfather</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/pentesting/28500-how-do-i-bypass-anti-debugging-protections-immunity-debugger.html</guid>
		</item>
		<item>
			<title>exploit write, small jump</title>
			<link>http://forums.remote-exploit.org/pentesting/28450-exploit-write-small-jump.html</link>
			<pubDate>Sat, 07 Nov 2009 09:52:23 GMT</pubDate>
			<description><![CDATA[Hi, I'm trying to workout how to do a small jump. I'm useing the opcode eb, and would like jump 10 instruction. 
do I have to add a offset or linear...]]></description>
			<content:encoded><![CDATA[<div>Hi, I'm trying to workout how to do a small jump. I'm useing the opcode eb, and would like jump 10 instruction.<br />
do I have to add a offset or linear number in frount or behind it?</div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/pentesting/">Pentesting</category>
			<dc:creator>compaq</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/pentesting/28450-exploit-write-small-jump.html</guid>
		</item>
		<item>
			<title>/etc/shadow</title>
			<link>http://forums.remote-exploit.org/pentesting/28429-etc-shadow.html</link>
			<pubDate>Fri, 06 Nov 2009 15:31:04 GMT</pubDate>
			<description>Folks, 
 
On gentoo, ubuntu, ( that I tested ) when I run john --users=root shadow 
 
No password hashes loaded 
 
I tried too unshadow /etc/passwd...</description>
			<content:encoded><![CDATA[<div>Folks,<br />
<br />
On gentoo, ubuntu, ( that I tested ) when I run john --users=root shadow<br />
<br />
No password hashes loaded<br />
<br />
I tried too unshadow /etc/passwd /etc/shadow &gt; mypwd<br />
<br />
the same message<br />
<br />
In present day it still works ?<br />
<br />
Thanks in advanced</div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/pentesting/">Pentesting</category>
			<dc:creator>spawn</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/pentesting/28429-etc-shadow.html</guid>
		</item>
		<item>
			<title>A strange IP address in my network!!</title>
			<link>http://forums.remote-exploit.org/pentesting/28370-strange-ip-address-my-network.html</link>
			<pubDate>Wed, 04 Nov 2009 16:07:40 GMT</pubDate>
			<description>My private IP address scheme is in 192.168.1.x subnet, Here is my network diagram 
 
  
---Quote--- 
        
                DSL-Modem (192.168.1.1)...</description>
			<content:encoded><![CDATA[<div>My private IP address scheme is in 192.168.1.x subnet, Here is my network diagram<br />
<br />
 <div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				                DSL-Modem (192.168.1.1)<br />
                                     |<br />
                                     |<br />
                         	 Switch<br />
		                     |<br />
	              My-PC (192.168.1.x)<br />
                and a voip phone (192.168.1.x)	
			
			<hr />
		</td>
	</tr>
	</table>
</div>But there is an <b> IP address 192.168.0.1</b>  which can be pinged from my modem as well as my computer the result of the ping is <br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; ping 192.168.0.1<br />
PING 192.168.0.1 (192.168.0.1): 56 data bytes<br />
56 bytes from 192.168.0.1: icmp_seq=0 ttl=250 time=35.0 ms<br />
56 bytes from 192.168.0.1: icmp_seq=1 ttl=250 time=35.0 ms<br />
56 bytes from 192.168.0.1: icmp_seq=2 ttl=250 time=30.0 ms<br />
<br />
--- 192.168.0.1 ping statistics ---<br />
3 packets transmitted, 3 packets received, 0% packet loss<br />
round-trip min/avg/max = 30.0/33.3/35.0 ms&quot;
			
			<hr />
		</td>
	</tr>
	</table>
</div>I did a traceroute and the result is <br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				C:\nmap-5.00&gt;tracert 192.168.0.1<br />
<br />
Tracing route to 192.168.0.1 over a maximum of 30 hops<br />
<b> <br />
  1     1 ms    &lt;1 ms    &lt;1 ms  192.168.1.1<br />
  2    34 ms    39 ms    40 ms  116.71.208.1<br />
  3    32 ms    32 ms    33 ms  116.71.241.245<br />
  4    36 ms    36 ms    36 ms  rwp44.pie.net.pk [221.120.253.41]<br />
  5    36 ms    36 ms    35 ms  221.120.253.10<br />
  6    35 ms    35 ms    35 ms  192.168.0.1<br />
</b> <br />
Trace complete.
			
			<hr />
		</td>
	</tr>
	</table>
</div>I did nmap with parameters (-sV -oO -v) and the output is <br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				C:\nmap-5.00&gt;nmap.exe -sV -oO -v 192.168.0.1<br />
<br />
Starting Nmap 5.00 at 2009-11-04 19:10 Pakistan Standard Tim<br />
e<br />
NSE: Loaded 3 scripts for scanning.<br />
Initiating Ping Scan at 19:10<br />
Scanning 192.168.0.1 [4 ports]<br />
Completed Ping Scan at 19:10, 0.36s elapsed (1 total hosts)<br />
Initiating Parallel DNS resolution of 1 host. at 19:10<br />
Completed Parallel DNS resolution of 1 host. at 19:10, 0.04s elapsed<br />
Initiating SYN Stealth Scan at 19:10<br />
Scanning 192.168.0.1 [1000 ports]<br />
Discovered open port 22/tcp on 192.168.0.1<br />
Discovered open port 23/tcp on 192.168.0.1<br />
Completed SYN Stealth Scan at 19:10, 6.40s elapsed (1000 total ports)<br />
Initiating Service scan at 19:10<br />
Scanning 2 services on 192.168.0.1<br />
Completed Service scan at 19:10, 7.56s elapsed (2 services on 1 host)<br />
NSE: Script scanning 192.168.0.1.<br />
NSE: Script Scanning completed.<br />
Host 192.168.0.1 is up (0.043s latency).<br />
Interesting ports on 192.168.0.1:<br />
Not shown: 996 closed ports<br />
<b> PORT     STATE    SERVICE     VERSION<br />
22/tcp   open     tcpwrapped<br />
23/tcp   open     telnet?<br />
1720/tcp filtered H.323/Q.931<br />
5060/tcp filtered sip </b> <br />
1 service unrecognized despite returning data. If you know the service/version,<br />
please submit the following fingerprint at<br />
SF-Port23-TCP:V=5.00%I=7%D=11/4%Time=4AF18B47%P=i686-pc-windows-windows%r(<br />
SF:NULL,37,&quot;\r\nError:All\x20user\x20interfaces\x2  0are\x20used,\x20please\<br />
SF:x20try\x20later!&quot;)%r(GenericLines,37,&quot;\r\nError  :All\x20user\x20interfac<br />
SF:es\x20are\x20used,\x20please\x20try\x20later!&quot;)  %r(GetRequest,37,&quot;\r\nEr<br />
SF:ror:All\x20user\x20interfaces\x20are\x20used,\x  20please\x20try\x20later<br />
SF:!&quot;)%r(HTTPOptions,37,&quot;\r\nError:All\x20user\x20  interfaces\x20are\x20use<br />
SF:d,\x20please\x20try\x20later!&quot;)%r(RTSPRequest,3  7,&quot;\r\nError:All\x20user<br />
SF:\x20interfaces\x20are\x20used,\x20please\x20try  \x20later!&quot;)%r(RPCCheck,<br />
SF:223,&quot;\xff\xfb\x01\xff\xfb\x01\xff\xfb\x01\xff\x  fb\x03\xff\xfd\x18\xff\x<br />
SF:fd\x1f\r\n\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\  *\*\*\*\*\*\*\*\*\*\*\*\<br />
SF:*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*  \*\*\*\*\*\r\n\*\x20\x20<br />
SF:\x20\x20\x20\x20\x20\x20\x20\x20\x20All\x20righ  ts\x20reserved\x20\(2000<br />
SF:-2007\)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20  \x20\x20\x20\x20\*\r<br />
SF:\n\*\x20\x20\x20\x20\x20\x20\x20Without\x20the\  x20owner's\x20prior\x20w<br />
SF:ritten\x20consent,\x20\x20\x20\x20\x20\x20\x20\  x20\*\r\n\*\x20no\x20dec<br />
SF:ompiling\x20or\x20reverse-engineering\x20shall\x20be\x20allowed\.\x20\*<br />
SF:\r\n\*\x20Notice:\x20\x20\x20\x20\x20\x20\x20\x  20\x20\x20\x20\x20\x20\x<br />
SF:20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\  x20\x20\x20\x20\x20\x20\<br />
SF:x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20  \x20\x20\x20\x20\x20\x20<br />
SF:\*\r\n\*\x20\x20\x20\x20\x20\x20This\x20is\x20a  \x20private\x20communica<br />
SF:tion\x20system\.\x20\x20\x20\x20\x20\x20\x20\x2  0\x20\x20\x20\x20\*\r\n\<br />
SF:*\x20\x20\x20Unauthorized\x20access\x20or\x20us  e\x20may\x20lead\x20to\x<br />
SF:20prosecution\.\x20\x20\x20\*\r\n\*\*\*\*\*\*\*  \*\*\*\*\*\*\*\*\*\*\*\*<br />
SF:\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\  *\*\*\*\*\*\*\*\*\*\*\*\<br />
SF:*\*\*\*\*\r\n\r\n\r\nLogin\x20authentication\r\  n\r\n\r\nUsername:&quot;)%r(D<br />
SF:NSVersionBindReq,37,&quot;\r\nError:All\x20user\x20i  nterfaces\x20are\x20used<br />
SF:,\x20please\x20try\x20later!&quot;)%r(DNSStatusReque  st,37,&quot;\r\nError:All\x20<br />
SF:user\x20interfaces\x20are\x20used,\x20please\x2  0try\x20later!&quot;)%r(Help,<br />
SF:37,&quot;\r\nError:All\x20user\x20interfaces\x20are\  x20used,\x20please\x20tr<br />
SF:y\x20later!&quot;)%r(SSLSessionReq,37,&quot;\r\nError:All  \x20user\x20interfaces\x<br />
SF:20are\x20used,\x20please\x20try\x20later!&quot;);<br />
<br />
Read data files from: C:\nmap-5.00<br />
Service detection performed. Please report any incorrect results at <br />
org/submit/ .<br />
Nmap done: 1 IP address (1 host up) scanned in 16.25 seconds<br />
           Raw packets sent: 1174 (51.632KB) | Rcvd: 1162 (46.500KB)
			
			<hr />
		</td>
	</tr>
	</table>
</div>Another nmap OS fringerprint scan shows<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				Starting Nmap 5.00 (]Nmap - Free Security Scanner For Network Exploration &amp; Security Audits.] ) at 2009-11-04 19:31 Pakistan Standard Ti<br />
e<br />
NSE: Loaded 0 scripts for scanning.<br />
Initiating Ping Scan at 19:31<br />
Scanning 192.168.0.1 [4 ports]<br />
Completed Ping Scan at 19:31, 0.38s elapsed (1 total hosts)<br />
Initiating Parallel DNS resolution of 1 host. at 19:31<br />
Completed Parallel DNS resolution of 1 host. at 19:31, 0.04s elapsed<br />
Initiating SYN Stealth Scan at 19:31<br />
Scanning 192.168.0.1 [1000 ports]<br />
Discovered open port 23/tcp on 192.168.0.1<br />
Discovered open port 22/tcp on 192.168.0.1<br />
Completed SYN Stealth Scan at 19:31, 7.45s elapsed (1000 total ports)<br />
Initiating OS detection (try #1) against 192.168.0.1<br />
Retrying OS detection (try #2) against 192.168.0.1<br />
Host 192.168.0.1 is up (0.039s latency).<br />
Interesting ports on 192.168.0.1:<br />
Not shown: 996 closed ports<br />
PORT     STATE    SERVICE<br />
22/tcp   open     ssh<br />
23/tcp   open     telnet<br />
1720/tcp filtered H.323/Q.931<br />
5060/tcp filtered sip<br />
<b> Device type: switch|WAP<br />
Running (JUST GUESSING) : HP embedded (88%), D-Link embedded (86%), TRENDnet em<br />
edded (86%), 3Com embedded (86%)<br />
Aggressive OS guesses: HP 4000M ProCurve switch (J4121A) (88%), D-Link DWL-624+<br />
or DWL-2000AP, or TRENDnet TEW-432BRP WAP (86%), 3Com 8810 switch (86%)<br />
No exact OS matches for host (test conditions non-ideal). </b><br />
TCP Sequence Prediction: Difficulty=18 (Good luck!)<br />
IP ID Sequence Generation: Busy server or unknown class<br />
			
			<hr />
		</td>
	</tr>
	</table>
</div><br />
Telneting this machine gives the banner<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<br />
<br />
<br />
**************************************************  *********<br />
*           All rights reserved (2000-2007)               *<br />
*       Without the owner's prior written consent,        *<br />
* no decompiling or reverse-engineering shall be allowed. *<br />
* Notice:                                                 *<br />
*      This is a private communication system.            *<br />
*   Unauthorized access or use may lead to prosecution.   *<br />
**************************************************  *********<br />
<br />
<br />
Login authentication<br />
<br />
<br />
Username:<br />
			
			<hr />
		</td>
	</tr>
	</table>
</div>Neotrace gives the following output<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<br />
Map<br />
<br />
<br />
Node Data<br />
Node	Net	Reg	IP Address	Location		Node Name<br />
1	-	-	 192.168.1.x<br />
2	1	-	 192.168.1.1	-		<br />
3	2	-	 116.71.208.1	-		<br />
4	2	-	 116.71.241.245	-		<br />
5	3	-	 221.120.253.41	-		rwp44.pie.net.pk<br />
6	3	-	 221.120.253.10	-		rwp44.pie.net.pk<br />
7	1	-	 192.168.0.1	-		<br />
Packet Data<br />
Node	High	Low	Avg	Total	Lost<br />
1	0	0	0	1	0<br />
2	25	25	25	1	0<br />
3	135	135	135	1	0<br />
4	44	44	44	1	0<br />
5	37	37	37	1	0<br />
6	36	36	36	1	0<br />
7	38	38	38	1	0<br />
Network Data<br />
Network id#:1<br />
<br />
OrgName:    Internet Assigned Numbers Authority <br />
OrgID:      IANA<br />
Address:    4676 Admiralty Way, Suite 330<br />
City:       Marina del Rey<br />
StateProv:  CA<br />
PostalCode: 90292-6695<br />
Country:    US<br />
<br />
<br />
Network id#:2<br />
<br />
OrgName:    Asia Pacific Network Information Centre <br />
OrgID:      APNIC<br />
Address:    PO Box 2131<br />
City:       Milton<br />
StateProv:  QLD<br />
PostalCode: 4064<br />
Country:    AU<br />
<br />
<br />
Network id#:3<br />
<br />
OrgName:    Asia Pacific Network Information Centre <br />
OrgID:      APNIC<br />
Address:    PO Box 2131<br />
City:       Milton<br />
StateProv:  QLD<br />
PostalCode: 4064<br />
Country:    AU<br />
			
			<hr />
		</td>
	</tr>
	</table>
</div>I think that the ip addresses 192.168.x.x are private addresses and are non-routable (meaning you shouldn't be able to access these addresses if they are not from your internal network). As the traceroute shows that the machine is behind the PIE and it seems to be quite well setup.<br />
<br />
I am trying to investigate the machine on my own but have got no ideas how to proceed further <b> What could this machine be any wild guesses?</b>  and one more thing you people should also try probing this machine and make sure not to confuse your own router with it :-)</div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/pentesting/">Pentesting</category>
			<dc:creator>generaluser</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/pentesting/28370-strange-ip-address-my-network.html</guid>
		</item>
		<item>
			<title>To Disable the IPS or not?</title>
			<link>http://forums.remote-exploit.org/pentesting/28357-disable-ips-not.html</link>
			<pubDate>Wed, 04 Nov 2009 00:13:25 GMT</pubDate>
			<description>Something interesting just came up when I was talking to a friend of mine - we were discussing a penetration for PCI compliance, and the topic of IPS...</description>
			<content:encoded><![CDATA[<div>Something interesting just came up when I was talking to a friend of mine - we were discussing a penetration for PCI compliance, and the topic of IPS came up.<br />
<br />
The lengthy argument was profuse and emphatic, but the same basic question (I feel) has to be asked:<br />
<br />
During a PCI test (or any other), should one request the client turn off the IPS*? The two main arguments that I can see are:<br />
<br />
No. The attacker wouldn't be able to get that turned off, why should you.<br />
Yes. What if the attacker gets lucky and finds the IPS on the day it's failed - at least this way you can ensure you are not vulnerable.<br />
<br />
So I put it to the rest of you, should the IPS be turned off for the pentester, or should it be left on?<br />
<br />
*Turning it into IDS mode for that IP would be acceptable, the concern is the prevention part of the IPS.</div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/pentesting/">Pentesting</category>
			<dc:creator>Gitsnik</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/pentesting/28357-disable-ips-not.html</guid>
		</item>
		<item>
			<title>target is linux. tftp help?</title>
			<link>http://forums.remote-exploit.org/pentesting/28328-target-linux-tftp-help.html</link>
			<pubDate>Tue, 03 Nov 2009 02:03:26 GMT</pubDate>
			<description><![CDATA[I'm doing a lab at home via vmware.  My attacker is BackTrack (of course) and my target is linux slackware.  So far I have only been able to get as...]]></description>
			<content:encoded><![CDATA[<div>I'm doing a lab at home via vmware.  My attacker is BackTrack (of course) and my target is linux slackware.  So far I have only been able to get as far as logging onto it's ftp as anonymous (nothing really useful in there) and able to connect to the target via tftp.  I'm still quite new to pen-testing so I'm not sure what I could do with this tftp access.  I see that I am able to run commands such as &quot;get&quot; and &quot;put&quot;.  I was able (i think) to copy netcat over to the target but not sure how I can connect to the target via netcat.  Since I don't have access to the target yet, I can't start a listener on the box (unless one of you know a way).  If I could start a listener then I assume the best bet would be to retrieve the /bin/bash with the nc -e option.  The following are the ports which are open.  *this is all on my personal lab, just an fyi*<br />
<br />
21 – ftp – vsftpd 2.0.4<br />
22 – ssh – OpenSSH 4.3<br />
80 – http – Apache httpd 2.2.4 mod_ssl/2.2.4 OpenSSL/0.9.8b DAV/2<br />
631 – ipp – CUPS 1.1<br />
<br />
Thanks for any help or a push in the right direction.</div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/pentesting/">Pentesting</category>
			<dc:creator>kungfusurfer</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/pentesting/28328-target-linux-tftp-help.html</guid>
		</item>
		<item>
			<title>sudo is not your friend</title>
			<link>http://forums.remote-exploit.org/pentesting/28298-sudo-not-your-friend.html</link>
			<pubDate>Mon, 02 Nov 2009 08:37:08 GMT</pubDate>
			<description>Considering the advent of Ubuntu systems, and our own precious Backtrack rolling that particular way, I thought I would do an early release of a tool...</description>
			<content:encoded><![CDATA[<div>Considering the advent of Ubuntu systems, and our own precious Backtrack rolling that particular way, I thought I would do an early release of a tool I have been working on for a while - partly because it may benefit the community, and mostly because my expect skills are not as strong as they used to be and I can't get this operational.<br />
<br />
The basic premise is thus: Ubuntu is secure right? You don't run as admin and any malware that access' your desktop can only wipe your stuff, not the system (as if this is <b>less</b> important to me, but it illustrates the need for good backups). You use sudo to run you nmap scans or maybe start your airodump script, so you're safe. Right?<br />
<br />
<b>Wrong</b><br />
<br />
The key to this puzzle is, in fact, the very tool people use to keep themselves safe. Some notes on sudo basics:<ul><li>&quot;sudo -s&quot;, &quot;sudo sh&quot; or &quot;sudo su -&quot; or variants will grant you a root shell.</li>
<li>sudo grants you a small amount of time before it &quot;expires&quot;, which means you only have to type your password once and you have a while to run root commands at your hearts content</li>
<li>sudo is not tied to a single console, you can open 18 different Xterms and run it just fine</li>
</ul>A, well, flaw I noticed in sudo (if it can be called thus) resides in the 3rd point - sudo does not actually check what console I am operating in. If I am on my desktop, and I type &quot;sudo nc -l 5&quot;, anyone who is ssh'd into my box can then type &quot;sudo ./install_rootkit.sh&quot;. Further, I can write an expect script (as yet unpublished), to attempt this command (or another such as &quot;sudo -s&quot; for as long as I like) - while the password is being requested, sudo seems to fail to report the attempt (perhaps this is a logging feature I have merely never noticed).<br />
<br />
The upside of this? A pentester, or anyone else really, can abuse the sudo powers to gain root on a linux desktop (or server) as easily as if it were vulnerable to sock_sendpage(). The only thing required is some patience.<br />
<br />
A note to anyone who wants to try a PoC for this: I presume that my cron/expect combination is not setting up a proper environment, so doing it that way is not a choice. But there is nothing that stops one from running it &amp; and just waiting.<br />
<br />
And you thought malware couldn't hurt you.<br />
<br />
Implementation I leave up to those of you who have coding practice, but please feel free to PM me a sample code block if you have written one.</div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/pentesting/">Pentesting</category>
			<dc:creator>Gitsnik</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/pentesting/28298-sudo-not-your-friend.html</guid>
		</item>
		<item>
			<title>Pentesting Ethics (When is enough, enough?)</title>
			<link>http://forums.remote-exploit.org/pentesting/28266-pentesting-ethics-when-enough-enough.html</link>
			<pubDate>Sun, 01 Nov 2009 07:38:37 GMT</pubDate>
			<description>So I worked a temp job at a college help desk for a couple of weeks. During the lulls in calls, I began poking around the campus network. Nothing...</description>
			<content:encoded><![CDATA[<div>So I worked a temp job at a college help desk for a couple of weeks. During the lulls in calls, I began poking around the campus network. Nothing intrusive, just a few pings and traceroutes at first. However, as the days went on I became so bored I started mapping the entire network and doing my own security audit of the college. At the end of the two weeks I had a page and a half list of all the problems with the &quot;security&quot; they had implemented. Being the ethical guy I am, I sent the list to the head of the department. Fast forward two months and three emails later, and they've done nothing. Not even the simplest things on the list, like password protect your network printers if your going to use a 1to1 nat and not use acl's to block external access. Personally I wouldn't mess with the network because there's no challenge in it, but I'm to the point where I think these lazy/incompetent admins should be taught a lesson. At the same time I feel bad for the students/faculty that have these morons &quot;protecting&quot; their data. So I'm gonna put it to a vote. <br />
Should I post all the info I obtained? <br />
Should I email the Dean and explain why he should fire these idiots? <br />
Should I email everyone in the student/faculty directory telling them their data isn't safe? <br />
Should I do nothing and let their current security through obscurity model stand?<br />
Should I post this in a different forum where someone might care?</div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/pentesting/">Pentesting</category>
			<dc:creator>sociopathichaze</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/pentesting/28266-pentesting-ethics-when-enough-enough.html</guid>
		</item>
		<item>
			<title>BoF Exploit Windows XP SP0</title>
			<link>http://forums.remote-exploit.org/pentesting/28263-bof-exploit-windows-xp-sp0.html</link>
			<pubDate>Sun, 01 Nov 2009 04:34:56 GMT</pubDate>
			<description>Hi, 
 
Sorry for double-posting in the other thread! I missed the fact that my posts have to be approved by a mod and thought my first post would...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Sorry for double-posting in the other thread! I missed the fact that my posts have to be approved by a mod and thought my first post would have been lost. <br />
<br />
I have the task to demonstrate a buffer overflow with Windows XP (NO service pack installed). There are several tutorials on how to do this on the net. So I just wrote some vulnerable piece of C++ server code including:<br />
<br />
char test[20];<br />
...<br />
strcpy( test, attackerstring);<br />
<br />
where &quot;attackerstring&quot; is the ordinary much too long string passed by the client (some hundred &quot;A&quot; characters). The BoF seems to work and will crash the application. I am also able to overwrite both EAX and ECX (take a look at the screenshot below). However, I am not able to overwrite the crucial EIP, regardless how ridiculously long the string of &quot;A&quot; characters is. 100 do not work, 500 do not work, 2000+ do not work. It doesn't help either to let OllyDbg pass the exception to my programme.<br />
<br />
SCREENSHOT: img101.imageshack.us/img101/5986/ollydbg.jpg<br />
<br />
The exploit is running on VMWare Player 2.53 &amp; Windows XP SP 0. All tutorials and forum posts I have browsed require me to access the EIP. Does anybody have an idea why it is not working for me? I'm really despaired by now.<br />
<br />
Thanks for your efforts, m.</div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/pentesting/">Pentesting</category>
			<dc:creator>mayfly</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/pentesting/28263-bof-exploit-windows-xp-sp0.html</guid>
		</item>
		<item>
			<title>BeEF Zombies</title>
			<link>http://forums.remote-exploit.org/pentesting/28194-beef-zombies.html</link>
			<pubDate>Fri, 30 Oct 2009 17:13:03 GMT</pubDate>
			<description>I am having an issue using the latest version of BeEF. I have set the alert dialogue to autorun and the logs are showing the different IPs as...</description>
			<content:encoded><![CDATA[<div>I am having an issue using the latest version of BeEF. I have set the alert dialogue to autorun and the logs are showing the different IPs as connected. Also, the alert dialogue box is being displayed on the victims. However, they never show up as a Zombie. I know it takes some time to be displayed, but waiting up to five minutes and still no zombies. I am testing using mutillidae on a windows XP SP2 VM and backtrack 4 pre-final running the latest version of BeEF. I have tried IE 6 as well as various versions of FireFox. I do not have any add-ons like no script installed and javascript is enabled on both browsers. Any idea why the Zombies section is not being populated?<br />
<br />
Nevermind, I was too quick to post. Turned off autorun and now the zombies are showing up.</div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/pentesting/">Pentesting</category>
			<dc:creator>wasto</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/pentesting/28194-beef-zombies.html</guid>
		</item>
	</channel>
</rss>
