Jump to content

DingleBerries

Dedicated Members
  • Posts

    1,291
  • Joined

  • Last visited

Everything posted by DingleBerries

  1. Promiscuous mode Is a configuration of a network card that makes the card pass all traffic it receives to the central processing unit rather than just packets addressed to it — a feature normally used for packet sniffing. Monitor Mode Allows a computer with a wireless network interface card (NIC) to monitor all traffic received from the wireless network. Unlike promiscuous mode, which is also used for packet sniffing, monitor mode allows packets to be captured without having to associate with an access point or ad-hoc network first. Monitor mode only applies to wireless networks, while promiscuous mode can be used on both wired and wireless networks. Monitor mode is one of the six modes that 802.11 wireless cards can operate in: Master (acting as an access point), Managed (client, also known as station), Ad-hoc, Mesh, Repeater, and Monitor mode.
  2. Tore apart the daughter board so thats not going to be used.. I also found a soldering iron from like 1901 and i added a usb plug to the ir adapter just to debug and what not.. so far i have started editing the script found in one of the links i posted because he used winamp and i am a vlc fan so here is what i have so far, this is an auto hot key script for the xbox remote on a pc. This will open and close vlc with the Display key. UPDATED July 20, 2008 @ 18:30 ; .ed"""" """$$$$be. ; -" ^""**$$$e. ; ." '$$$c ; / "4$$b ; d 3 $$$$ ; $ * .$$$$$$ ; .$ ^c $$$$$e$$$$$$$$. ; d$L 4. 4$$$$$$$$$$$$$$b ; $$$$b ^ceeeee. 4$$ECL.F*$$$$$$$ ; e$""=. $$$$P d$$$$F $ $$$$$$$$$- $$$$$$ ; z$$b. ^c 3$$$F "$$$$b $"$$$$$$$ $$$$*" .=""$c ; 4$$$$L $$P" "$$b .$ $$$$$...e$$ .= e$$$. ; ^*$$$$$c %.. *c .. $$ 3$$$$$$$$$$eF zP d$$$$$ ; "**$$$ec " %ce"" $$$ $$$$$$$$$$* .r" =$$$$P"" ; "*$b. "c *$e. *** d$$$$$"L$$ .d" e$$***" ; ^*$$c ^$c $$$ 4J$$$$$% $$$ .e*".eeP" ; "$$$$$$"'$=e....$*$$**$cz$$" "..d$*" ; "*$$$ *=%4.$ L L$ P3$$$F $$$P" ; "$ "%*ebJLzb$e$$$$$b $P" ; %.. 4$$$$$$$$$$ " ; $$$e z$$$$$$$$$$% ; "*$c "$$$$$$$P" ; ."""*$$$$$$$$bc ; .-" .$***$$$"""*e. ; .-" .e$" "*$c ^*b. ; .=*"""" .e$*" "*bc "*$e.. ; .$" .z*" ^*$e. "*****e. ; $$ee$c .d" "*$. 3. ; ^*$E")$..$" * .ee==d% ; $.d$$$* * J$$$e* ; """"" "$$$" ; ; Language: English ; Platform: Win32 ; Author: DingleBerries ; ; Script Function: Transforms XBDRC input into computer control ; ; ++| Some helpful hints ;---------------------- ; '^' = ctrl ; '#' = window key ; '!' = alt ; ';' = comment out a line of code ; '+' = Shift ;************************** ;Button Delay ;************************** DelayBetweenButtonRepeats = 0 ;************************** ;Mouse emulation ;************************** ^#NumpadRight::MouseMove, 25, 0, 0, R ^#Numpad6::MouseMove, 25, 0, 0, R ^#NumpadLeft::MouseMove, -25, 0, 0, R ^#Numpad4::MouseMove, -25, 0, 0, R ^#NumpadUp::MouseMove, 0, -25, 0, R ^#Numpad8::MouseMove, 0, -25, 0, R ^#NumpadDown::MouseMove, 0, 25, 0, R ^#Numpad2::MouseMove, 0, 25, 0, R ^#Enter::MouseClick,left ;**************************** ;End Mouse emulation ;**************************** ;**************************** ;Start VLC and End VLC ; Start/End:: DISPLAY ;**************************** ^!0:: IfWinExist VLC media player { IfWinNotActive, VLC media player, , WinActivate, VLC media player, Send, {ALTDOWN}{F4}{ALTUP} } else { Run %A_ProgramFiles%\VideoLAN\VLC\vlc.exe WinWait, VLC media player, IfWinNotActive, VLC media player, , WinActivate, VLC media player, WinWaitActive, VLC media player, Send, {SPACE} } return ;**************************** ;End VLC and End VLC ;**************************** ;**************************** ;Start Eject CD Tray ; EJECT::TITLE ;**************************** ^F1:: Driveletter = D: ; Set this to the drive letter you wish to eject. hVolume := DllCall("CreateFile" , Str, "\\.\" . Driveletter , UInt, 0x80000000 | 0x40000000 , UInt, 0x1 | 0x2 , UInt, 0 , UInt, 0x3 , UInt, 0, UInt, 0) if hVolume <> -1 { DllCall("DeviceIoControl" , UInt, hVolume , UInt, 0x2D4808 , UInt, 0, UInt, 0, UInt, 0, UInt, 0 , UIntP, dwBytesReturned ; Unused. , UInt, 0) DllCall("CloseHandle", UInt, hVolume) } ;**************************** ;End Drive Eject ;**************************** ;**************************** ;Start VLC/Win Master Volume Control ; Volume UP::INFO ; Volume DOWN::BACK ; Mute: 0 ;**************************** ^UP:: Send {Volume_Down 10} SoundSet +10 return ^DOWN:: Send {Volume_Down 10} SoundSet -10 return ^m:: Send {Volume_Mute} SoundGet, master_mute, , mute return ;**************************** ;End VLC/Win Master Volume Control ;**************************** ;+ VLC CONFIGURATION SECTION ;+ Set your preferences here ;------------------------------------------------- ; Play::SPACE ; Pause::SACE ; Faster::+ ; Slower::- ; Next::n ; Previous::p ; Stop::s ; Volume UP:: Ctrl UP ; Volume DOWN:: Ctrl Down ; Mute:: Ctrl M ; End of Script ; Enjoy;)
  3. I was thinking about that. The only reason i decided not to was because i want to keep all the parts fairly stock looking, and i have no life so this will keep me occupied for the time being. I will try to make a drawing of what i would like to do at some point.
  4. Pinout for the TI chip HERE. Maybe i can daisy-chain the xbox hub into the usb2.20 hub?
  5. This Project will not be finished until all of my things are here, i moved from overseas so alot of my stuff is still on a boat in bfe. WARNING. Project will VOID any warranty. Purpose: I use the Xbox Controller and Xbox DVD Remote for different things on my PC. I use the Xbox Controller for different emulators and games and the DVD remote to control VLC, WMP, and ITunes. So what i want to do is make a usb hub for the both the controller and the remote. What's all in it: 2(maybe 4) Xbox Ports 2 USB Ports USB 2.0 hub Other Modifications: Better IR visibility for the Remote and maybe a flash drive in the case to hold games and emulators. Since i do have a broken xbox sitting around I did disassemble the controller board and sockets. For your veiwing pleasure: Controller Ports and Board still in Xbox Slot where the controler board came out of for the 1st 2 ports Slot for controller 3 and 4 Ports and board after being removed from the Xbox Just the board alone for reference use I didn't use andy special tools. The Xbox had hex screw in it, but i didn't have any hex screw drivers so i used a phillips head. There was no need to snap or bend or break any parts, it can all be put back again. Upside down shot of the xbox video encoder for shits and giggles
  6. Linux drivers and how to from the MSI forums HERE. Some people talk about using the card with aircrack and what not but the topics all seem to end abruptly :(. I guess the best thing to do it try it.. At the very least you will be able to get online and scan networks, but packet injection prolly wont work.
  7. You're right. My bad :(. Well at the very least you can get online and what not..
  8. I have yet to use vlc over a remote connection but if you have an xbox dvd remote laying around HERE is a easy to do mod that doesn't involve a cell phone. HERE is the vlc documentation for web control and a lot more.. Sorry i know this isnt much help.
  9. And with Auto-NDISwrapper things should be alot easier
  10. Another interesting test with disk encryption(BEWARE PDF). So this is about is how some programs located inside the encrypted area of the disk will place files outside of that area.
  11. The same team who demonstrated the ram "dumping, lol, technique have released a set of tools. Link Via: HackaDay
  12. This might help. Even if you have CAPS lock enabled you still have to hold the SHIFT key. Apple Support And i found a few topics saying it just didnt work, example.
  13. Thats a big deal, if you have used it enough and saved over the sector with the data then :/ no.. but here are some tools.. didnt look for freeware just a 10sec google http://www.filetransit.com/view.php?id=12598 http://www.p-dd.com/pktpc-forensic-soft.html
  14. Lawl He may be seeing how far out his network is transmitting.. or he may be trying to jump on yours. Just monitor computers connected to your network and you should be fine.. just enable logging so if you happen to leave to work and he decides to logon you can still look back
  15. Was the file saved to an sd card or on the device its self.
  16. thanks for the links.. they were all in pounds/euro.. and as we all know euro>us dollar :(.. I like the fons because of the size and how active the community still is.. the buffalo however is very interesting, thank you for that
  17. Well i need a router and its getting harder to find the right version linksys to install wrt or tomato on, sooo.. If anyone has an extra fon they are looking to get rid of please contact me and we can work something out. i live in the US.
  18. http://www.hackaday.com/2008/07/14/mac-tablets-made-by-fans/
  19. honestly "hacking" High School computer shouldnt be that hard.. last time i was there the sysmins were all noob and every computer had a vnc client installed w/out a password.. so all we did was try different i.p's until we found the teachers computer we wanted.. other than that, if you cannot follow the simple instructions on how to make this then you really need to learn the basics first and study harder :/...
  20. did you ever find the touch screen you wanted to use?
  21. lol turn the sprinklers on sounds like a good idea
  22. Google NSA's noob guide Wikipedia BEWARE PDF AHEAD MIT Research(i liked)
  23. Diablo CD Key Grabber http://www.thehelper.net/.
  24. well when my things get here i have a few 2.5 80gig hhd laying around im sure i could spare, i just want to see the final result, its very cool
×
×
  • Create New...