Friday, September 2, 2011

WIFI ACCESS WITHOUT PERMISSION


You surely love using high speed internet. And if it comes to you at no cost then its like paradise on earth. Suppose you have a nice, loving neighbor who uses high speed connection , let say of 8 Mbps, and have a router too. He is mostly out of house and there is Wi-Fi wastage on his back. Then its your responsibility to protect it from wastage by using it for your own.
There are two ways to get your desired thing. First ask him to use his Wi-Fi, if he agreed, well and good. But if not use the second method. (Mostly you are forced to use this second one)
So initially you required following tools for hacking the neighbor`s wi-fi.
  1. Any good software for hacking like iWep Lite or CommView
  2. WEP recovery key
  3. Aircrack-NG
Start the Mission -With CommView
  • After installing Commview, paste the “cv.exe” to the install directory (c:program files\commviewwifi)
  • then let it install the driver on its own after detecting your card.  you should have 1 card that is connected with commview. drivers
  • Select  “enable advanced rules” in rules menu. Write “tods=1 and dmac=FF:FF:FF:FF:FF:FF” in the box with name formula. then click add/edit after naming it.
  • Go to settings>options>memory usage and choose max buffer packets to 20000 (max). Except the first one named as “capture data packets” uncheck all the other check-bars on the main bar of CommView.
  • After the above setting, start scanning for the network. If you found your required network, click on the capture button after selecting your desired network.CommView_for_WiFi
  • By utilizing your spare adapter, try to connect with password protected network. if asked for key, type anything randomly,like 987654321 or kjgfgdlfgk.
  • It probably shows the limited connectivity sign. Come back to commview menu there should be a couple of packets in packets tab.
  • You should see some packets named as IP/UDP, ARP REQ, and a couple of others, On the protocol column. Right click “ARP REQ” select “send packet”. A small bar should now appear. Change packets per second to 2000 and send it.
  • Now get back to commview and uncheck the rule you made earlier, in “Rules” menu.
  • You can see the number of packets rising quickly.  By clicking save button in the “File” menu, You must save every 20000 packets. Try to save it as a “dump” .cap file, instead of saving as an ncf file.
  • Now Extract Aircrack-NG. Open aircrack-ng-GUI which is in the map “bin” and click launch after selecting the files you saved previously.
  • From the list of IV’s, pick the target you want to hack.password found
  • And Finally You are now connected with Wi-Fi of your neighbor. Send him a thank you gift for good luck :p

Wednesday, August 24, 2011

WEB HOSTING SOLUTION

For complete web-hosting solution, SEO, Web designing, Server side programming & webbased services ------------

contact - aidysign@gmail.com

BUY & SELL


        We are selling the site

        www.jorhat4u.in

            Contact : aidysign@gmail.com 




Tuesday, August 23, 2011

LOGSYS...WE CHANGED

Hello Guys, we have changed our name as LOGSYS which is a short form of Logicware Systems for more convenience....Editor


Sunday, July 10, 2011

Multiple login in yahoo Without Using any Software

You can login with multiple id's on the same yahoo messenger without any download or patch .
Follow these steps :

1.   Go to Start ----> Run . Type regedit, then enter .

2.  Navigate to HKEY_CURRENT_USER --------> Software ---> yahoo  --->pager---->Test

3.  On the right page , right-click and choose new Dword value .

4.  Rename it as Plural.

5.  Double click and assign a decimal value of 1.

Its done!!
Now close registry and restart yahoo messenger and try Multiple Login.

Thursday, June 23, 2011

JSP or ASP?

ASP:-
1-asp stands for Active Server Pages a server side scripting technology made by microsoft and it use Visual Basic language. in short if you know how to program in Visual Basic then you can easily makae asp pages.
ps. ASP .NET the new age of ASP work on several programming language. mostly on VB . NET and C#

2-theoretically you can connect to any database through ADO if you used the required addon. though asp fully supports connecting to access database (no server required) and support also MS SQL connection.

3-mostly it works on Microsoft IIS server. other servers can support asp also but mostly it works on IIS web server on windows machine.
so system,web server,DBMS and scripting language would be Microsoft product. in another saying every thing would be Microsoft made bundle.

4-because neither windows now IIS is free, ASP is not a free language.



JSP:
1-on the other hand jsp technology is not microsoft made thing. it stands for Java Server Pages. and developed by Sun. it uses Java language as the scripting language. and accordingly if you know Java then you can easily start creating your website in jsp

2-jsp is not known to be twined with any database. so you can connect to any database system simply by loading the driver for the database then connect. I use mysql my self when coding in jsp.

3-jsp website is mostly supported by Apache Tomcat web server and work mostly on Linux based web server.But it also runs on JBOSS and IBM application servers. JSP is definitely best if your running a linux or unix server, and should work more reliability over all. It can take a bit of work to configure tomcat to work with Apache though.

4-because Linux, Apache tomcat is free, you can develop you own jsp website without having to pay a dim.

Sunday, June 19, 2011

Reverse engineeing, secrets .....

""""Reverse engineering is the process of discovering the technological principles of a human (or non-human) made device, object or system through analysis of its structure, function and operation. It often involves taking something (e.g., a mechanical device, electronic component, or software program) apart and analyzing its workings in detail to be used in maintenance, or to try to make a new device or program that does the same thing without using or simply duplicating (without understanding) the original.""""

but that was a formal definition which can be pullout/fetch from anywhere....besides that there are so many brighter part of it, I will be able to deliver few most important task can be accomplished by it and those are..
* Interoperability.
* Lost documentation: Reverse engineering often is done because the documentation of a particular device has been lost (or was never written), and the person who built it is no longer available. Integrated circuits often seem to have been designed on obsolete, proprietary systems, which means that the only way to incorporate the functionality into new technology is to reverse-engineer the existing chip and then re-design it.
* Product analysis. To examine how a product works, what components it consists of, estimate costs, and identify potential patent infringement.
* Digital update/correction. To update the digital version (e.g. CAD model) of an object to match an "as-built" condition.
* Security auditing.
* Acquiring sensitive data by disassembling and analysing the design of a system component.[3]
* Military or commercial espionage. Learning about an enemy's or competitor's latest research by stealing or capturing a prototype and dismantling it.
* Removal of copy protection, circumvention of access restrictions.
* Creation of unlicensed/unapproved duplicates.
* Materials harvesting, sorting, or scrapping.[4]
* Academic/learning purposes.
* Curiosity.
* Competitive technical intelligence (understand what your competitor is actually doing, versus what they say they are doing).
* Learning: learn from others' mistakes. Do not make the same mistakes that others have already made and subsequently corrected.