Friday, 21 October 2016

How Hackers hack credit cards or debit cards password Online

Hello Friends, today I will explain you how a credit card hack works: how to hack credit cards using packet sniffing and session hijacking. In this tutorial, we will discuss how we can exploit the vulnerability in credit or debit card functionality to hack the card’s password. Nowadays, fund transfers and online shopping are done using primarily internet banking and credit cards. Interestingly, those methods utilize SSL (click here to learn more about SSL). People tend to believe that their accounts cannot be hacked because their transactions are secured by extra security layer, SSL, but it’s actually quite easy to break the SSL. It is always better to secure your computer and internet connection rather than depend on payment sites. So first, we should know how credit cards work and how transactions are performed. Please read on.
First, know that it’s virtually impossible to see the actual data that is transferred during a transaction, but by using session hijacking and packet sniffing we can achieve see the data in an encrypted form.

What really is attacked?
The fatal flaw that enables sensitive information to be stolen occurs when an end-user is not properly educated on the easily executable, well-known SSL exploit: SSL MITM. Hackers take advantage of that to get access to your sensitive data. A great saying applies here: PREVENTION IS BETTER THAN A CURE. The only thing required to block the loopholes in the system is a properly educated end user. I have already shared two articles with you about how to secure yourself. The first is “Make your computer 100% hacker proof” (Click here to read) and other is “10 easy tips to secure your computer” (click here to read).
How the hack works and how to do it:
PLEASE NOTE THAT hacking credit or debit cards is illegal and will result in serious consequences, including imprisonment. This tutorial is for educational purposes only. I am explaining this tutorial to make you aware of how it works.
Suppose you use a WiFi connection to connect to internet. A hacker will hack your WiFi network and connect to it. He will then run a series of utilities to redirect other user data through his machine, followed by more utilities to sniff the data, acting as an SSL Certificate Server to be the Man-the-Middle.
The following diagram shows a very simplified graphic of how your SSL banking session should work under normal conditions, then how it would work during an attack:
how credit card works,hack credit cards,hack credit cards online,how to hack credit card password
how credit card works,hack credit cards,hack credit cards online,how to hack credit card password
It is important to know that a certificate is used to establish the secure SSL connection. This is a good thing if you have the right certificate and are connecting directly to the website you intended to use. Then all your data is encrypted from your browser to the SSL website where the bank’s website will use the information from the certificate it gave you to decrypt your data/credentials. If that is truly the case, then it is pretty darn hard for a hacker to decrypt the data/credentials being transmitted, even if he is able to sniff your data.
This is a bad thing if you have a “fake” certificate being sent from the hacker and are actually connecting to his machine, not directly to the bank’s website. In this case, your credentials are being transmitted between your browser and the hacker’s machine. The hacker is able to grab that traffic, and, because he gave you the certificate to encrypt the data/credentials, he can use that same certificate to decrypt your data/credentials.

EXACT STEPS TO HACK CREDIT CARDS OR DEBIT CARDS

His first step would be to turn on Fragrouter, so that his machine can perform IP forwarding
how credit card works,hack credit cards,hack credit cards online,how to hack credit card password
After that, he’ll want to direct your WiFi network traffic to his machine, rather than your data traffic going directly to the Internet. This enables him to be the “Man-in-the-Middle” between your machine and the internet. Using Arpspoof, a simple technique, he determines your IP address is 192.168.1.15 and the Default Gateway of the WiFi network is 192.168.1.1:
how credit card works,hack credit cards,hack credit cards online,how to hack credit card password
The next step is to enable DNS Spoofing via DNSSpoof:
how credit card works,hack credit cards,hack credit cards online,how to hack credit card password
Since he will be replacing the bank or online store’s valid certificate with his own fake one, he will need to turn on the utility to enable his system to be the Man-in-the-Middle for web sessions and to handle certificates. This is done via webmitm:
how credit card works,hack credit cards,hack credit cards online,how to hack credit card password
At this point, he is ready to go. Now he needs to begin actively sniffing your data passing through his machine, including your login and credit card information. He opts to do this with Ethereal, then saves his capture:
how credit card works,hack credit cards,hack credit cards online,how to hack credit card password
He now has the data, but it is still encrypted with 128-bit SSL. No problem, since he has the key. What he needs to do now is simply decrypt the data using the certificate that he gave you. He does this with SSL Dump:
how credit card works,hack credit cards,hack credit cards online,how to hack credit card password
He runs a Cat command to view the now decrypted SSL information. Note that the username is “Bankusername” and the password is “BankPassword.” Conveniently, this dump also reveals the banking site as National City. FYI, the better, more secure banking and online store websites will have you first connect to another, preceding page via SSL, prior to connecting to the page where you enter sensitive information such as bank login credentials or credit card numbers. The reason for this is to stop the MITM-type attack. This helps because if you were to access this preceding page first with a “fake” certificate the next page where you were to enter the sensitive information would not display. The page gathering the sensitive information would be expecting a valid certificate, which it would not receive because of the Man-in-the-Middle. While some online banks and stores do implement this extra step/page for security reasons, the real flaw in this attack is the uneducated end-user, as you’ll soon see:
how credit card works,hack credit cards,hack credit cards online,how to hack credit card password
With this information, he can now log into your online bank account with the same access and privileges as you. He could transfer money, view account data, etc.
Below is an example of a sniffed SSL credit card purchase/transaction. You can see that Elvis Presley was attempting to make a purchase with his credit card 5440123412341234 with an expiration date of 5/06 and the billing address of Graceland in Memphis, TN (He is alive!). If this was your information, the hacker could easily make online purchases with your card.
how credit card works,hack credit cards,hack credit cards online,how to hack credit card password

Bad News for SSL VPN Admins

This type of attack could be particularly bad for corporations, because Corporate SSL VPN solutions are also vulnerable to this type of attack. Corporate SSL VPN solutions will often authenticate against Active Directory, the NT Domain, LDAP, or some other centralized credentials data store. Sniffing the SSL VPN login then gives an attacker valid credentials to the corporate network and other systems.

What an End-User Needs To Know

There’s a big step an end-user can take to prevent this from taking place. When the MITM Hacker uses the “bad” certificate instead of the “good,” valid certificate, the end-user is actually alerted to this. The problem is that most end-users don’t understand what this means and will unknowingly agree to use the fake certificate. Below is an example of the Security Alert an end-user would receive. Most uneducated end-users would simply click “Yes”… and this is the fatal flaw:
how credit card works,hack credit cards,hack credit cards online,how to hack credit card password
By clicking “Yes,” they have set themselves up to be hacked. By clicking the “View Certificate” button, the end-user would easily see that there is a problem. Below are examples of the various certificate views/tabs that show a good certificate compared to the bad certificate:
how credit card works,hack credit cards,hack credit cards online,how to hack credit card password
how credit card works,hack credit cards,hack credit cards online,how to hack credit card password
how credit card works,hack credit cards,hack credit cards online,how to hack credit card password
Left One Good Certificate and right one fake certificate

How an End-User Can Prevent This

  • Again, the simple act of viewing the certificate and clicking “No” would have prevented this from happening.
  • Education is the key for an end-user. If you see this message, take the time to view the certificate. As you can see from the examples above, you can tell when something doesn’t look right. If you can’t tell, err on the side of caution and call your online bank or the online store.
  • Take the time to read and understand all security messages you receive. Don’t just randomly click yes out of convenience.

How a Corporation Can Prevent This

  • Educate the end-user on the Security Alert and how to react to it.
  • Utilize One Time Passwords, such as RSA Tokens, to prevent the reuse of sniffed credentials.
  • When using SSL VPN, utilize mature products with advanced features, such as Juniper’s Secure Application Manager or Network Connect functionality.
To get our free books emailed to you and more detailed information on these credit and debit card hacking concepts on an ongoing basis you can join our list.  Please remember that this is all for educational purposes only and you should never hack someones debit or bank cards.  This wrong morally and illegal as well.

How Hackers Hack Bank Accounts and Personal Information

How do Hackers Hack Bank Accounts and Personal Information? Most people studying hacking have a keen interest in learning how to can hack bank accounts. They become discouraged with the prevailing perception that it is almost impossible to hack credit cards, debit cards, or net banking passwords, which is true to an extent. Today I will discuss with you why hacking bank account information is tough and considered to be almost impossible. We will also discuss the different, contemporary methods that hackers use to hack bank accounts.
 
how to hack bank details
 
Almost everybody uses the internet nowadays to pay bills, book reservations and tickets, purchase items, or simply to transfer money. All of these online transactions involve money, meaning they’re using banking information, credit or debit card payments, or simply net banking. Most banks use SSL (Secured Sockets Layer) connection and at least 128 or 256 bit encryption for online banking and transaction purposes. An additional layer of security that companies are introducing is called “transaction PIN layer” which means that for each and every online transaction you have to enter your password, and that during transactions you have to enter a PIN, a type of password between 4 and 8 characters in length. Thus, banks do a lot of work to protect your credentials from the eyes of the world that may wish to gain access to your vital information.
 
Below, examples will illustrate to you how powerful the encryption method is:
 
  • 40 bit encryption means there are 2^40 possible keys that could fit into the lock that holds your account information. That means there are billions of possible keys and using brute force is not an option. The only thing left now is a dictionary and rainbow attack. But it’s not only the security measure that banks use to secure information.
  • 128 bit encryption means there are 2^88 times as many key combinations that are possible for 40 bit encryption. That means a computer would require exponentially more processing power and time than a 40-bit encryption to find the correct key.
 
That’s a very powerful method of encrypting data sent from your machine to bank machine. But it’s all useless once your system has been compromised or hacked.
 
Now we’re going to discuss how all these security encryption can be bypassed and your system can be compromised online. There are several methods for exploiting such account information. Note: This is for educational purposes only (for more details read the disclosure). 
 
Some of them are:

1. Phishing: We have discussed phishing on this website in a lot of tutorials, such as how to hack Gmail or Facebook accounts. But for newcomers, I’ll explain phishing in some detail. Phishing is a technique used to hack password and login details of a website. Phish pages are simply fake pages that look the original webpage where you’re taking the information from. The only difference between a phish page and the original page is the address bar link (for a normal user), redirection post, and get method (inside source for advanced users). How do you identify a fake link? Just check the address bar URL for a fake page or Phish page. It will be showing a different URL than the original. You can install a web security tool bar in your browser (like AVG and Crawler web security tool bars) to detect the phishing automatically, and to stop your browser from visiting Phishing pages.
Learn more about Phishing and how to protect yourself from Phishing:
 
2. Trojans: Trojans are a type of virus that steals your information. It can come in many forms like keyloggers or RATs (remote administration tools). A keylogger monitors all the keys that you have pressed on your physical keyboard, stores them in a log, and sends the details to hackers. RATs are an advanced form of keylogger that remotely monitors all your activities, whereas a keylogger is simply a functionality. Using RAT, a hacker can connect to your system anonymously, without your information when you are online. RATs have a huge list of functionalities and they are the best type of hacking tools available on the market. Now, how do you protect yourself from a keylogger? Just keep your antivirus software updated and install a keyscrambler that encrypts your keystrokes. Unfortunately, once the RAT enters your system you cannot do anything other than formatting your system. An RATs attack can only can be prevented before it enters in your system. For RAT prevention, please do not download any software or keygens online. Also avoid downloading freewares from new websites, only use certified websites like CNET, filehippo, etc. Avoid testing fake hack tools because most hacking tools have keylogger and RATs attached to them. Test it under secured conditions like on Virtual Users. 
Learn more about how to avoid trojans:
 
3. Session Hijacking: Most of us use wireless networks to access the internet and data flow in the form of packets and channels. We know that wireless networks are easier to hack due to their weak encryption. When hackers hack wireless networks, they take control of the internet data transfer and redirect the user to their intended path. Suppose you visit Gmail or Facebook, a hacker gains access and then he redirects you to somewhere on the page and captures your account details. Packet sniffing is another way to hack account information and credentials using the wireless networks. Hackers capture packets and decrypt information to get data in the form of plain text. Now how do you prevent this? The solution is also relatively simple, you just need to hide your SSID and BSSID from being discovered by the other networks. Leave the SSID or BSSID empty. Now hackers will not be able to discover your wireless router in order to hack it.

Thursday, 26 November 2015

Resetting Windows Password

Tested on: NT 3.51, NT 4 (all versions and SPs), Windows 2000 (all versions & SPs), Windows XP (all versions, also SP2 and SP3), Windows Server 2003 (all SPs), Windows Vista 32 and 64 bit (SP1 also), Window 7 (all variants). Some also say that it works on Windows Server 2008 too.
If used on users that have EFS encrypted files, and the system is XP or Vista, all encrypted files for that user will be UNREADABLE! and cannot be recovered unless you remember the old password again. If you don’t know if you have encrypted files or not, you most likely don’t have them (except maybe on corporate systems).
Boot your computer with Hiren’s BootCD and follow the steps below for resetting your password:

1. Enter “Offline NT/2000/XP/Vista/7 Password Changer”

With Up & Down keys select Offline ‘NT/2000/XP/Vista/7 Password Changer’ and press Enter.

2. Wait for “Offline NT Password & Registry Editor” to Load

On the screen below, you’ll see is several lines of text that quickly run down the screen. You don’t need to do anything here. Wait for “Offline NT Password & Registry Editor” to load.
1. Select "NT/2000/XP/Vista/7 Password Changer"
2. Linux files are loading...

3. Choose the Correct Hard Drive Partition

This step in the Offline NT Password & Registry Editor process is to select the partition that contains the Windows installation that you want to delete a password from.
Many computers have a single operating system installed on a single partition on a single hard drive, making this a very easy choice.
If that’s the case for you, just press ENTER to accept the default partition. Otherwise, type the number corresponding to the correct partition from the Candidate Windows partitions found list and then press ENTER.
If more than one partition is listed and you’re not sure which one to pick, chances are the larger partition is the one with Windows installed.
Every Windows 7 PC will have more than one partition listed.

4. Confirm the Windows Registry Path

Offline NT Password & Registry Editor now needs to know the exact location of the Windows Registry. Except in the rarest of occasions, the default location will be the correct one.
Just Press ENTER to accept the default Windows Registry path without writing anything else.
3. Choose the Correct Hard Drive Partition
4. Confirm the Windows Registry Path

5. Choose the Password Reset Option

Offline NT Password & Registry Editor is now asking which part of the registry it should load.
Press ENTER to accept the default choice of Password reset.
The Offline NT Password & Registry Editor tool can perform various functions aside from resetting passwords but since that’s the focus of this particular walkthrough, that’s all we’ll discuss.

6. Choose the Edit User Data and Passwords Option

Now that the registry is loaded and available to the program, Offline NT Password & Registry Editor needs to know exactly what you want to do.
Press ENTER to accept the default choice of Edit user data and passwords.
This will load the necessary options for the actual password reset.
5. Choose the Password Reset Option
6. Choose the Edit User Data and Passwords Option

7. Enter the Username to Edit

Offline NT Password & Registry Editor now needs to know which user’s password you’d like to delete (erase, clear, blank, remove, call it what you like).
A default user is listed between the brackets at the prompt. In the above example, you can see that it’s the Administrator user.
If the default user is the user you’d like to remove the password from, simply press ENTER. Otherwise, enter the username and then press ENTER.

8. Type 1 to Clear (blank) user password and then press ENTER

At the bottom of the screen you’ll see the User Edit Menu with several options to choose from.
Type 1 for Clear (blank) user password and then press ENTER.
Offline NT Password & Registry Editor shows some interesting information about the username you entered in the last step – the full name, what groups the user belongs to, how many failed login attempts have taken place, how many total logins have been completed, and more.
If you see a check in the “Passwd not req.” box, this means that a password is not a requirement for this particular user. It does not mean that a password is not required to access the account in Windows. In other words, it’s saying that it is possible to erase this user’s password.
7. Enter the Username to Edit
8. Type 1 to Clear (blank) user password and then press ENTER

9. Type ! to quit the User Edit Tool

Assuming there weren’t any problems, you should see a Password cleared! message after entering 1 in the previous step.
Type ! to quit editing user and then press ENTER.
You must confirm these changes in a later step before they are actually complete. If you quit Offline NT Password & Registry Editor now then the password reset will not take place!

10. Type q to Quit Offline NT Password & Registry Editor

Enter q and then press ENTER to quit the Offline NT Password & Registry Editor registry editing tool.
Important: You’re still not done! You need to confirm your password reset change in the next step before it will take effect.
9. Type ! to quit the User Edit Tool
10. Type q to Quit Offline NT Password & Registry Editor

11. Type y and then press ENTER to confirm Password Reset Changes

At the Step FOUR: Writing back changes menu, Offline NT Password & Registry Editor asks if you want to write file(s) back.
Type y and then press ENTER.
You should see an EDIT COMPLETE message appear on screen. If you do, it means that Offline NT Password & Registry Editor has written the password changes to your computer!

12. Confirm That You’re Finished Using Offline NT Password & Registry Editor

Offline NT Password & Registry Editor gives you an option here to rerun the program. If you’ve been following along with this guide and everything seems to have worked properly then there’s little reason to repeat anything.
Press ENTER to confirm the default option of not rerunning the password reset.
11. Type y and then press ENTER to confirm Password Reset Changes
12. Press ENTER to Confirm That You're Finished Using Offline NT Password & Registry Editor

13. Remove Hiren’s BootCD and Restart the Computer

That’s it! You’ve just completed the entire Offline NT Password & Registry Editor password removal process.
13. Remove Hiren's BootCD and Restart the Computer
Note: If you receive a “job control turned off” or a “can’t access tty” error, don’t worry. As long as the EDIT COMPLETE confirmation message was posted to the screen after you confirmed the password reset changes then your password was successfully reset. You should still be able to see the confirmation on the screen at this point.
Remove Hiren’s BootCD from your CD/DVD drive and then manually reset your computer.
In the next step, you’ll finally get to logon to Windows without entering a password!
Now that your password has been removed using Offline NT Password & Registry Editor, no password is required to log on to Windows.
If you are the only user on your computer, Windows will boot all the way to the desktop on the next reboot and will skip the logon screen altogether.
If you’re on a multi-user computer (as many families are), the logon screen will still appear after starting Windows but when you click on the user that had the password removed, you will not be prompted for a password and will instead enter Windows automatically.
Having a secure password is important so please don’t continue to use Windows without one. As soon as you’ve gained access to your computer again, configure a new password – one you can remember a little easier!

Monday, 9 November 2015

ARE YOU SERIOUSLY SICK? OR WITH ANY OF THE BELOW AILMENTS?



ARE YOU SERIOUSLY SICK? OR WITH ANY OF THE BELOW AILMENTS?

Ulcer
Cancer
Prostate cancer
Diabetes
Arthritis
Heart disease
High blood pressure
Fibroid
Fallopian blockage
Asthma
Liver and kidney problems
Stroke
Weak erection and low sperm count
Obesity
Infertility
Infections
Staphylococcus
Typhoid fever
Mouth odour, toothache, bleeding gum
Rheumatism
Intestinal problems
Malaria
Internal heat
Elephantiasis
Osteoporosis
Severe joints and back pains
Etc…………………………..

Congratulations your solution is here now with 100% guaranty cure, try us today and share your testimonies. 
To Get Your Kit Delivered To YOU anywhere in NIGERIA and ABROAD. Contact Ezekiel (Call or Text): +2348179134434, +2348023332645, +2347066764820.
Whatsapp no: +2348023332645

Monday, 2 November 2015

How to resolve automatic restarts problem when Windows 7 experiences an error

How to resolve automatic restarts problem when Windows 7 experiences an error

About the Author:

This article was provided by Microsoft MVP Jerry Chou. Microsoft is very grateful to MVPs for volunteering to share their experience with millions of other technology users. MVP Jerry Chou has also posted this article on his blog. You can click here to view more technical articles, experiences and opinions by MVP Jerry Chou.
Whys and Wherefores
The Windows 7 operating system suddenly restarts on its own during use.
Cause
The cause of the problem is that Windows 7 is set by default to automatically restart the operating system after a system failure.
Solution
It is recommended that you cancel automatic restart. If you restart after every system failure, then you will not be able to see some error messages. At "Start" -> "Computer" --> right click on "Properties", and then tap "Advanced system settings".





In the advanced options of the system context menu, click on "Settings" for Startup and Recovery.





In Startup and Recovery, uncheck the "Automatically restart" for system failure. Click "OK" after unchecking the checkbox.


Monday, 26 October 2015

TUPAC 7 day theroy

The title of the new album by Makaveli (Tupac) is
The 7 Day Theory.
He was shot on September
 7th; and survived on the 7th, 8th, 9th, 10th, 11th, 12th, and"died" the 13th.
Hence the title The 7 Day Theory.
Tupac's album All Eyes on Me was released on Feb.13, 1996. Tupac "died" on Sept.13, 1996.
It is quite a coincidence that the two dates are exactly 7 months apart.
Tupac officially died at 4:03 PM. 4+3 = 7 Also he "died" at an age of 25 years. 2+5 = 7.
 It seems as if seven is Tupac's number.
There is nothing in the new album that says TUPAC RIP 1971-1996.
Wouldn't it make sense to include something like that in the first album after his "death"?
The only thing mentioned is "EXIT TUPAC ENTER MAKAVELI".
The executive producer of The 7 Day Theory , as listed in the CD booklet of the album,
is Simon (who is a previously unknown producer in the rap music industry). In the bible,
Simon was an apostle of Jesus. Simon was one of the first witnesses of the Resurrection
listed by Saint Paul (I Cor. 15: 5). The Outlawz have confirmed Simon is a reference to
Suge Knight who was with Tupac the night of the shooting.
In Richie Rich's album Seasoned Veteran, which was released on the same day as
 The 7 Day Theory, on the song "Niggas Done Changed" which is a duet with Tupac,
Tupac says the following lyrics: "I've been shot and murdered, can't tell you how it
happened word for word / but best believe that niggas' gonna get what they deserve."
This phrase implies that Tupac knows he will be dead when Richie Rich's album is released.
In Makaveli's (Tupac's) song "White Man's World" on album The 7 Day Theory, he says
"We ain't never gonna walk off this planet unless ya'll choose to." Did he choose to walk
off the planet by faking his death?
In Tupac's song "Ambitionz az a Ridah" on the album All Eyes On Me, he says
"Blast me but they didn't finish, didn't diminish my powers so now I'm back to be a muthafuckin'
 menace, they cowards thats why they tried to set me up, had bitch ass niggas on my team so indeed
 they wet me up, BUT I'M BACK REINCARNATED." This implies that Tupac is reincarnated as Makaveli.
Tupac "died" in Las Vegas which is a payoff city, meaning all sorts of folks have been known to be on
 the take. That means doctors, press, lawyers, etc.
The white Cadillac containing the assailants was never found... How could this be when Vegas is in the
 middle of a desert?
There's a small Black community on the North side of town.. This strip is only about 8 blocks long..
 If the attackers were Black.. Where did they go? Where did they hide?
The white Cadillac containing the gunmen passes a entourage of Tupac's boys, many of them body guards
... No one gives chase and there are no witnesses...There were no witnesses on the street... How come?
Why not, especially right after a heavyweight fight?
The cover of Tupac's album Makaveli has him looking like Jesus Christ... Could he be planning a
resurrection?
Las Vegas is in the middle of the desert. How come there was no helicopter chase? If some one were
 to rob a casino, the LVPD would've chased you down with some helicopters.. . How come this didn't
happen with the Tupac shooting?
There were no ballistic tests in the murder case... At least we haven't heard about them....
Tupac's vehicle got shot 12 times and Suge didn't get hit once.. He was 'grazed' by a bullet..
Why did Tupac get shot all those times and Suge not get hit?
Suge said he drove Tupac to the hospital and they had a coherent conversation?
 How bad was Tupac hit?
Tupac had completed 2 movies and 3 LP’s that have were to be released.. With so many
people upset about Tupac's death, literally anything connected with him is bound to net
a whole lot of cash...
There is a 72 million dollar life insurance policy on him which has yet to be cashed. No legal
actions could be taken against him as long as it isn’t cashed.
The video 'I Ain't Mad At Ya' foretold his death ....
The memorial services that were open to the public were canceled in both Los Angeles and Atlanta...
In addition to number 19, Tupac said in his song "Life goes on" from his "All Eyez
on Me" CD, that when he died he wanted "every rapper" to rap at his funeral, etc.
Why didn't Death Row fulfill his death wish?
In a 1994 interview with Tupac, he said before he went to prison that if he was ever
sent to prison when he came out he would be worse than before. He was. He also said
 when he came out it would be like he was reborn. Was he speaking literally? He already
died and he was worse when he came out of jail, plus Tupac switched his rapping name
 from 2 Pac to Makaveli, that could be considered a rebirth, all that's left is a physical
rebirth (A sighting) and so far he's already completed more than half of this prophecy.
Suge Knight and Tupac are the only two music industry people on that high a profile with
enough balls to pull off a stunt like faking death...
People close to Death Row and relatives of other famous rappers have speculated to me
and others about the shooting being staged.
Why wouldn’t a company as powerful and rich as Death Row Records not put up a reward to
 find the killers?
Other possible clues are contained in the new album. It is called “The Don Killuminati:
The 7 day theory” which is still a mystery in definition. Inside the cover, it reads
“Exit: 2pac, Enter: Makaveli” as if 2pac has died and Makaveli born.
The cover of Makaveli DK 7 Day Theory holds many hidden icons, and references Marketing Hype
The only witness who was going to step up and I.D. the shooter was Kadafi (Yafeu Fula)
but he was shot a few months after Tupac.
In the first few seconds of the Makaveli song INTRO/BOMB FIRST, you can hear who is
claimed to be Kadafi saying "Suge Shot Me"
Tupac always rapped and did videos on his death, and how his funeral would be.
 Why was he cremated?
In the song, " Life of An Outlaw," an Outlaw says, "All For the street fame on how to
be managed, to plan shit six months in advane to what we plotted, approved to go on
 swole, and now I got it..."
In the song, "Made Niggas," on the, "Gang Related," and, "Supercop," soundtracks,
Tupac says, "Fuck 'em all who can't understand my plot to get richer...Outlaw to the grave,
a muthafuckin' made nigga..."
In E-40's duet with Tupac called,"Million Dollar Spot," Tupac states, "Fans can't understand
 my ghetto slang, so I evade and plot and plan a life of better things..."
In the song, "Ain't Hard 2 Find," Tupac says, "I heard rumors that I died,
murdered in cold blood, tramatized pictures of me in my final states,
you know mama cried, but that was fiction, some coward got the story twisted..."
In Tupac's song, "No More Pain," he says, "A heart of a soldier with the brains to
teach a whole nation..." Is he referring to Jesus or Machiavelli?
The video, "I Ain't Mad At Cha, " was released only days after Tupac's,
"death." It depicts Tupac being gunned down much of the way he was
 really shot.
"I Ain't Mad At Cha," is also track number 13 on, "All Eyez On Me,"
and Tupac died on Friday the 13
In the, "I Ain't Mad At Cha," video, Tupac dies. In his next video,
"Toss It Up," his name is Makaveli.
In the, "Hail Mary," video, there is a gravestone that says, "Makaveli." It is cracked and
there's a hole in front of it; this inplies that Makaveli rose from the dead. Marketing Hype
In the,"Smile," video with Scarface, Tupac is crucified...Later he falls and stands up and
it appears to be a double. Still, is this another image of resurection? Why make people
so suspicious? Marketing Hype
"Ambitionz as a Ridah," Verse 1: " Now these money hungry bitches gettin' suspicious,
started plott'n and planin' on schemes..."
"Ambitionz as a Ridah," Verse 3: "payoff tha block, evade tha cops, 'cause I know they
comin' for me, I been hesitant to reappear been away for years now I'm back...my
adversaries been reduced to tears...
"White Man's World," 3rd verse:"Time so tell me why, you changed choosing new
direction, in a blink of an eye, my time away just made perfection... Did you think
I'd die, not gonna cry ..."
"Life of an Outlaw", Verse 2:"Who should I call when I'm shot and bleedin, indeed
the possibility has part a chase in cream, dope got me hatin' fiends. Scheme wit
my team, just a chosen few."
"Blasphemy", Verse 2:"I'm contemplating plots, wondering which door to go,
brotha getting shot, coming back resurrected, it's just that raw shit, nigga check it..."
Did Bone Thugs N Harmony play a role in helping Tupac fake his death? In the,
"Thug Luv," song, right before Tupac starts rapping, Bizzy can be heard in the
background saying, "He's alive, he's alive, he's alive..." Marketing Hype
Machiavelli's book, "the Art of War," is also the name of Bone's new album.
Marketing Hype
In the movie, "Gridlock'd," when Tupac and Roth are in the diner and they
glance up at the menu, all the L's are upside down 7's.
In the movie, "Gang Related," Tupac and Belushi wait in room 7, and Tupac's
badge number is 115; 1+1+5=7.
The cross on Tupac's back says, "Exodus 16:31." , The verse itself seems to have
 little meaning, but read this verse, found right above it:,
"So the people rested on the seventh day." All of Exodus 16 deals with the 7 Dayz.
The song in which Tupac says he's alive, "Hold Ya Head," on the Makaveli CD, before
Tupac begins rapping, a voice says, "Can you see him?" Another voice replies, "I see him."
 Then Tupac softly says, "I'm alive..."
Why have Suge Knight and the rest of his entourage been so uncooperative with police in
solving the murder?
Since his death, there have been numerous reports of Tupac sightings.
View this sighting report from a newspaper.