Friday 14 August 2015

List of must know programming languages

Nulled Tricks

List of must know programming languages


Hi folks, as far as programming is concerned its a bit complicated word for some peoples. However on the other hand, some peoples can actually see the life through it.
Peoples might find it really hard to learn programming languages while for some its the real fun.
Nowadays, programming languages are frequently used for developing applications for personal purpose or communication purpose. Around 600+ programming languages are present.
Selecting a particular language or any particular platform is really the toughest task for new bies, hold on a second.. it doesn't mean I'm here to provide a solution though.
I receive many questions like Which is the best Programming language ? or Which language is best suited for Hacking ?
According to me, you should learn as many languages as you can. However, be focused on the first language you pick which can be random pick.

Here, I'm sharing a list of few languages which should be available in the mind of programmer. If you skipped any of them no worries, at least in future try to get a taste of all of them.
Before any other debate, let me clarify that I'm not arranging these languages in order of preference or choice but its random.

1. C Language:
C language was developed in 1972 by Dennis Ritchie which was initially designed for Unix. Its a compiled, procedural language. C program are still very fast in execution however because of its platform dependency C programs need to compile with different architecture and operating system.

2. JAVA:
This object oriented language was designed in 1995 by Sun microsystem which is currently owned by Oracle. Java is very popular among developers because of its security and platform dependency though the speed of execution is still not very impressive. Its large library makes it easier to build complex applications though you may can miss the freedom in code.

3. PHP:
PHP was originally developed by Rasmus Lerdorf in 1996 in order to create dynamic web pages. Being a server side language, its really powerful due to its flexibility and frequently picked by Hackers while performing various attacks mail spoofing, mail bombing and phishing. PHP folks keep updating their libraries and its really better since its version 5. Overtime it eventually grow up into a fully featured object oriented language.

4. Android:

Android is getting popular these days because of its simple structure, open source and flexible nature. Since you can make cool and tricky features and can simply run them holding the in your palm. Android is really cool technology to hand out with for both career and fun.

5. Python:
Python was developed in late 1980's by Guido van Rossum intended for general programming purpose. In the early 2000, python actually gained popularity among geeks and now its fully accepted by many organizations like Google and Ubuntu.

6. C#:
C# is mainly used of .NET framework intended to work with Windows platform. Its first preference for windows guys because of its huge library and java like similar programming structure.

7. Ruby:

Ruby was initially developed in 1995 written by Yukihiro Matsumoto as one of the most object oriented languages. If you're an object oriented nerd :P then Ruby is something you can simply neglect, here numbers and even letters can have method calls.

8. Delphi:
Delphi has pioneered an era of rapid application development by introducing crucial features that have notably decreased application prototyping times. It has great advantages over Visual Basic both in terms of speed and library. Delphi can be used for writing some cool hack stuff like spy software and malware.

There are other languages too like Assembly (my fav :), Perl, JavaScript, Visual Basic which you can try on.

If you ask me, I would say start picking all the languages one by one and get settled with the one you find most comfortable.

Keep Learning. Keep Rocking :) & keep visiting 

Share

 

Home

View web version

Powered by Blogger.

JAVA Program to generate random number


Hi Folks. My friend asked for a java program which can help in generating the random numbers because he's writing some sort of game. Well, I'm not a big Java fan as I still love C\C++ to write codes however after writing a revolutionary code like Space Eater Virus in Java many friends suggested me to migrate from C language to Java. I left this decision on time as of now. In order to solve the problem of my buddy I randomly or you can say shamelessly got a code from internet which was written for the same purpose. Here I'm sharing that code.....

public class Random
{
    private static long seed = 13;
    private static long a;
    private static long c;
    private static long m;

    public static void random_init(long s) {
if (s != 0) seed = s;
    }

    public static long random() {
seed = (a*seed + c)%m;
return seed;
    }

    public static void main(String[] args) {
if (args.length != 4) {
    System.out.println("usage: you must enter values for a, c, m, seed");
    return;
}
a = Long.parseLong(args[0]);
c = Long.parseLong(args[1]);
m = Long.parseLong(args[2]);

long s = Long.parseLong(args[3]);
random_init(s);
for (int k = 0; k < m-1; k++) {
    System.out.println(random());
    if (k % 8 == 7) { // after 8 elements go to a new line
System.out.println();
try {
    Thread.sleep(1000); // sleep for a second
} catch (Exception e) {
    System.out.println(e.getMessage());
        }

    }
}
    }
}

If you're having troubles in compiling the code then take a look at How to Compile the JAVA Program.

Keep Coding. :) keep visiting

Instoll JDK and Run First JAVA Program

Hi Folks. Now its Time get The hands on Some Real Core Part Of Programming.These Days I'm messing with Programming in JAVA. So I just Thought to Write this Article on Installing the JDK(Java Development Kit). Without much wait lets get our hands on JAVA..

You Can Download the JDK1.6.0 from here

Once You get the file extract it and click on the main setup File.


Click-> Accept



Then Click-> Next

and now the installation Start


Once its Finish.. The installation of Java Run Time Environment also start


Click-> Next


Once the installation is Over. Click -> Finish.Hence The Installation of JDK is Finish. Its Time To configure it

Now, Right Click->My Computer. Select Properties.

Then select->Advanced Tab->Environment Variables


From Environment Variables.. in System Variables box select->path

then click->Edit


Then at the end in the Variable Value Box Type:

   C:\Program Files\Java\jdk1.6.0\bin; 

Remember To Put the Semicolon(;) at the End of Line. 


Then Press OK. Now the JDK is Configured Properly.  :)

Compile and Execute The JAVA program :

Now Lets Try to Run our First JAVA Program.

Open Notepad and type the Following Code


Now, Save As->First.java

Say we Save this File at the Location- E:\Java(where Java is the name of a Folder)

Now go to->Run. Type-> cmd
You will see the Command Prompt Window.
Now Follow the Commands From the Image below.


Command To Compile The File is -> javac First.java
Command To Execute The File is -> java First.

Now, Finally you See the Output as-> Hello World !!
That's it.
Now You can try it with different Programs. Always Compile and Execute the Programs in the Similar way. Now Its Up to you.. try some Different Codes in JAVA as its a Fun in Learning this Programming Language. Happy Programming !! ENJOY !! :-)

keep visiting 

8 ways to access blocked websites



1. Using IP instead of URL

2. Redirection with short URL service

3. Google cache

Search engines like Google and Yahoo cache webpages and these cached pages are stored in search engines themselves, which likely will be added to the blocked list. Click on the ‘cache’ will bring you to a cache version of the page, as updated as how Google caches it.

4. Internet Archive – Wayback Machine

Wayback Machine is a internet service that periodically keeps a copy of almost all websites in the Internet way from the date they’re started. Clicking on the latest copy of what Wayback Machine have should be somewhat similar to the real site.

5. Anonymous surfing

Hidemyass.com
anonymizer.com
wujie.net
ultrareach.net

6. Use Proxy in Browsers

7. Bypass with translation services 

Use Google translate. Open Google translate ,type the URL and translate page.

8. Retrieve web pages via Email

Web2Mail is a free service that sends websites you want to read right into your inbox. All you need to do is send an email to www@web2mail.com with the URL as subject title.

Keep Visiting

9 Ways To Keep Hackers off Your Facebook Account


If you are like millions out there, Facebook has become your no. 1 website on the Web. As you login to it every single day from many devices, be it from your mobile phone, computer, laptop and office workstation, there is a chance that you may leave your Facebook account on without logging out. If your account gets accessed by strangers, it’s going to open up a large can of worms, so you should seriously try to prevent unwanted access to your account.


There are many ways to prevent access to your account by the next person to use the device, the easiest of which is to log out. However if your smartphone or device gets stolen, it’s a whole different matter. In this article, we will go through some important options you can taketo prevent others from accessing your personal Facebook account.

1. Create Strong Password

Chances are, you already have your password created for Facebook however it is advisable for you to make sure your Facebook password is one of a kind and different from your other online accounts e.g. email, blog, hosting etc.
To change your password, go to Account Settings > General > Password.



The best passwords would have the combination of small and capital letters, numbers and symbols.

2. Confirm your mobile number

Confirming your mobile number is one of many ways to enhance your account security on Facebook. This way, even when you lose or forget your password, Facebook will be able to send you a new one via SMS.

To add your mobile number, go to Account Settings > Mobile and click on Add a Phone.

Select your country and set the mobile carrier before clicking Next.

Now you will be given an instruction to send an SMS to the given number. Follow the instructions to get a code via SMS, and then enter the code into the column. You also have the option to Share your number with friends on Facebook and Allow friends to text me from Facebook. Select your preferences and clickNext.

Now your mobile phone is registered with Facebook, and when the need arises, this connection will be useful to reactivate your Facebook account.

3. Activate Secure browsing, Now

Among other things, to make sure your browsing activity within Facebook is safe, you can turn on the Secure browsing option. By doing this, you automatically limit all external applications that are integrated with Facebook from doing any harm or taking your personal information without your knowledge or approval.
To start securing your account, click on the drop down menu from the top right corner of your Facebook account and go to Account Settings.


Select Security from the left menu.


At the Secure Browsing section, click on theEdit link at the right.


The option panel will appear, ‘check’ the boxBrowse Facebook on a secure connection then click on the Save Changes button.

4. Activate ‘Login Approvals’

Login approvals is an extended security feature offered by Facebook, and it will require you to enter a security code each time you try to access your Facebook account from unrecognized devices. To activate Login Approvals, go to Account Settings > Security,look for Login Approvals and click on the Editbutton.

An option to activate Login Approvals will appear, tick the check box to activate.


A popup window will appear with descriptions of login approvals, click on the Set Up Nowbutton to continue.


If you already register your mobile number, Facebook will automatically send you a code via SMS. Enter this code in the given box and click Submit Code.


Now you have completed with Login Approvals request, click Next to continue.


Next, Facebook will offer you to setup a Code Generator from your mobile phone; this is useful in case you are unable to receive SMS. Click Continue.

Code Generator for Android phones

Since I am using an Android phone, I’ll use the Android activation as an example. 
Download the Facebook Mobile App fromGoogle Play if you don’t already have it. After downloading it to your mobile, click Next.


Once downloaded, Facebook will provide instructions to install the Code Generator. To install, launch your Facebook App, tap on menu > Account > Code Generator > Add App. Then click on Finish Setup below.


Now that your Code Generator is active, Facebook will guide you with the correct steps to use the code generator. Next time when you want to generate a new code, simply launch your app, tap on Account > Code Generator and the code will appear. For now, click Close as you have completed the steps to activate your Login Approvals.

5. Disconnect Previous Active Sessions

The good thing about Facebook is that it lets you know about your previous active sessions, where you login from, and what devices you used to access your Facebook account. Now to make sure your account is safe, from theAccount Settings > Security page, look for ‘Active Sessions‘ and click on Edit.


Now all previous sessions will be listed, together with the current active session at the top of the list. Click on the link ‘End Activity‘ to kill the activities from other devices.

6. Activate Private Browsing

Another way to prevent another person from accessing your account is by activating the ‘Private Browsing’ option from your browsers. All browsers have this private browsing option, and by activating this option, your activity will not be logged into the browsing history.

Safari

If you are using the Safari Browser on Mac, activate Private Browsing from the menu withSafari > Private Browing.

Firefox

For Firefox, go to Tools > Start Private Browsing.

Chrome

If you are using Chrome, there’s an option to browse using the Incognito window, it’s a version of Chrome window where all browsing activity will not be logged in. To open this window, go to File > New Incognito Window.

7. Don’t ‘Keep Me Logged In’

The moment you want to login to your Facebook account, at the Log In page, there’s a small checkbox that says Keep me logged in. Make sure this box is unchecked. Then, log in as usual. With this on, you will be asked for your email and password every time you launch Facebook.

8. Avoid Spam Links

Facebook is serious about spam and is always enhancing its features to make sure you are safe from being a victim to scams. The types of attacks include money scams through direct or indirect requests via Facebook messages, chat etc, phishing links that will redirect you to fake websites, malicious links that could retrieve your personal information or even harm your computer. There are also chances you may receive emails from ‘Facebook’ but it is actually from a phishing website, this modus operandi is part of a scam.

There are many ways you can avoid being a victim:

Never click on suspicious links whenever or wherever you find it, even if it came from your friends. If you receive a link, always take the extra step of asking your friend what the link is to confirm that they had sent it. Usually these links are ‘sent’ without the sender’s knowledge. This includes all links that appear in your Facebook Chat, Messages, friend’s status post or even from your email.

Never give out your username or password to anyone, including websites with suspicious links and layouts. Giving your passwords freely could jeopardize the security of your personal information on Facebook.

Log in only at www.facebook.com and not from any other link or website, unless you are accessing via Facebook App.

Update your browser to its latest version to ensure your browser’s security is up to date so it would detect and alert you with a warning when you are navigating to a suspected phishing site.

9. Sign Out after use

Lastly which is the most important of all (and definitely worth repeating), never forget to log out from your Facebook account.

Keep Visiting

Hack Email And Send Unlimited Mails At a Time



Hi, friend’s today i am going to show how to send anonymous emails at a time
To your friend or enemies this is impossible but anything can happen by hacking
So friend coming to question ,it can happen by using third party software’s and techniques , YES it is possible to bypass their spam filters and send anonymous emails to your friends, For example ,you can able to send an email with the above email id 
From Bill Gates billg@microsoft.com

The way of sending this kind of emails can be known as EMAIL SPOOFING on using your STMP servers to send unlimited mails this method used to work in previous days but at present it has been popular through low success rate due to (yahoo and Gmail etc)are able to block emails that are directly send from personal computer

In This Post I will show you The New Way To Send Anonymous Emails (Spoofed Emails) which is 100% working and have got highest success rate ,If you are anxious to send RELAY SERVER
In simple words it is called as SIMPLE MAIL TRANSFER PROTCOL(SMTP)
That is trusted by google and yahoo ,so when you send an emails using SMTP the emails service providers like yahoo and gmail etc will blindly accept the emails and delivering to inbox
Of the recipient ,If the SMTP server is not authorized google and gmail will reject all emails. this is an simple reason for which using our SMTP sever fails
SO WHATS NEXT CAN ANYONE  guess

So to get right and correct TRUSTED SMTP SERVER to send unlimited emails is to learn carefully the following emails
The emails That Are Sent From web hosting provider are trusted and authorized so you have to find a free web hosting provider which allows you to send unlimited emails, this can be done by avoiding spamming ,however the paid hosting plans allows you to send number of emails .once u find a hosting service that allows to send emails from their service it is easy to send anonymous emails, At last we have to just change the EMAIL HEADER to insertSPOOFED FROM ADDRESS into it

I created a PHP script which allow you to send emails from any name and email address of your choice This script can be found here

Anonymous Email Sender Script

Follow this procedure step-by-step

Goto X10 Hosting and register a new account.Download my Anonymous Email Sender Script (sendmail.rar).Login to your FreeWebHostingArea Account and click on File Manager.Upload the sendmail.php, pngimg.php and bg1.PNG files to the server.Set permissions for sendmail.php, pngimg.php and bg1.PNG to 777.Now type the following URLhttp://e.freewebhostingarea.com/404.htmlNOTE: your site must be substituted by the name of the sub domain that you have chosen during the     registration process.Use the script to send Anonymous Emails. Enjoy!!!If  you have any problem. Please post your comments…

WARNING: ALL THE INFORMATION DISPLAYED IN THIS POST ARE FOR EDUCATIONAL PURPOSE ONLY I AM NOT RESPONSIBLE FOR ANY ILLEGAL ACTIVITIES

Keep Visiting 

15 worlds top cracking tools for Pc


The worlds best and tested cracking tools which always helps you to do your world more easier than before in all ways these software's are tested by professional system tools trainers
the 15 softwares are listed below

1. PDF Password Remover: 
PDF Password recovers lost passwords to password-protected PDF files (*.pdf). PDF Password recovers user and permission passwords only. PDF Password does not allow to break DRM (Digital Right Management) system. If user password (also known as password to open) is either not set or known, it is possible to remove permission password instantly.




2. Windows XP Admin Password Remover :
Windows Password Cracker can easily extract unencrypted password hashes from systems that use Microsoft's SYSKEY protection. It supports international language input locales, allowing it to work with operating systems and passwords based on single byte character sets including those for European, Cyrillic, Greek, Hebrew, Arabic, and other languages. Windows Password Cracker now includes a 53,000 word English dictionary for comprehensive English dictionary audits. It's is an easy-to-use and fast password recovery software.



3. Zip File Password Cracker
Atomic Zip Password Cracker is created to recover the lost or forgotten passwords for ZIP archives. It can quickly restore the password in several ways: the direct search and the dictionary attack. It has easy-to-work and friendly user interface. There are two modes of password recovering: automatic and user-defined mode. If the automatic mode is set the program makes a password search basing on most frequently used settings (such as capital and small letters, 0-9 figures; maximum 5 symbols length password). If you have the information about the components and length of the password you can try to start the user-defined mode. 



4. Microsoft Office Password Remover
This software helps recover or delete forgotten Microsoft Office document passwords. The software restores passwords of certain types instantly, plus the latest version of the software allows finding lost hard-cracked passwords seven times faster!


5. SQL Password Remover
Kernel SQL Password Recovery is a MDF (Master Data File) password recovery software widely used to recover the lost or forgotten passwords from SQL Server 2000 password-protected database files (*.mdf). The software recovers all the passwords instantly despite the length and complexity of the password. The .mdf files stores the password using strong encryption algorithms. This strong encryption can not be easily decrypted. Kernel SQL Password Recovery will recursively scan the password protected sql database file and will automatically generate the password. The generated password is an alternate password (NOT the Original Password) to unprotect the MDF file.


6. EXE File Password Recovery
EXE Password Protector is a powerful yet easy to use system utility that allows you to password-protect any Windows executable file in a few steps. This incredible program is intended for those people who share the same computer with others and want to protect sensitive applications from an unauthorized usage. If you are looking for an efficient and fast application that allows you to password-protect any Windows executable file, EXE Password Protector is perfect for you.


7. Windows Vista Admin Password Recovery
Windows Password Unlocker is a pioneer Windows password recovery with intuitive Windows graphical user interface, but not DOS-like black screen, so that it is much easier to reset Windows login passwords rapidly and conveniently in case an administrator password is forgotten or lost in Windows 2000/2003/NT/XP/Vista/2008. No need to re-install the operating system any more. Just boot from the program CD, choose the account you wish to reset. Then you can log in as a particular user with a blank password. Even with the on-screen step-by-step instructions, the program is so simple to use without any technique.


8. RAR File Password Cracker
RAR Password Recovery proved to be an effective way to uncover lost or forgotten passwords, but--as its name implies--it only works with one file type. Its straightforward, tabbed interface clearly represents the three main password recovery options: Brute-Force, Booost-Up, and Dictionary. Each approach proved successful in our tests, although the demo limits passwords to three characters. Conveniently, you can save password recovery settings in projects for future use. While it can only handle one file format, users who need to unlock their RAR files will find this application up to the task.


9. Password Changer
Active Password Changer Professional is a DOS-based solution designed for resetting local user passwords in case of administrator's password is forgotten or lost. Forgotten password recovery software is useful if you lost the administrator password and cannot access the operation system. Other Windows login security restrictions like 'Account is disabled', 'Password never expires', 'Account is locked out', 'User Must Change Password at Next Logon' and 'Logon Hours' can be changed or reset. Supported platforms: Windows XP, 2000, NT, Windows Server 2003 and Windows Vista.


10. Password Memory
The Password Memory 2010 application was designed to be the perfect password manager for you. Your passwords are encrypted using multiple algorithms to keep them secure. Your login details (username, password, etc.) can be searched and sorted fast easily. Login details associated with a website can also be copied into the webpage with the click of a button. Generating random secure passwords in an instant. You can even install the program on a USB stick and bring your password database securely with you wherever you go


11. Distributed Password Recovery
If every system administrator's nightmare is forgotten passwords, then this application is every admin's dream. Installation of Elcomsoft Distributed Password Recovery is quick and simple. The clean tab-and-button interface is well-organized. This application cracks Word 97 and Word 2000 passwords, plus the weaker PGP, PDF, and Windows passwords. It takes just a couple of steps to crack most files. The software can unleash agents that harness the power of multiple client machines to improve password-recovery time. Connecting over the network is through a user-specified port, to forestall interference with other applications. Your firewall may have to be set to allow information through the port. The help file is sparse, but the program operates cleanly with little user supervision. E-mail alerts are easy to implement, making this a start-it-and-forget-it piece of software.

 


12. Windows 7 Password Cracker
The Ophcrack Windows password cracker is by far the best free Windows password recovery tool available. It's fast and easy enough for a first time password cracker with a basic knowledge of Windows. With Ophcrack, you don't need any access to Windows to be able to recover your lost passwords. Simply visit the site, download the free ISO image, burn it to a CD and boot from the CD. The Ophcrack program starts, locates the Windows user accounts, and proceeds to recover (crack) the passwords - all automatically. In a test on a Windows 7 PC, Ophcrack recovered the 10-character password to my administrator account in 40 seconds. Ophcrack supports Windows 7, Windows Vista, and Windows XP.

13. Mozilla Firefox Password Cracker
PasswordFox enables you to review and export the list of saved logins and passwords that are stored in your Firefox browser. The list can be saved to a text file or exported to HTML format. PasswordFox will let you view passwords from any Firefox profile, not only the current one. A useful tool to backup your login information, keep in mind though that the exported text file in not encrypted and should be stored securely.


14. Asterisk LoggerMany applications, like CuteFTP, CoffeeCup Free FTP, VNC, IncrediMail, Outlook Express, and others, allows you to type a password for using it in the application. The typed password is not displayed on the screen, and instead of the real password, you see a sequence of asterisk ('****') characters. This utility can reveal the passwords stored behind the asterisks in standard password text-boxes.
Asterisk Logger is a successor of AsterWin utility. It reveals the asterisk passwords in the same way as AsterWin utility, but it has some advantages over the previous utility:

* You don't have to press a button in order to reveal the asterisk passwords. Whenever a new window containing a password box is opened, Asterisk Logger automatically reveals the password inside the password-box, and add a record to passwords list in the main window of Asterisk Logger.
* Asterisk Logger displays additional information about the revealed password: The date/time that the password was revealed, the name of the application that contains the revealed password box, and the executable file of the application.
* Asterisk Logger allows you the save the passwords to HTML file and to 3 types of text files.


15. MSN Password Recovery
MessenPass is a password recovery tool that reveals the passwords of all instant messenger applications. MessenPass can only be used to recover the passwords for the current logged-on user on your local computer, and it only works if you chose the remember your password in one of the above programs. You cannot use this utility for grabbing the passwords of other users.

 

Keep visiting 

Share