<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Visual Basic Senuke Clone</title>
	<atom:link href="http://vb6nuke.net-sos.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://vb6nuke.net-sos.info</link>
	<description>Black Hat tool developing tip blog</description>
	<lastBuildDate>Mon, 05 Jul 2010 10:25:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tip for Magic Submitter</title>
		<link>http://vb6nuke.net-sos.info/2010/07/05/tip-for-magic-submitter/</link>
		<comments>http://vb6nuke.net-sos.info/2010/07/05/tip-for-magic-submitter/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 09:29:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BH]]></category>
		<category><![CDATA[magic submitter c#]]></category>

		<guid isPermaLink="false">http://vb6nuke.net-sos.info/2010/07/05/tip-for-magic-submitter/</guid>
		<description><![CDATA[Still there is no Documentation for C# in Magic Submitter, but there is sample of it. It can be found in bukisa.com Article directory registration panel.
Sample Below:
string str = ie.Labels[4].Text;
str = str.Replace(&#8221; &#8220;, &#8220;&#8221;).Replace(&#8220;?&#8221;, &#8220;&#8221;).Replace(&#8220;=&#8221;, &#8220;&#8221;);
if (str.Contains(&#8220;+&#8221;) == true)
{
string[] st = str.Split(new char[] { &#8216;+&#8217; });
int a = 0;
int b=0;
int.TryParse(st[0], out a);
int.TryParse(st[1], out b);
int result [...]]]></description>
			<content:encoded><![CDATA[<p>Still there is no Documentation for C# in Magic Submitter, but there is sample of it. It can be found in bukisa.com Article directory registration panel.<span id="more-11"></span></p>
<p>Sample Below:</p>
<blockquote><p><em>string str = ie.Labels[4].Text;<br />
str = str.Replace(&#8221; &#8220;, &#8220;&#8221;).Replace(&#8220;?&#8221;, &#8220;&#8221;).Replace(&#8220;=&#8221;, &#8220;&#8221;);<br />
if (str.Contains(&#8220;+&#8221;) == true)<br />
{<br />
string[] st = str.Split(new char[] { &#8216;+&#8217; });<br />
int a = 0;<br />
int b=0;<br />
int.TryParse(st[0], out a);<br />
int.TryParse(st[1], out b);<br />
int result = a + b;<br />
processor.ieTypeText(&#8220;cptchfy&#8221;, result.ToString());<br />
}</em></p></blockquote>
<p>I found some commands and tried it C# code executer , and I&#8217;ve get error like this:</p>
<blockquote><p><em>1 Errors:<br />
Line: 23 &#8211; ; expected<br />
using System;<br />
using System.Windows.Forms;<br />
using System.Da&#8217;ta;<br />
using System.Xml;<br />
using csExWB;<br />
using WatiN.Core;<br />
using MagicSubmitter;<br />
using System.Reflection;<br />
using Sys|:em.l0;<br />
using System.Collections;<br />
using System.Text.RegularExpressions;<br />
namespace MagicSubmitter{<br />
public class WestWindScript MarshalByRef0bject,IRemotelnterface{<br />
public object Invoke(string lcMethod,object[] parms){<br />
return<br />
this.Ge&#8217;tType0 .Invol:eMember(|cMethod,BindingFlags.lnvokeMethod, nu<br />
ll,this,parms );<br />
}<br />
public object ExecuteCode(params object[] Parame&#8217;ters){<br />
Processor processor =(Processor)Parameters[0];<br />
IE ie: processonie;<br />
string Category = &#8220;&#8221; ;string filename: &#8220;&#8221; ; if (processor.submititem!=null)<br />
{Category =<br />
processondatamanager.GetCategoryVaIue(processor.profile.Profile_id,<br />
processor.current_service_id, processorsubmititemld);<br />
filename: processonsubmititem.GetFieldResultingValue(&#8220;Video<br />
File&#8221;);}string str = Request.RawUrI<br />
processor.ieTypeText(&#8220;eml&#8221;, str.ToString0);<br />
return null;}<br />
}}</em></p></blockquote>
<p>That shows what kind of classes are loaded. I&#8217;ll keep testing it, but this is all by now.</p>
]]></content:encoded>
			<wfw:commentRss>http://vb6nuke.net-sos.info/2010/07/05/tip-for-magic-submitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>START</title>
		<link>http://vb6nuke.net-sos.info/2010/06/30/start/</link>
		<comments>http://vb6nuke.net-sos.info/2010/06/30/start/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 12:30:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BH]]></category>

		<guid isPermaLink="false">http://vb6nuke.net-sos.info/?p=9</guid>
		<description><![CDATA[VB6 and liteSQL from Magic Submitter.
// Just a script samples , description later :///

Using the internet control is the easiest way. It can be found under components &#8220;Microsoft Internet Controls&#8221;.
If you are filling in forms, what you need to do is get its name on the source code.
name=&#8221;whatevername&#8221;
Login AutoFill Sample:
Code:
Private Sub Form_Load()
WebBrowser1.Navigate2 &#8220;http://yourSite.com&#8221;
End Sub
&#8216;txtUsername and [...]]]></description>
			<content:encoded><![CDATA[<p>VB6 and liteSQL from Magic Submitter.</p>
<p>// Just a script samples , description later :///</p>
<p><span id="more-9"></span></p>
<p>Using the internet control is the easiest way. It can be found under components &#8220;Microsoft Internet Controls&#8221;.</p>
<p>If you are filling in forms, what you need to do is get its name on the source code.</p>
<p>name=&#8221;whatevername&#8221;</p>
<p>Login AutoFill Sample:</p>
<p>Code:</p>
<p>Private Sub Form_Load()<br />
WebBrowser1.Navigate2 &#8220;http://yourSite.com&#8221;<br />
End Sub</p>
<p>&#8216;txtUsername and txt Password can be found<br />
&#8216;on the source code</p>
<p>Private Sub Command1_Click()<br />
With Webbrowser1<br />
.Document.All(&#8220;txtUsername&#8221;).Value = &#8220;yourusername&#8221;  &#8216;input username<br />
.Document.All(&#8220;txtPassword&#8221;).Value = &#8220;yourpassword&#8221;   &#8216;input password<br />
.Document.All(&#8220;btnLogin&#8221;).Click  &#8216;click the login button<br />
End With</p>
<p>End Sub</p>
<p>http://www.ag-software.com/SQLite.aspx</p>
<p>http://vbcity.com/forums/t/67569.aspx</p>
<p>http://www.bigresource.com/VB-Visual-Basic-and-SQLite-O0y0hbm8Kn.html#UYJxCaj4hp</p>
<p>////////</p>
<p>Private Declare Sub sqlite3_open Lib &#8220;SQLite3VB.dll&#8221; (ByVal FileName As String, ByRef handle As Long)<br />
Private Declare Sub sqlite3_close Lib &#8220;SQLite3VB.dll&#8221; (ByVal DB_Handle As Long)<br />
Private Declare Function sqlite3_last_insert_rowid Lib &#8220;SQLite3VB.dll&#8221; (ByVal DB_Handle As Long) As Long<br />
Private Declare Function sqlite3_changes Lib &#8220;SQLite3VB.dll&#8221; (ByVal DB_Handle As Long) As Long<br />
Private Declare Function sqlite_get_table Lib &#8220;SQLite3VB.dll&#8221; (ByVal DB_Handle As Long, _<br />
ByVal SQLString As String, ByRef ErrStr As String) As Variant()<br />
Private Declare Function sqlite_libversion Lib &#8220;SQLite3VB.dll&#8221; () As String &#8216; Now returns a BSTR<br />
Private Declare Function number_of_rows_from_last_call Lib &#8220;SQLite3VB.dll&#8221; () As Long</p>
<p>Private Function DBQuery(ByVal DBFile As String, ByVal QueryStr As String, ByRef ErrStr As String) As Long<br />
On Error GoTo ERR_TRAP<br />
Dim DB As Long<br />
Dim i As Long<br />
Dim mVar As Variant &#8216; Will hold our results<br />
Dim mV1 As Variant &#8216; Will be used to get each individual result<br />
Dim mErrStr As String<br />
Dim mStr As String<br />
Dim mRowCnt As Long<br />
Dim mCurColumn As String<br />
Dim LI As ListItem<br />
If QueryStr = &#8220;&#8221; Or DBFile = &#8220;&#8221; Then Exit Function<br />
sqlite3_open DBFile, DB<br />
If DB &gt; 0 Then<br />
mVar = sqlite_get_table(DB, QueryStr, mErrStr)<br />
If mErrStr &lt;&gt; &#8220;&#8221; Then<br />
ErrStr = mErrStr<br />
sqlite3_close DB<br />
Exit Function<br />
Else<br />
mRowCnt = number_of_rows_from_last_call<br />
If mRowCnt &gt; 0 Then<br />
For Each mV1 In mVar<br />
mStr = mV1<br />
If i = 0 Then<br />
mCurColumn = mStr<br />
lvResults.ColumnHeaders.Add , mCurColumn, mCurColumn<br />
Else<br />
If lvResults.ColumnHeaders.Count = 1 Then<br />
lvResults.ListItems.Add , , mStr<br />
ElseIf lvResults.ColumnHeaders.Count &gt; 1 Then<br />
Set LI = lvResults.ListItems(i)<br />
LI.SubItems(lvResults.ColumnHeaders.Count &#8211; 1) = mStr<br />
End If<br />
End If<br />
i = i + 1<br />
If i &gt; mRowCnt Then<br />
i = 0<br />
End If<br />
Next<br />
End If<br />
End If<br />
sqlite3_close DB<br />
End If<br />
DBQuery = lvResults.ListItems.Count<br />
Exit Function<br />
ERR_TRAP:<br />
ErrStr = Err.Description<br />
End Function</p>
<p>Afther finding this , I thought about SENUKE cloning&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://vb6nuke.net-sos.info/2010/06/30/start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

