Latest Posts

26 July 2014

How To Register YourSelf In IRC (A Low Bandwidth Communication System)

 

 

Overwhelmed by trying to set yourself up on IRC? Don't worry; we've got your back. By following these simple steps, you'll be up and running in less than 10 minutes. Ok, let's dive in!

Note: This guide is geared towards the Freenode IRC network, but with a few small tweaks should work against most public IRC networks.

Step 0 Are you Eligible?

Freenode is primarily a network for people involved in open source software. Read Freenode's guidelines to determine whether you are on topic before getting started

Step 1 Registering Yourself

Open your IRC client (see our recommended clients), and setup a connection to Freenode. If there isn't already a preset for it, use the following settings:
  • Server: chat.freenode.net
  • Port: 7000
  • SSL: enabled
Choose a preferred nickname or nick and enter your desired password. Freenode has good docs on registering a nick, but it boils down to this command:
/msg NickServ REGISTER <password> <youremail@example.com>
Replace <password> with the password you entered in your client and <youremail@example.com> with your email address. In case the nick you want is registered, you can change your nick using this command:
/nick <newnick>
If it is available, register it and update your IRC client settings.
Once you've registered a nick and confirmed your email address, login to IRC. The easiest way to do this is to just restart your IRC client and make sure it logs in correctly. Alternatively, you can run this command:
/msg NickServ IDENTIFY <nick> <password>
After logging in the first time, use this command to force anyone using your nick to login, preventing potential abuse:
/msg NickServ SET ENFORCE ON

 

Read more ...

Auto Invite To Pages And Events On Facebook

 

 

Do you want to invite lots of your Facebook friends to an event, page or group? It’s a tedious task to select them one-by-one, which is why the “Toggle all” button is so great. It lets you select them all at once at the push of a button – it’s a great time saver.

Warning: I will not be held responsible for any consequences you create by using this information. It’s powerful and can be abused. Be careful and do not overuse this secret…
A Facebook trick to select all your friends at once
Before I tell you how to get the Toggle all button, I’ll show you a code you can use to quickly select them all. Then I’ll tell you how to use it. You might already know, that’s why I put the code first.

For Events -

javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};

For Pages -

var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
1. Login to Facebook and then go to any event, your page, or group you want to invite people to.
2. After you indicate whether you’re attending or maybe attending, the “Invite friends” button appears and then you have to click it.
3. Scroll down to the bottom of that window, so all your friends load. You might have to scroll multiple times. You can’t select friends who don’t appear in the window.
4. Copy the code above and paste it into the address bar of your browser (where it says www.facebook.com/event…) and then BEFORE you hit the Enter key: Press the HOME key or scroll back to the beginning of the code you pasted in the address bar. Make sure it starts with “javascript:…” – it may not! It might start with “var x=…” Retype javascript: manually at the beginning. :)
Once again, if you paste the code and press Enter and it goes to a Google search results page… you’ve got to add javascript: to the beginning… then hit Enter.
5. Wait until all the visible friends are selected (this might take a little while.)
6. You can also add a personal message before you click the “Send Invitations” button, if you’d like.
7. Click “Submit”
I hope you found this useful.
Toggle All Button - Another Facebook trick to select all your friends at once
1. You need the Google Chrome browser to get the button. This is the browser I recommend using anyway since it’s so fast. If you don’t have it yet, download it from http://www.google.com/chrome
2. Open Google Chrome and download the add on called “Extensions” here https://chrome.google.com/extensions
3. Go to https://chrome.google.com/webstore and search for “Toggle all” or “Facebook Inviter”
4. Click the “ADD TO CHROME” button beside Facebook Inviter.
5. Click Install.
6. Once it’s installed, login to Facebook using Google Chrome and then go to any event, your page, or group you want to invite people to.
7. After you indicate whether you’re attending or maybe attending, the “Invite friends” button appears and then you have to click that button.
8. You’ll notice that a “Toggle all” button appears with the Submit and Cancel buttons. Click the “Toggle all” button and it will automatically select all your friends for you. It may take a few moments to process.
9. Click “Submit”
NOTE: You only have to install the “Toggle all” button once. After that, it’ll always be there for you to use.
Read more ...

22 July 2014

Wechat Messenger Giving Free 50 Rs Recharge By Sending Message :D

Wechat+Tweakingtricks.jpg

Hey All Guys , many Of You Want Free Recharge :P , So We Are Back With This Post Called Wechat Messenger Giving Free 50 Rs Recharge . As You Know That Many Of Messengers Are Giving This Type Of Offer Also Line IS Giving But Its Take Time To Receive 130 Rs Its Takes 25 Days :P , But Wechat Is Giving In Just 48 Hrs That's Cool , Just You Need To Follow The Simple Steps :)  . Also Check Our Get Free 130 Rs By Downloading Line App . You WIll Receive That 50 Rs Recharge Redeem Links In Just 48 Hours :)




How To Get This Amazing Deal :D 
  • First  Download Wechat :- Click Here
  • Now Register If You Don't Have Account  Or If You Have Just Sign In :D
  • After That Send Any Message To Your Friend You Can Send Him :- messages /Audio / Video/Emoticon Any Of Them .
  • After All Doing This You Will Get Your 50 Rs Recharge Redeem Link In Within 48 Hours :)
Read more ...

Winrar File Extension Spoofing 0day

winrar file extension spoofing oday

In March 2014, winrar file extension spoofing 0day was used wildly to hack many windows users.
In this tutorial, i will explain this vulnerability with some POC images and video created by my friend Gujjar-Haxor (Pak Cyber Pirates).

Vulnerability Description:

The file names showed in WinRAR when opening a ZIP file come from the central directory, but the file names used to extract and open contents come from the Local File Header. This inconsistency allows to spoof file names when opening ZIP files with WinRAR, which can be abused to execute arbitrary code. 

NOTE:

This tutorial is found working under windows 7 environment. For some reasons , it didn't work for my friends using windows 8. So, try it on win 7 if it doesn't work for you on win 8. Thanks.

POC:

1- Get a portable executable file. In this tutorial, i am using havij software which is an sql injection tool but you can use some trojan or RAT to infect the victim.

2- Right click on this exe file and click on "Add to archive". Choose ZIP archive format to compress this file into a ZIP archive.

3- Run Hex Editor , Hex workshop or any hex editor and open this compressed ZIP archive in it. Go to the end of hex editor and find havij.exe and rename its extension to jpg like this havij.jpg.
winrar zip file extesion spoofing


4- Now open this zip archive. You will see havij.jpg icon in the archive. When you will double click it, it will run that havij.exe file. 
(This is just a demonstration, you can use your own metasploit payload, trojan or RATs instead of this havij.exe file)
Read more ...

19 July 2014

Windows Phone Facebook Application Mention Trick


As we all know Microsoft is working hard for its Windows Phone OS. And If you ask my opinion according to me Windows Phone OS is an awsm approach to make smart phones more useful for our daily need.

So , Come to the point ....

As I was using my facebook application in my lovely windows phone . I have to mention my friend but I didnt knew till how to mention on application. Then I thought why not lets try tradition methods of mentioning which is now a days used  on Forums like http://ultimatehackers.ga . So what I did I just Put a @ followed by the name of my friend I want to mntion. And guess what It worked . I was just amazed that woww great thing I found .

Here Is Steps-

1- Open Post in which you want to mention someone

2- Write you comment Then Type "@" without quotes Then some first comming letters of name

For Example- I want to mention Leet khan in my comment So type this in comment @leet and you will see some suggetion below like image

3- Simple select the name And you are done!

 You can also use it for your post (see image)

Enjoy reading!!



Read more ...

18 July 2014

HideMan2 Premium vpn Life Time

Hideman 2

Hideman application creates VPN connection to one of our servers located in 16 countries around the world. We try to add new servers as fast as we can.
VPN connection protects your privacy and increase security level.
This crack will remove the hour limit of Hideman 2,letting you to be connected to the VPN Server forever
  • How to Crack ?

    1. Install Hideman 2
    2. Exit from Hideman using system tray icon (important)
    3. Turn off any virus guards
    4. Run Hideman 2 Crack, and press crack button
    5. If asked browse and select ‘Hideman.exe’ file from Hideman installation path
    6. Done :)  
    How to fix Disconnected issue ?
    sometimes you will continuously get disconnected message in hideman after applying crack.follow the steps given below to fix it :)
  • Run Hideman
  • Press +1/1 button under Hours (nothing will happen other than loading,its OK)
  • Go to Payment Menu > Click 1 Month option (it will open a web page,just close it)
  • Now close Hideman completely using system tray icon
  • Go to Hideman installation path and delete ‘pref.cdat’ file (example path : C:\Program Files\Hideman\bin)
  • Now open Hideman and it will work normally :) [If this didnt work, re-apply the crack at step 5]

 Download:

HideMan2+cracke.rar 

Read more ...

16 July 2014

Easiest Method To Ddos on any site

  Distributed denial of service(ddos)-

 Distributed denial of service attacks on root nameservers are Internet events in which distributed denial-of-service attacks target one or more of the thirteen Domain Name System root nameserver clusters. The root nameservers are critical infrastructure components of the Internet, mapping domain names to Internet Protocol (IP) addresses and other resource record (RR) data.

    STEPS OF DDos-

 #1- Download files from here-

http://leetkhan.ga/ddos.zip(password-ultimatehackers)

#2 - Unpack all files in a directory

#3- Choose a target 

#4a- For example i had choosen a site nemed http://site.com(for testing)

#4b- Open cmd(commant prompt)

#4c- write ping site.com

#4d- Note down ip address of the site

#5- Open the directory in which u unpacked zip archive mentioned above

#6a- Install freeportscanner.exe. When installation complete open it and wirte ip address we note previously like image shown

 #6b- Hit enter and after somtime you will see the open port in that site

 

####Hint- You can skip scanning step (5 to 6a) and choose 80/tcp on any site because it must be open and normally http request rely on port 80/tcp

#7- Open Rdos.exe 

 

 #7b- Hit enter and see magic


#####comment below if u face any problem######



Read more ...
Designed By Published.. Blogger Templates