Saturday, 17 November 2012

How to Bypass Blocked Online Games at School or University

0 comments
Today i gonna to show you on how to bypass blocked  ports to play online games such as World of Warcraft, Garena (DotA, Heroes of Newerth), and etc.


Follow this steps :

1.   Get 'Your Freedom.exe'

      Download Your Freedom and register a free accounts (limits 3 hours  
      online daily) for free or you can buy for a full unlimited (no cap) monthly 
      at cheap price. Once you download and registered, please proceed to the  
      next step. Get it from [HERE]

2.   Get Proxifier.exe

       Go [HERE] and download Proxifier 3.15+Serial. Install this program.


**Download links has been updated!


3.   Configure Your Freedom.exe :


Open Your Freedom and click Configure


Then click use Wizard


click Next, Next , until it scanning for servers 
(usually takes about 2-3 minutes)


Once the server scanning is done, choose the best server 
(usually top 1, but you can choose the best according to your country). 
In this case (MY-Malaysia) > click Next


enter your Username and Password 
(Free account = 3 hours daily connection) > Click Next


Save & Exit


Now click Start Connection and wait for the Door to open (Connected)



4.   Settings for Proxifier :

Open Proxifier > Click Proxy Servers


Server (Address) : 127.0.0.1 Port: 1080 Protocol : Socks Version 5



Click Proxification Rules


Add localhost server (for gaming connection route)


Click Add to add your game. 
*If your want to play DotA Online for example. Don't forget to add all '.exe' that related to this game include war3.exe, Garena Plus.exe
Action : Select Proxy Socks5 127.0.0.1:1080 > OK

Done!


Take note all these thing to ensure this program work :

  • Make sure Your-Freedom is running and connected (door open)
  • Make sure Proxifier is running (small graph icon on ur taskbar)
  • Make sure your .exe Game is added into proxifier and route to 127.0.0.1 socks 5 proxy
  • Run game and make sure proxifier detects your .exe game

Enjoy your online game!

Pass : memberdotmy


credit to : tidusyuna.com, matafungsi


Friday, 16 November 2012

Symlink Bypass Tutorial

0 comments





Symlink bypass is one of the method where instead of hacking directly a WordPress or Joomla website, the attacker hacks some other website on the same server and somehow uploads the shell. The attacker then extracts the target host’s database details and through some simple MySQL interface, successfully connects to that website.
Actually, the home directory on the server can only be accessed by a root level user. However, with symlink bypass we can touch files inside home directory. So this gives access to those file which we aren’t even permitted to see.
For some reasons, I could not provide with the regular demo snaps. Though, I have a nice video demo here, showing how exactly its done. Credits to Cat-DevilCode and Atom Mota!.



You can download the needed files from [HERE].


Disclaimer: This is for educational purpose and to make you aware of the scenarios of various different security breaches. The administrator or the authors of memberdotmy will not be responsible for any misuse of this post.


credit to : thecybersaviours


WinRAR 4.20 Full Activated 32-bit & 64-bit [Tested]

1 comments





WINRAR 4.20 FINAL EDITION 

Stealing the crown from WinZip, the previously undisputed king of file compression apps, WinRAR is a must-have in any modern-day PC toolkit. The application not only includes support for extracting virtually any kind of file compression format, it also boasts a no-nonsense approach to reducing file sizes. 

Boasting more compression options, higher compression rates and smaller file sizes than WinZip, WinRAR is now the undisputed market leader in file compression. 



Languages: 

English, Spanish, German 


WinRAR supports the following formats: 

RAR, ZIP, CAB, ARJ, LZH, ACE, TAR, GZip, UUE, ISO, BZIP2, Z, 7-Zip 


What new in WinRAR 4.2 ? click here


Pass:  memberdotmy

**Download links has been updated!
 


credit to : akhilesh910



Thursday, 15 November 2012

Sniff Out Facebook Cookie and How to Avoid Being a Victim

0 comments




How to steal Facebook Authentication cookies

How to hack a Facebook account – or, basically how to hijack php sessions. Yes – this is old news – yes its a common vulnerability – but you get a better idea for what it is and how it works when things are explained in detail


Facebook like many sites operates using authentication cookies. Their auth cookies contain a variety of information, but for our purposes this is irrelevant. Here is a sanitized cookie for reference:

Cookie: datr=1276721606-b7f94f977295759399293c5b0767618dc02111ede159a827030fc; lsd=Xesut;lxe=greg.evans%40****************;c_user=100001230367821; lo=wl9fcGXMhPfoT4bAhKFP3Q;
lxs=1;sct=1276721745; xs=a615cfe596448194d6e2a8d062a90e4e


You can see the ‘lxe’ field is the login. We haven’t done any further research into what the various other fields mean, but using facebook without any kind of security you’re both leaking the email address used for your login and the session cookie.


  • First thing you’ll want to do is fire up your favorite packet capture application. For this example we’ve used Wireshark.
  • Next, set the filter in the top left to ” http.cookie contains “datr” “. This should show you only packets captured which contain the cookie we’re looking for. You can see that in this screenshot we’ve already captured a cookie.
  • Once you’ve found a suitable cookie, you can copy it into the buffer by right clicking on the cookie line, and clicking Copy -> Bytes (Printable Text Only)
  • Next you’ll want to open up firefox. You’ll need both greasemonkey and the cookieinjector script. Simply browse to facebook – make sure you are not logged in. (If you still don't have greasemonkey and cookie injector, you can get it from [HERE])
  • Hit ALT-C to bring up the cookie injector dialog box
  • Then paste in the cookie!
  • Hit refresh and – You’re now logged in as your victim! Now this doesn’t give you access to their credentials, this is about the equivalent to walking up to their workstation while they’re away from their desk and using facebook.

VIDEO TUTORIAL






How to Avoid From Being a Victim

That it is VERY EASY to protect yourself against this sort of attack. Facebook supports HTTPS, so when you browse facebook (or twitter for that matter) or if you have it bookmarked – please make sure you’re using HTTPS:// rather than HTTP:// in the URL at the very least, if not using a VPN solution for further encryption. Also, if the ‘victim’ logs out of facebook, the attackers session becomes invalid – so it’s a good practice to actually log out of facebook and log back in again rather than using the ‘remember me’ checkbox.


credit to : atenlabs.com, 



Cookie Injection Using Greasemonkey

0 comments

There are several Firefox plugins which allow the user to manipulate their browser cookies. However, most of these plugins force the user to manipulate cookies individually. This can become tedious if the user is simply “importing” cookies from, say, a wireshark dump.
The CookieInjector userscript simplifies this process, by allowing the user to copy-paste the cookie portion of the dump and have the cookies from the dump automatically created on the currently viewed web page.

To Use The Script:

Fire up Wireshark, formally Ethereal. Start listening for traffic on the same interface you use to access the internet. To cut down on extra packets, enter tcp as a capture filter. TCP is a transport layer protocol featuring reliable transport, congestion control and connection oriented transfers. Since HTTP uses connections between client and server and therefore the TCP protocol, is is safe to filter out all non-TCP packets. To further filter the packets that Wireshark is displaying enter http.cookie in the filter field. This will filter out all packets which are not using the HTTP application layer protocol and all HTTP packets which do not contain cookies.
Next go to a website that uses cookies. Most websites which support user logins or shopping carts use cookies for these purposes. Make sure that the website that you visit does not encrypt the entire session (such as a banking website), otherwise the packets will be encrypted and not viewable in wireshark. After capturing a couple packets which contain cookies scroll down to the Hypertext Transfer Protocol portion of the packet preview, expand it, and scroll down to the cookie line. Right click on the line, and select copy->Bytes (Printable Text Only). This will copy the human-readable portion of the packet which represents the Cookies associated with this website.
If you haven’t already, install Greasemonkey, and the CookieInjector userscript. Clear your private data, ensuring that the Cookies and Authenticated Sessions options are selected. This will delete all your cookies, so we can see the script in action. Press alt-c to view the CookieInjector dialogue, paste the cookie string from wireshark into the text box and click OK.

How The Script Works:

After the page has loaded the CookieInjector class is initialized. This involves setting up the dialogue and binding a function to the onkeydown event. When the user presses the ALT-C key combination, the CookieInjector keyPress function is called, which checks to see if the correct key combination has been triggered. If it is valid, the dialogue’s display style is changed, making it visible in the middle of the page.
After the user enters the cookie that was copied from Wireshark, the script does a quick cleanup of the string, and then adds the cookies to the browsing session.
Note that the cookie’s host will be the domain that is loaded in the browser when the cookie is injected. The root path will be used for the root of the cookie to ensure that the cookie is persistent across the entire domain. Finally, the cookie is a session cookie, which means that the cookie will expire when the browser is closed.

Security Implications Of Cookies

The use of cookies for identification and authentication presents a dangerous security risk for un-encrypted connections. Most websites (such as Hotmail, Facebook and Gmail), only encrypt the username and password when initially authenticating the user and all traffic following the initial handshake is un-encrypted. As a result, the cookie information is readable by anyone who is listening with appropriate software, and malicious users can steal the cookies of other users on the network, possibly gaining access to their accounts. Un-encrypted or weakly encrypted wireless connections (those which do not use WPA or stronger encryption schemes) are especially susceptible to cookie stealing. This is because anyone with a wireless card can simply listen to all network traffic as it is broadcast through the air, intercepting cookies, images, web pages and any other traffic which may or not be intended for them. Intercepting traffic on a switched network (most LANs) is more complex, but can be accomplished using ARP Poisoning or software such as Ettercap
The take-home lesson is to use encrypted connections, like https, whenever privacy is important. Always remember that if the connection is not encrypted anyone could be listening in.


You can download the tools from here:


Greasemonkey : for Google Chrome user [Here] | for FireFox user [Here]
Cookie Injector : [Here]


credit to : 51° Systems, dustint.com




How to Make Your Own FUD Crypter

5 comments
What is Crypter?

As said above, Crypter is free software used to hide our viruses, keyloggers or any RAT tool from antiviruses so that they are not detected and deleted by antiviruses. Thus, a crypter is a program that allow users to crypt the source code of their program. Generally, antivirus work by splitting source code of application and then search for certain string within source code. If antivirus detects any certain malicious strings, it either stops scan or deletes the file as virus from system.

What does Crypter do?

Crypter simply assigns hidden values to each individual code within source code. Thus, the source code becomes hidden. Hence, our sent crypted trojan and virus bypass antivirus detection and our purpose of hacking them is fulfilled without any AV hindrance. Not only does this crypter hide source code, it will unpack the encryption once the program is executed.

What is FUD?

FUD is acronym for Fully UnDetectable. With increased use of Crypters to bypass antiviruses, AV became more advanced and started including crypter definitions to even detect crypter strings within code. So, use of crypter to hide Ardamax keylogger and RATs became more complicated as nowadays, no publicly available crypter is FUD.

So, if you crypt RATs with publicly available crypters, they are bound to be detected by antiviruses. This is because most FUD crypters remain "FUD" for maximum of one or two days after their public release. To obtain FUD crypters, you have to either search for it in hacking forums or make one (which is somewhat tedius.. I am working on this).



Now you can make your own crypter by following on this tutorial.





Pass: memberdotmy

Download link : 
**Download links has been updated!
  • source code [Here]
  • tutorial [Here] *ebook pass is bluep22



credit to : Shawn [author], crypters.net







Best Free NFO Viewer [Tested]

0 comments



GetDiz is a Notepad replacement that offers a wide range of features while maintaining incredible speed, ease of use, stability, and small size. The user interface is handy, small, specific, and configurable. Do you want to go through a bunch of text files quickly in Explorer? Turn on the "Allow only one GetDiz instance" option and click on every file. GetDiz will display the files one after another in the same window.


With GetDiz you also get enhanced functionality with DIZ and NFO files, which are often included in ZIP and RAR archives. GetDiz is able to display ASCII art correctly. You can even save text, nfo and diz files as GIF images! Even if GetDiz offers many features, the user interface is kept clean, so you can concentrate on text reading or editing. An optional USB-Stick installation is also possible. This notepad replacement is available for free.



Windows 7 compatible


Details :
  • Runs as a stand-alone program on a user's computer
  • Top pick, full of features, supports many languages, thumb drive version available.
  • A portable version of this product is available from the developer.
  • Compatible with Windows XP, Vista and Windows 7 both 32-bit and 64-bit.
  • Option is given to make the product portable during installation.

Pass : memberdotmy

**Download links has been updated!




 

Copyright 2013 All Rights Reserved Customize Revolution Theme by matafungsi