Showing posts with label Tips. Show all posts
Showing posts with label Tips. Show all posts

Tuesday, 30 July 2013

Chat with Friends through ms dos Command Prompt

1) All you need is your friend's IP Address and your Command Prompt.

2) Open Notepad and write this code as it is.....!

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A


3) Now save this as "Messenger.Bat".


4) Open Command Prompt.


5) Drag this file (.bat file) over to Command Prompt and press 
Enter.


6) Now, type the IP Address of the computer you want to contact and press enter


7) Now all you need to do is type your message and press Enter.Start Chatting.......!

Share for anyone..........................

Repairing Windows XP in Eight Commands

Windows could not start because the following file is missing or corrupt:

\\WINDOWS\\SYSTEM32\\CONFIG\\SYSTEM

You can attempt to repair this file by starting Windows Setup
using the original Setup CD-ROM.

Select ‘R’ at the first screen to start repair.

Which renders your PC inaccessible from the standard boot procedures of Windows XP. You try safe mode, to no avail. You’re particularly savvy and try issuing the FIXBOOT and FIXMBR commands in the Windows recovery console, but after each reboot, you’re merely greeted with the same obnoxious and terrifying blue screen of death that’s preventing you from accessing your precious data.

Perhaps you’ve also seen these error screens:

Windows NT could not start because the below file is missing or corrupt:

X:\\WINNT\\System32\\Ntoskrnl.exe
_________________

Windows NT could not start because the below file is missing or corrupt:

X:\\WINNT\\System32\\HAL.dll
_________________

NTLDR is Missing
Press any key to restart
_________________

Invalid boot.ini
Press any key to restart



Allow me to build tension by prefacing the end-all/be-all solution with my background: Having worked for the now-incorporated Geek Squad branch of Best Buy Corporation for the better part of eight months, I have seen dozens upon dozens of systems come through our department with any one of these errors, brought in by customers who are afraid they did something, have a virus, or are in jeopardy of losing their data. Prior to my discovery of an invaluable sequence of commands, our standard procedure was to hook the afflicted drive to an external enclosure, back up a customer’s data and then restore the PC with the customer’s restore discs or an identical copy of Windows with the customer’s OEM license key. If the customer wasn’t keen on the applicable charges for the data backup, we informed them of the potential risks for a Windows repair installation (Let’s face it, they don’t always work right), had them sign a waiver, and we did our best.

Neither of these procedures are cheap in the realm of commercial PC repair, nor do they inspire a tremendous level of confidence in the technician or the hopeful client.

In an effort to expedite our repair time and retain the sanity of myself and other technicians, I received permission to undertake a case study on a variety of PCs currently in service that exhibited any of the aforementioned symptoms, and I took it upon myself to find a better solution. After crawling through the MSKB, Experts Exchange, MSDN and sundry websites all extolling the virtues of a solution to these problems, I only found one that worked, and it has been reliably serving me for the better part of two weeks on seventeen PCs to date. The process is simple: Get to the Windows Recovery Console for your particular Windows installation, navigate to the root letter of your installation (C: in most cases), issue eight commands, and reboot. The cornerstone of this process is a command called “BOOTCFG /Rebuild” which is a complete diagnostic of the operating system loaded into the recovery console; the purpose of the command is to remove/replace/repair any system files that were preventing the operating system from loading correctly. Amongst the files it fixes are:

Windows Hardware Abstraction Layer (HAL)
Corrupt registry hives (\\WINDOWS\\SYSTEM32\\CONFIG\\xxxxxx)
Invalid BOOT.INI files
A corrupt NTOSKRNL.EXE
A missing NT Loader (NTLDR)
The command process may apply to other types of blue screens or Hive/HAL/INI/EXE/DLL-related stop errors, but I have not had the luxury of computers in this type of disrepair. The process I am about to outline is virtually harmless, and if you feel you may be able to correct your PC’s boot-time blue screens and stop errors with the sequence, feel free to try. Let us now begin with a step-by-step instruction for correcting these issues.

GETTING TO THE WINDOWS RECOVERY CONSOLE
Insert your Windows XP CD into your CD and assure that your CD-ROM drive is capable of booting the CD. Configuring your computer to boot from CD is outside of the scope of this document, but if you are having trouble, consult Google for assistance.
Once you have booted from CD, do not select the option that states: “Press F2 to initiate the Automated System Recovery (ASR) tool.” You’re going to proceed until you see the following screen, at which point you will press the “R” key to enter the recovery console:

After you have selected the appropriate option from step two, you will be prompted to select a valid Windows installation (Typically number “1″). Select the installation number, (As mentioned, “1″ in most cases), and hit enter. If there is an administrator password for the administrator account, enter it and hit enter. You will be greeted with this screen, which indicates a recovery console at the ready:

PROCEEDING WITH THE REPAIR FUNCTIONS
There are eight commands you must enter in sequence to repair any of the issues I noted in the opening of this guide. I will introduce them here, and then show the results graphically in the next six steps. These commands are as follows:
C: CD ..
C: ATTRIB -H C:\\boot.ini
C:ATTRIB -S C:\\boot.ini
C:ATRIB -R C:\\boot.ini
C: del boot.ini
C: BOOTCFG /Rebuild
C: CHKDSK /R /F
C: FIXBOOT
To “Go up a directory” in computing is to revert back to the directory above the current folder you’re operating in. If, for example, I’m in the C:WINDOWSSYSTEM32 directory, and I want to get at a file in the WINDOWS directory, I would merely type CD .. and I would be taken out of the SYSTEM32 folder and up one level to WINDOWS. We’re going to do the same thing here from the WINDOWS folder to get to the basic root of C:

Now that we are at C: we can begin the process of repairing the operating system
and that begins with modifying the attributes of the BOOT.INI file. Briefly, BOOT.INI controls what operating systems the Windows boot process can see, how to load them, and where they’re located on your disk. We’re going to make sure the file is no longer hidden from our prying eyes, remove the flag that sets it as an undeletable system file, and remove the flag that sets it as a file we can only read, but not write to. To do this, we will issue three commands in this step:

C:ATTRIB -H C:\\BOOT.INI
C:ATTRIB -R C:\\BOOT.INI
C:ATTRIB -S C:\\BOOT.INI
to remove the Hidden, System and Read Only flags.

Now that we’ve modified the attributes for the BOOT.INI file, it’s up for deletion. The syntax for it is simple: { DEL | FILE NAME }, e.g., C:DEL BOOT.INI deletes the BOOT.INI file.

Now for the most important step of our process, the BOOTCFG /REBUILD command which searches for pre-existing installations of Windows XP and rebuilds sundry essential components of the Windows operating system, recompiles the BOOT.INI file and corrects a litany of common Windows errors. It is very important that you do one or both of the following two things: First, every Windows XP owner must use /FASTDETECT as an OS Load Option when the rebuild process is finalizing. Secondly, if you are the owner of a CPU featuring Intel’s XD or AMD’s NX buffer overflow protection, you must also use /NOEXECUTE=OPTIN as an OS Load Option. I will demonstrate both commands for the purpose of this guide, but do not set NOEXECUTE as a load option if you do not own one of these CPUs. For the “Enter Load Identifier” portion of this command, you should enter the name of the operating system you have installed. If, for example, you are using Windows XP Home, you could type “Microsoft Windows XP Home Edition” for the identifier. This gives the process some authenticity, if you’re keen on being a perfectionist.

This step verifies the integrity of the hard drive containing the Windows XP installation. While this step is not an essential function in our process, it’s still good to be sure that the drive is physically capable of running windows, in that it contains no bad sectors or other corruptions that might be the culprit. No screenshot necessary here! Just type CHKDSK /R /F at the C:> prompt. Let it proceed; it could take in excess of 30 minutes on slower computers, when this is finished move on to the seventh and final step.

This last step also requires no screenshot. When you are at the C:> prompt,
simply type FIXBOOT. This writes a new boot sector to the hard drive and cleans up all the loose ends we created by rebuilding the BOOT.INI file and the system files. When the Windows Recovery Console asks you if you are “Sure you want to write a new bootsector to the partition C: ?” just hit “Y,” then enter to confirm your decision.

RESULTS AND WRAP-UP
It’s time to reboot your PC by typing EXIT in the Windows Recovery Console and confirming the command with a stroke of the enter key. With any luck, your PC will boot successfully into Windows XP as if your various DLL, Hive, EXE and NTLDR errors never existed. You’ve just saved yourself from many hours of work, frustration, potential data loss and shelling out your hard-earned greenbacks at a brick’n'mortar operation.

Monday, 8 July 2013

Torrent Speed up Tips (real tips not fake understand and learn)

Torrent Client Configuration



In order to apply these tips you need to know your maximum up- and download speed. You can test your bandwidth over  here (stop all download activity while testing).  

Also make sure that you applied the tips provided in our previous posts.  Note that there’s a huge difference between kb/s (kilobits/second) and kB/s (kilobytes/second). To be  precise, kB/s = kb/s divided by 8. In this tutorial we use kB/s (like most torrent clients do). This means that you  might need to calculate your max speed in kB/s yourself if  the speedtest only gives you the results in kb\s (so divide by
8 then).  

 Settings 1-4 can be found in the options, settings or
preference tab of most torrent clients.


1. Maximum upload speed
Probably the most important setting there is. Your
connection is (sort of) like a pipeline, if you use you
maximum upload speed there’s not enough space left for the
files you are downloading. So you have to cap your upload
speed. Use the following formula to determine your optimal
upload speed…
80% of your maximum upload speed
So, if your maximum upload speed is 40 kB/s, the optimal
upload rate is 32kB/s
But keep seeding!

2. Maximum download speed
Although setting your maximum download speed to
unlimited may sound interesting, in reality it will only hurt
your connection. If you still want to be able to browse
properly, set your maximum download speed to:
95% of your maximum download speed
so if your maximum download speed is 400 kB/s, the
optimal download speed is 380kB/s

 3. Maximum connected peers per torrent 
Yet another setting that you don’t want to max out. I
experimented quite a lot with the max connected peers
settings and came to the conclusion that both high and low
number hurt the download speed of a torrent. The following
setting worked best for me.
upload speed * 1.3
so, if your maximum upload speed is 40 kB/s, the optimal
amount of connected peers per torrent is
40 * 1.3 = 52
I didn’t noticed a difference for fast or slow connections here.

4. Maximum upload slots 
  1 + (upload speed / 6)
So, if your maximum upload speed is 30 kB/s, the optimal
number of upload slots is
1 + (30 / 6) = 6

5. Usenet  
Usenet is an alternative to BitTorrent and considered to be
the most “private” way to share files. In other words, no
MPAA or RIAA watching your back. It is fast, has a lot of
content and amazing download speeds without having to
configure your download client.
The biggest disadvantage is that high speed Usenet servers
are not free. You need at least some kind of paid subscription
plan to be able to get decent speeds on Usenet. For some
people this is not a problem, their argument often is that
they already pay a lot of money for high speed broadband
access, so why not pay a little extra to get the best speeds out
of it.

 

Friday, 5 July 2013

How To Download from 4shared Without Login and Without Waiting Time ?

4shared  is the site file storage provider on the Internet coming from Ukraine that was founded in 2005  by Alex Lunkov and Sergey Chudnovsky. 4shared has approximately 5,300,234 users, 11,000,222 daily visits, files stored in 4shared approximately 940TB and 317TB download files every day.
Because of its simplicity, 4shared become a favorite site for the storage of internet users today. However 4shared still has shortcomings, which must be signed and wait a few seconds to download it if we do not have a premium account.
Today we are going to show you How To Download from 4shared Without Login and Without Waiting Time ?.So you can save your time to a large extent.This trick has been tested by us and confirmed its fine working.So let’s Start ?
Well we will explain how.

Follow the below steps:

  • First of all find out the download link of the file you want to download from 4shared.
It may be like this : https://www.4shared.com/rar/gEfNIZgi/Full_Album_JKT48.htm  [example]

  • Then you only have to do is to replace the address ' https://www. ' with ' http://4server.info/download/
  • So the final address will be like this :
http://4server.info/download/4shared.com/rar/gEfNIZgi/Full_Album_JKT48.htm

  • Then place the final address in the address bar of your browser (chrome / Firefox) and hit ENTER.
  • WOW…….The file is downloading without any waiting or login……..

Tuesday, 19 March 2013

Airtel 3G Unlimited GPRS Trick And Hack With Fastest Proxy 2013

Follow the Instructions Below :-
  1. Create A New Airtel Manual Settings
  2. Apn : airtelgprs.com
  3. Proxy : 208.77.23.4
  4. Port : 80
  5. Home Page : fb.me
  6. If Its Not Working Try live.airtelworld.com
  7. ....... read more click here 

CRETE ACCOUNT LOGIN AND READ REST OF THE TRICK 

Tuesday, 19 February 2013

Explanation of internet logs and VPN's/VPS's

Okay so there has been a LOT of misconceptions, half-truth's, and flat out lies concerning internet logs, VPN's, VPS's and YOUR anonymity.

What I plan on covering in this :

  • What exactly are logs?
  • What information is logged?
  • How does that information link to you?

The safety and details of (clearing all misconceptions):
  • Google
  • Websites
  • ISP
  • VPN'S
  • VPS's
  • Proxies
Other logs and risks.
Questions/Answers

Alright so lets get started :)

What exactly are logs?
Now this is a simple question with a very complicated answer.

What exactly are logs? Well they are obviously records, chances are they are on what you have been up to! (the simple answer).

Logs are created by a computer service or program to record "events". Events can be a rather large list of things : From you turning the computer on, to you typing and saving a text file, to someone connecting to your computer.

Lets make a text diagram shall we ?
a basic opening of an application.

(your input) --> (the system)-->(application)-->result

Input : You click it.
System: Gets the event's "mouse clicks here"->"Application is here"->"open application".
Application: gets the event's "Start loading code"->"Started code"->"Done loading check if loaded correctly"

Now for each of these events (except for perhaps the mouse click) there is a new log created.

an example of a log would look like
PHP Code:
date[20013, Jan 1] Time 21:02  :
Action :: Application Virginity was started by user $4EverAlone ;
  date[20013, Jan 1] Time 21:07  :
Action :: Application Virginity Loaded by user $4EverAlone ;
date[20013, Jan 1] Time 21:07  :
Action :: Application Virginity ran successfully by user $4EverAlone ; 

Remember this stuff, it will come up later.

What information is logged?

There are many different types of logs, it all depends on who's logging the information.
Generally though whats logged is the action done, the time, who did the action, and any information pertaining to the action.

Websites: who did what - when - what url - the user/ user info .

you sortah get the idea right?

Don't worry, I know this is a really short section. I plan on getting back to all of this in more details in the safety and details portion.

How does that information link to you?

ok so this is the important part: LISTEN UP.

1. Every computer that is logged in, has a user.
The user can be admin, system, anything. But they have a userID also.
This will link all local logs (logs that your computer stores) with the account.

2. MAC address (Media Access Control address). This was made to be able to uniquely identify any device that would be "networking". Your cellphone,Itouch,PDA,laptop,DSi. All of it.
Originally the MAC address was intended to be a permanent individual identifier, it is quite easy to spoof.

3. IP address . Well this everyone should be somewhat familiar with, right? just incase you missed out on this :
An IP is assigned to each individual device on a network, or the internet. It is used to identify(be used as a name) and locate(send packets to/from).

Now here is the fun thing, IP's are created by the IANA (internet assigned numbers authority...Yeah they had to put authority in there because saying "IM WITH THE IAN" left the ladies with the wrong impression).
The numbers are then distributed around the world to five different regional internet registries.
From they are given to ISP's (internet service providers). Then to you.
Just one look at your IP will tell them which area of the world you are in.

Then they go to the registrar who gives them the ISP's number, who gives them your number, who is already being dragged out the front door by two FED's in black jackets carrying a briefcase and a giant purple dildo.

4. Cookies. No not the ones Nana makes. These are baked in the depths of satans loins.
Its a piece of data stored from a website in your browser, and can be retrieved by the website.

Alright *few* Pinch all that typing is done. Now that you get the basics of whats going on, lets get down to what you really want to know. Oui

ARE YOU REALLY ANONYMOUS/SAFE ? Ohmy
You sure you want to know? Non

Google

Ah, our best friend (besides our right hand). Big brother google is always watching out for us, or better phrased is always watching us.

They log EVERY single search you make, and even more.
When you go to a website, they log your information. When you get an add from google, they log your information.
Google is your worst nightmare.

a "log" from google search archives:
PHP Code:
123.45.67.89-1/Jan/2013 10:11:32-http://www.google.com/search?q=do+feds+really+carry+around+dildo's-Chrome 2.0.0.7;WindowsNT 5.1-740674ce2123e969 

Now what this says is this
"123.45.67.89 " - IP adress (OH HEY . I KNOW WHO YOU ARE NOW )

"1/Jan/2013 10:11:32 - Time (Yes, we need to know the very second that you looked up porn )

"http://www.google.com/search?q=do+feds+really+carry+around+dildo's" - The search that you used (Incase your wondering. Yes, yes they do. )

"Chrome 2.0.0.7; Windows NT 5.1 " - Browser and operating system (Hey I bet if we all use IE that they will just think their systems messing up).

"740674ce2123a969" -The Cookie * <- evil. As google says "Like an IP address, a cookie doesn’t tell Google who a user actually is or where they live – it only identifies a computer" (Well shit, it wasn't me officer. The computer did it ).

Although google claims to anonymise the IP addresses after 9 months and alter the cookies after 18, it is still a VERY large risk.
They claim the ip address will look like "123.45.67.XXX" Unfortunately, this still will give the general location and your ISP provider.

Websites

The damnation of us all. Web logs.
These can be extremely annoying due to the extent of the information they gather.

When you connect to a website, its generally logged for two purposes. 1. Security. 2. "Statistics".
How do they log this/what do they log?
They can log MANY things. IP, MAC, and unfortunately they generally drop a few cookies into your browser.

(taken from the apache website) lets say you open a gif
here's the log
PHP Code:
127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326 
What do they have ?
"127.0.0.1" - IP
"frank" - your user if you are logged in, or they could use a cookie instead.
[10/Oct..etc] - Time and date
"Get /apache_pb.gif HTTP/1.0" - What you opened with what protocol.
the 200 and 2326 aren't important but summ'd up they say if it worked and how big it was.

They can also include where you were referred from, what bowser you were using, your OS system.

They get the same type of log when you open a link.
ESPECIALLY MISSING PAGES OR PAGES YOU HAVE ERRORS ON.

They will also use cookies, these can track your history of browsing. Where you went after. What you did, how long you were on. What you searched for.
and pretty much EVERYTHING about you.

Here's something the NSA did "he National Security Agency's Internet site has been placing files on visitors' computers that can track their Web surfing activity despite strict federal rules banning most of them.

These files, known as "cookies," disappeared after a privacy activist complained and The Associated Press made inquiries this week, and agency officials acknowledged Wednesday they had made a mistake.
Until Tuesday, the NSA site created two cookie files that do not expire until 2035 — likely beyond the life of any computer in use today.
"
(that's right NSA. We are onto you and your habit of watching our porn Nono).

ISP

Ok so I will put this pretty simple for everyone.
Your ISP practically is videotaping your every move.

Ok no not literally, but they have EVERYTHING.
Here is a list leaked in 2010 of some info

Spoiler 
[Image: bt-infringer-list.png]

Scared yet?
They have ALL your information, they record EVERYTHING.
Depending on where you live they are required to hold logs for a long time.

They know where you have been, what page exactly. How long you were on it, every download you make.
They even record your emails. Not the actual content (per-say) but they are recording who contacted who. (I would suspect google does this also).

How can they do this?
Easy IP. Not your IP address but: Internet Protocol.

Communication between two computers (websites are on servers which are "computers") is formed up of "packets" .
Imagine packets as a piece of paper, your computer hands the other a piece of paper saying "give me porn". The other computer replies by drawing you a picture, and giving it back.

Well your ISP keeps every little piece of paper.

Now your thinking "BUT I HAVE PROTECTION". Every girl can vouch for me as I say NEVER trust that there's any protection.

VPN'S
First lets just get what a VPN : Virtual Private Network.
Its an internet within the internet, right?

Ill spare you all the technical jargon and sum it up like this (then give you the technical jargon): Remember the paper analogy?
Well you give the VPN your paper, the VPN then hides it under its black trenchcoat until it reaches the website. The website takes the paper, gives it back to the VPN. Now the VPN returns to you.

It "masks" who's sending the data. It encrypts it so if someone grabs it, they can't read it.
Which is GREAT !

but still not exactly safe.

The VPN services may CLAIM to not hold logs. But their ISP will.

It will say "User gave VPN this paper". The reason VPN's are so safe is because it can be harder to narrow down which user the request came from, but its still VERY possible.

And your computer will say "I connected with VPN :D "
Their vpn computer will say "yeah, that dude connected to me -.-"
Everything has a log.

Honestly, ISP has the power to see everything. They just don't have the time.

VPS
Okay so lets not use a vpn...LETS USE A VPS ! (Virtual Private Server).
Its a computer, that you connect to and control. The same as VPS, their ISP will have logs.
But not only that, remember the computer logs I told you about earlier ?

When you log into a computer there is a log, when you remotely log into one it also holds what IP you connected from.
When, where from, how long , EVERYTHING is stored.

So when the feds see the VPS's IP doing something at 3:45 AM.
They go to the computer, they check "what ip was logged in at 3:45 AM" and BAM your IP address pops up.

Its the same as a VPS, you may be a bit more "anonymized" but its not anonymous.

Proxies
Proxies and proxy chains/services (such as tor) are the same as the previous, if not more vulnerable (Tor is a different story, which I am not going to delve into at this point. It is one of the most secure ways to "travel").

Its pretty much the mix between a VPS and VPN.
You connect to it, tell it to do something. It does it, and brings you the reply.

The only problem is, it doesn't encrypt your data (generally). And it doesn't hide that you are the one sending the message (to everyone who know's how proxies/vps/vpn's work in detail. Please forgive me for the really crude explanations. I am trying to get the overal concept across. ) .

It still hides YOU, but not that you are controlling it.

Hacking a wifi/ other people's wifi

Yes this can be REALLY good. And yet still bad.

When you connect to an internet router you leave logs of your MAC address, which yes you can spoof it. But even so, still a log.
Especially if you try to crack the password, then your leaving your fingerprints all over the place.

Public Wifi normally has security measures to record who you are, AVOID THEM AT ALL COSTS.

Find personal home's that have unprotected wifi in a public place. That will help you out.

I new a person who did something called "war dialing" .
Well the newer version anyway. He drove around and cracked a bunch of wifi passwords.

Well the fed's ended up tracking him down because he left a trail, literally.
Each cracked wifi was in a specific 'zone' and he lived in that zone.

Using his browsing habits from the hacked modems, they pieced together a lot.

all it takes is one cookie to say "oh hey im sending from this IP ** . Oh hey now im from This ip ** "
and you are DONE.

Sunday, 17 February 2013

5 things a Beginner Hacker should know

  1. At this stage, most of the students search for hacking tools and software. But Here i want to make this clear that no tool and software exists which can hack Gmail, Facebook, Yahoo, twitter or any aother website or email account in just few clicks. These types of posts on internet are just for attracting visits and spread spams. Most of this type of hacking tools are binded with trojans which leads your system at risk. The recent example it Anonymous LOIC tool which is used to hack members to use their system in criminal activities.

  2. Never use any premium keylogger which is available free on filehosting websites. Hackers always host this type of tool with Trojans. After installing this type of keyloggers you will be hacked.

  3. Never pay for hacking on the websites which are asking money in return of hacking. If you want to pay for any hacking book, tool or other kit, pay only on the trusted websites.

     
  4. Join any good hacking forum and learn new things from the experts. Never follow a person just for his claims. Always follow a person who has real knowledge. Adding hacker word is not going to make anyone hacker. There are many Javascript pranks and online websites are available which are used to create fake screenshot and defacing pages. These are used by many noobs to create some fake hacking screenshot to share on Facebook. And beginners follow them thinking as a hacker.

  5. Learn Programming languages and networking. These are must to be a hacker. Most of the hacking attacks such as SQL injection, PHP injection, XSS, Phising and many other needs the knowledge of programming.