How to steal WPA-PSK keys using the recently updated Cowpatty and some damn fine lookup tables. Also connecting ESXi to iSCSI targets with FreeNAS. And how to completely bypass local Windows logins with a Kernel modifyin' boot cd? w00t!
Thursday, January 24, 2013
Hacking WiFi Passwords with Cowpatty, plus Vista Security Hacks!
How to steal WPA-PSK keys using the recently updated Cowpatty and some damn fine lookup tables. Also connecting ESXi to iSCSI targets with FreeNAS. And how to completely bypass local Windows logins with a Kernel modifyin' boot cd? w00t!
Wednesday, January 23, 2013
Bodilicious Bodhi Review | LAS | s25e04
Bodhi Linux grabbed our attention with the stable release of E17. We'll tell you what makes this scrappy distribution standout, and why E17 could be an XFCE killer.
Plus: Our meta review of Fedora 18, Gnome 3 forked again, the awesome game coming to Linux next week, and Ubuntu's possible BIG gamble.
Then your emails, our picks of the week, and MUCH MORE!
All this week on, The Linux Action Show!
Show Notes & Download: http://bit.ly/las244
Monday, January 21, 2013
Linux Terminal 101: How to Use Permissions
Permissions exist for Linux computers so more than one person can use a
machine at one time and only be allowed to do certain things.
Friday, January 4, 2013
Share a Printer from XP to Windows 7
One common problem I have run into with clients is trying to
share a printer connected to a Windows XP machine with Windows 7. There
are lots of people out there that have USB connected printers attached
to one computer, usually a Windows XP machine.
If you get a new laptop running Windows 7, it makes sense to share
that printer so that any computer can print to it. Unfortunately, trying
to print to an shared printer on XP from Windows 7 is not as simple as
it should be!
In this article I will walk you through the steps for XP to Windows 7 printer sharing. I am assuming your printer is directly attached to a Windows XP machine and you want to print from a Windows 7 machine.
Step 1: First make sure that the printer on the XP machine is shared. You can do this by right-clicking on the printer and choosing Sharing.

Click the Share this printer radio button and give your printer a share name. Make sure is less than 8 characters and does not contain any symbols.

Step 2: Make sure you can see the printer share from the network browsing area in Windows 7. You can do this by going to Control Panel and clicking on Network and Internet.

Then click on View network computers and devices under Network and Sharing Center.

At this point, you should see the name of your XP computer in the list of computers. Mine XP machine is called Aseem.

Double-click on the computer name and you should see your shared printer in the list. Here you can try to add the printer by right-clicking on it and choosing Connect.

If everything goes perfectly, Windows 7 should automatically add the printer to your set of printers. However, if you get a message like “Cannot connect to printer”, follow the next steps.
Step 3: Click on Start and then click on Devices and Printers. At the top, click on the Add a printer link.

Step 4: Next choose Add a local printer. Yes, that sounds counter-intuitive, but this is what you have to do!

Step 5: Next, click Create a new port and choose Local port from the list of options.

Step 6: Click Next and in the Port name box, type in the path to the shared printer. It should be something like \\Aseem\HPXP, where Aseem is the name of your XP machine and HPXP is the shared name of the printer.

Step 7: Now choose the printer driver from the list or download the latest driver for the printer and choose Have Disk. Note that if you printer is a little older, it’s a good idea to download the Windows 7 driver for the printer and click Have Disk.

That’s it! Windows 7 will load the driver and you’ll be able to print to the XP machine from Windows 7! The main things to remember are sharing the XP printer and downloading the latest driver for the printer on the Windows 7 machine.
If you have any problems sharing your printer on XP and printing from Windows 7, post a comment here and I will try to help! Enjoy!
Source link : http://helpdeskgeek.com/windows-7/xp-to-windows-7-printer-sharing/
In this article I will walk you through the steps for XP to Windows 7 printer sharing. I am assuming your printer is directly attached to a Windows XP machine and you want to print from a Windows 7 machine.
Step 1: First make sure that the printer on the XP machine is shared. You can do this by right-clicking on the printer and choosing Sharing.

Click the Share this printer radio button and give your printer a share name. Make sure is less than 8 characters and does not contain any symbols.

Step 2: Make sure you can see the printer share from the network browsing area in Windows 7. You can do this by going to Control Panel and clicking on Network and Internet.

Then click on View network computers and devices under Network and Sharing Center.

At this point, you should see the name of your XP computer in the list of computers. Mine XP machine is called Aseem.

Double-click on the computer name and you should see your shared printer in the list. Here you can try to add the printer by right-clicking on it and choosing Connect.

If everything goes perfectly, Windows 7 should automatically add the printer to your set of printers. However, if you get a message like “Cannot connect to printer”, follow the next steps.
Step 3: Click on Start and then click on Devices and Printers. At the top, click on the Add a printer link.

Step 4: Next choose Add a local printer. Yes, that sounds counter-intuitive, but this is what you have to do!

Step 5: Next, click Create a new port and choose Local port from the list of options.

Step 6: Click Next and in the Port name box, type in the path to the shared printer. It should be something like \\Aseem\HPXP, where Aseem is the name of your XP machine and HPXP is the shared name of the printer.

Step 7: Now choose the printer driver from the list or download the latest driver for the printer and choose Have Disk. Note that if you printer is a little older, it’s a good idea to download the Windows 7 driver for the printer and click Have Disk.

That’s it! Windows 7 will load the driver and you’ll be able to print to the XP machine from Windows 7! The main things to remember are sharing the XP printer and downloading the latest driver for the printer on the Windows 7 machine.
If you have any problems sharing your printer on XP and printing from Windows 7, post a comment here and I will try to help! Enjoy!
Source link : http://helpdeskgeek.com/windows-7/xp-to-windows-7-printer-sharing/
Install Flash Player | Backtrack 5R3
- As you may have noticed Flash Player does not work on Backtrack 5, so in order to fix this we first need to remove the current flash player by issuing the following commands:
root@bt:~# apt-get purge flashplugin-nonfree flashplugin-installer
gnash gnash-common mozilla-plugin-gnash swfdec-mozilla
root@bt:~# rm -f /usr/lib/firefox/plugins/*flash*
root@bt:~# rm -f /usr/lib/firefox-addons/plugins/*flash*
root@bt:~# rm -f /usr/lib/mozilla/plugins/*flash*
root@bt:~# rm -f ~/.mozilla/plugins/*flash*so
root@bt:~# rm -rfd /usr/lib/nspluginwrapper
- After removing flash we need to get the new flash player from the official [ http://www.adobe.com/software/flash/about/ website]. (Download in tar.gz format)
- Next up we will take care of the Flash Player:
root@bt:~# mkdir -p ~/.mozilla/plugins
root@bt:~# mkdir flash
root@bt:~# mv -f install_flash_player_11_linux.i386.tar.gz flash/
root@bt:~# cd flash/
root@bt:~/flash# tar xvfz install_flash_player_11_linux.i386.tar.gz
root@bt:~/flash# cp -f libflashplayer.so ~/.mozilla/plugins/
- We can test if flash player works over here.
Thursday, January 3, 2013
Kaos Dracos Linux [unOfficial]
Kaos DTG - Dracos Linux | Hitam [UnOfficial] :
DTG Printed : Rp. 95.000/Pcs
Bisa di setrika
Bahan Kaos : Cotton Combed 20S
Size available : S,M,L,XL,XXL,XXXL
**untuk XL,XXL,XXXL + Extra Rp. 10.000
Yang berminat langsung SMS / PM :
0819 2966 0069 / facebook.com/mr.gr33nc0d3
Cara pemesanan :
Via sms / email : gr33nc0d3@gmail.com
Nama | Alamat | Kode Pos | Kota | No HP
Transfer ke : MN Distro | Bank Account BCA
889 5013 788 | a.n. Surya Saputra
Bukti Transfer kirim ke email gr33nc0d3@gmail.com
Jika pake m-banking sms bukti transfer ke : 0819 2966 0069
Cara pemesanan :
Via sms / email : gr33nc0d3@gmail.com
Nama | Alamat | Kode Pos | Kota | No HP
Transfer ke : MN Distro | Bank Account BCA
889 5013 788 | a.n. Surya Saputra
Bukti Transfer kirim ke email gr33nc0d3@gmail.com
Jika pake m-banking sms bukti transfer ke : 0819 2966 0069
Wednesday, January 2, 2013
I LOVE INDONESIA - Aku Peduli (I Care)
- Read From The TOP -
Aku peduli.
Tapi masa depan bangsaku.
Itu bukan yang paling penting buat aku.
Duit banyak
Hidup senang
Posisi
Jauh lebih penting dari
Keadilan
Integritas
Moral
Aku yakin dan pasti
Ada harapan.
Negaraku masih menjunjung moral yang tinggi.
Tapi itu gak bakal bertahan
Nafsu lebih dinomor-satukan.
Trend menunjukkan
Anak cucu kita akan menuai kebobrokan kita.
Aku nggak percaya
Indonesia akan tetap jaya.
Memandang ke depan, aku melihat
"Degradasi moral melanda anak muda"
"Kawin cerai, apa salahnya?"
"Korupsi udah jadi budaya"
"Video mesum, itu mah biasa"
Nggak bisa dibilang lagi
Masih ada yang peduli akan bangsa ini.
Udah jelas banget
Generasi ini udah hancur dan gak ada harapan.
Sungguh sedih dan konyol kalo kita pikir
Kita BISA menjadikan dunia ini lebih baik.
Tapi masa depan bangsaku.
Itu bukan yang paling penting buat aku.
Duit banyak
Hidup senang
Posisi
Jauh lebih penting dari
Keadilan
Integritas
Moral
Aku yakin dan pasti
Ada harapan.
Negaraku masih menjunjung moral yang tinggi.
Tapi itu gak bakal bertahan
Nafsu lebih dinomor-satukan.
Trend menunjukkan
Anak cucu kita akan menuai kebobrokan kita.
Aku nggak percaya
Indonesia akan tetap jaya.
Memandang ke depan, aku melihat
"Degradasi moral melanda anak muda"
"Kawin cerai, apa salahnya?"
"Korupsi udah jadi budaya"
"Video mesum, itu mah biasa"
Nggak bisa dibilang lagi
Masih ada yang peduli akan bangsa ini.
Udah jelas banget
Generasi ini udah hancur dan gak ada harapan.
Sungguh sedih dan konyol kalo kita pikir
Kita BISA menjadikan dunia ini lebih baik.
- Read From The Bottop To Top -
Tuesday, January 1, 2013
Hak5 1219.3, WiFi Packet Sniffing on Android and Ubuntu Backups
This time on the show, packet captures on Android - Mike Kershaw, aka
Drag0rn, joins us to talk about his rootless Android pcap app. Then,
backing up Ubuntu the easy way. Plus, apt tips, sudo aliases and the
return of blackbuntu? All that and more, this time on Hak5!
souce link : http://www.youtube.com/watch?v=Hc_fgXcoZ0k
Subscribe to:
Posts (Atom)