<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://rushack.rusff.me/export.php?type=rss" rel="self" type="application/rss+xml" />
		<title>Forum Of The Hackers</title>
		<link>https://rushack.rusff.me/</link>
		<description>Forum Of The Hackers</description>
		<language>ru-ru</language>
		<lastBuildDate>Sun, 17 May 2020 15:15:26 +0300</lastBuildDate>
		<generator>MyBB/mybb.ru</generator>
		<item>
			<title>Hacking with Web Stress Tester (for Windows) program</title>
			<link>https://rushack.rusff.me/viewtopic.php?pid=4#p4</link>
			<description>&lt;p&gt;This program you can download from everyone site in Internet. Try open google,&lt;br /&gt;&lt;a href=&quot;http://google.com/search?q=download+WebStressTester&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://google.com/search?q=download+WebStressTester&lt;/a&gt;&lt;br /&gt;Requirements:&lt;br /&gt;1 GB RAM for each 100 threads&lt;br /&gt;100 kbps for each thread minimum&lt;br /&gt;10 kbps upload for each thread minimum&lt;/p&gt;
						&lt;p&gt;450 mbit/s attack maximum. &lt;br /&gt;If site located on free hosting, 1 threads and 1 client = 100 kbps&lt;br /&gt;If site located on simple hosting, 1 threads and 10 clients = 1000 kbps&lt;br /&gt;If site located on standard hosting, 10 threads and 20 clients = 20 mbps&lt;br /&gt;If site located on advanced hosting, 100 threads and 20 clients (200 mbps) + required&lt;/p&gt;
						&lt;p&gt;If site located on VDS hosting with fast internet connection (e.g. 1GB/s), your need start WebStressTester on your friends computers. You need 10+ friends for better attack. &lt;br /&gt;You can create botnet and add WebStressTester to your botnet (with hiding window)&lt;br /&gt;Read HowToDetermineHosting &amp;amp; HowToDetermineHostingPlan. &lt;/p&gt;
						&lt;p&gt;*mark: bytes in second&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Admin)</author>
			<pubDate>Sun, 17 May 2020 15:15:26 +0300</pubDate>
			<guid>https://rushack.rusff.me/viewtopic.php?pid=4#p4</guid>
		</item>
		<item>
			<title>Hacking with Google Chrome -  DDOS Attack</title>
			<link>https://rushack.rusff.me/viewtopic.php?pid=3#p3</link>
			<description>&lt;p&gt;1. Open site, where you will make attack with Google Chrome.&lt;br /&gt;2. Open Console, Right Button of the Mouse -&amp;gt; Inspect Element -&amp;gt; Console.&lt;br /&gt;3. Paste in console this code:&lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Code:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 4.5em&quot;&gt;&lt;pre&gt;function start_attack(){while (1) fetch(&#039;https://yoursite.com&#039;);return 0;}&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;Before pressing Enter, change yoursite.com to your site. &lt;br /&gt;4. Press Enter. &lt;br /&gt;5. Paste in console start_attack(); and press Enter!&lt;br /&gt;6. If your connection speed &amp;gt; site connection speed, site will be dropped&lt;br /&gt;If your connection speed &amp;lt; site connection speed, you have get error 502 &amp;quot;Bad Gateway&amp;quot;&lt;br /&gt;If you will attempt attack from proxy, your proxy can be dropped.&lt;br /&gt;Enjoy!&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Admin)</author>
			<pubDate>Sun, 17 May 2020 14:51:13 +0300</pubDate>
			<guid>https://rushack.rusff.me/viewtopic.php?pid=3#p3</guid>
		</item>
		<item>
			<title>Virus trick with MessageBox WinAPI function</title>
			<link>https://rushack.rusff.me/viewtopic.php?pid=2#p2</link>
			<description>&lt;p&gt;C++ code:&lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Code:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 16.5em&quot;&gt;&lt;pre&gt;
#include &amp;lt;windows.h&amp;gt;
int main(int argc, char** argv)
{
MessageBox(0, &amp;quot;Can not find mmgf.dll. Program can not be started! Error!&amp;quot;, &amp;quot;Error!&amp;quot;, MB_ICONERROR|MB_OK);
//TODO: Add you hacking code here

return 0;
}&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
						&lt;p&gt;Warning: you code must be short. User may be start task manager.&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Admin)</author>
			<pubDate>Sun, 17 May 2020 14:06:10 +0300</pubDate>
			<guid>https://rushack.rusff.me/viewtopic.php?pid=2#p2</guid>
		</item>
	</channel>
</rss>
