Jump to content

operat0r_001

Active Members
  • Posts

    327
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by operat0r_001

  1. * "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 ..

  2. what are you trying to do in the end ? just network monitor ? I would start with NTOP also snort ..they even have ntop for windows its not free I dont think but ...

    Ill bet you snort/ntop on a router can do anything thos two apps can .. maybe even without custom pugins etc ..

    I would also check out NetworkMiner type of apps I know they have free ones out there to recompile pages etc ..

  3. * use ftp

    * use ftp with ssl

    * use http post

    * use https post

    * use https post with authentication

    * use https over altern port like 53 with auth

    * have your payload create a reverse shell to yer server

    * use pastebin.ca pastebin.com etc. . :)

  4. This is why I run my own sever ... I don't want some ass hat at my webhost to root my box .. got comcast .. only time I site is ever down is comcast. I once got hit by lightning and was out for like 3 days (lost cable modem ,router and 3 nics ) . One night somebody turned off my sever because it was loud and they were trying to sleep .. Other then that been dossed but I will take a doss over r00t any @#%^ing day :)

    hak5.org run a drop to my house ill host the forums for you

    if you have r00t you should do some of this along with snort

    http://www.binrev.com/forums/index.php/top...ge__hl__mod_sec

    let me know if you need help

  5. I lost this then found it on security shell so posting it here so I dont lose it.

    code to find admin accounts on a domain :0

    requires:

    * domain admin

    * have unutils for windows installed ( just dump the exe's in \system32 )

    basically it dumps net view to a file then runs a VB script to check the administrators group on each machine !

    audit.bat

    lam-O but finished ..
    
    http://rmccurdy.com/scripts/ find_localadmin.zip

  6. What do you mean "cuts down on noise"? All Browsers load pages in the same way so it wouldnt really make a difference.

    90% of my hits are from bots etc .. this is how I filter teh shitz out deal with it or just use windows lulz

    some how I got listed on stumbleupon.com http://www.stumbleupon.com/url/rmccurdy.co...s/.sexterms.txt after that file has been online for like 2 years ..

    as for the creepy comment. I also make balloon animals and origami ! Yes and Darren/snubsie know im creepy but I fixed his laptop so I pwn him :) wont be a phreknic this year tho ... FAIL

    also I am hijacking my own thread this now lulcatz thread

    http://operat0r.blip.tv/file/2303879/

  7. I can never get to your site...

    * user agent :)

    %cat /data/.htaccess
    HeaderName ./.head.html
    
    Options +FollowSymlinks
    
    RewriteEngine On
    
    RewriteCond %{QUERY_STRING} ^http   [OR]
    RewriteCond %{QUERY_STRING} ^.+www\.  [OR]
    RewriteCond %{QUERY_STRING} ^.+https  [OR]
    RewriteCond %{QUERY_STRING} ^.+ftp
    #RewriteRule .* - [L,F]
    ##RewriteCond %{HTTP_USER_AGENT} ^libwww [OR]
    #RewriteCond %{HTTP_USER_AGENT} ^Wget
    RewriteRule .* - [F]
    
    
    
    
    
    
    
    RewriteEngine On
    RewriteCond %{REQUEST_URI} !public_images/.*$ [NC]
    RewriteCond %{REQUEST_URI} !sig/.*$ [NC]
    RewriteCond %{REQUEST_URI} !swf.*$ [NC]
    RewriteCond %{REQUEST_URI} !exe.*$ [NC]
    RewriteCond %{HTTP_REFERER} .
    RewriteCond %{HTTP_REFERER} !^htt(p|ps)://(rmccurdy\.)?no-ip\.(net|com) [NC]
    RewriteCond %{HTTP_REFERER} !^htt(p|ps)://(bitchincamaro\.)?no-ip\.(net|com) [NC]
    RewriteCond %{HTTP_REFERER} !^htt(p|ps)://(www\.)?rmccurdy\.(net|com) [NC]
    RewriteCond %{HTTP_REFERER} !^htt(p|ps)://rmccurdy\.(net|com) [NC]
    RewriteCond %{HTTP_REFERER} !^htt(p|ps)://192.168.1.* [NC]
    RewriteCond %{HTTP_REFERER} !^http://.*(www.livejournal.com/users/fsukrazygirl01/).*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://*.livejournal.com* [NC]
    RewriteCond %{HTTP_REFERER} !^http://.*livejournal.com* [NC]
    RewriteRule \.(zip|JPG|jpg|GIF|rar|exe|gif|jpe?g)$ /public_images/gank.gif [NC,L]
    
    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} ^.*UNIX* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*asterias* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*spider* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*VadixBot* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*picsearch* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*Jeeves* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*Yahoo* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*oogle* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*earch.ms* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*arbin_* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*attac* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*WAP* [OR]
    #RewriteCond %{HTTP_USER_AGENT} ^.*Safari* [OR]
    
    RewriteCond %{HTTP_USER_AGENT} ^.*wget* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*ia_archiver* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*Twiceler* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*NewsGatorOnline* [OR]
    
    RewriteCond %{HTTP_USER_AGENT} ^.*perl* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*bot* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*bot [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*live*  [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*Bot* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*BOT* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*indows\ 98* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*foxtorrent* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*MEGAUPLOAD* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*http* [OR]
    
    # preset
    
    RewriteCond %{HTTP_USER_AGENT} ^$ [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^192.comAgent [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot@yahoo.com [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Custo [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^DISCo [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^eCatch [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^FAST\ Enterprise\ Crawler\ 6 [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^FlashGet [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^GetRight [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} www.gigamega.net/bot.html [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} Go!Zilla [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^GrabNet [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Grafula [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^HMView [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^HyperEstraier [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^InterGET [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^ISC\ Systems\ iRc\ Search [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} LiteFinder [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} Java [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^JetCar [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^larbin [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^lwp:: [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^lwp- [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^libwww-perl [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Missigua [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^MJ12bot/v1.0.8 [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Navroad [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^NearSite [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^NetAnts [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^NetSpider [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^NetZIP [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Octopus [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^pavuk [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^RealDownload [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^ReGet [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Schmozilla [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^SuperBot [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Surfbot [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebAuto [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebCopier [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^webcollage [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebFetch [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebReaper [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebSauger [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebStripper [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebZIP [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Wells\ Search [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Wget [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Widow [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Zeuse [NC]
    RewriteRule ^.*$ - [F]

  8. I have not posted in a while " adblock was blocking the NEW POST image .. my bad .. "

    ADDED fix for clicking time in systray for windows grants everyone http://rmccurdy.com/scripts/allow_time_systray_windows.exe reference: http://blogs.msdn.com/aaron_margosis/archi.../11/371474.aspx

    basically it runs a reg patch as system:

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SECURITY\Policy\Accounts\S-1-1-0\Privilgs]
    @=hex(0):02,00,00,00,00,00,00,00,17,00,00,00,00,00,00,00,03,00,00,00,0c,00,00,\
    00,00,00,00,00,00,00,00,00

    06/19/2009 - ADDED Scribd ripper script http://rmccurdy.com/scripts/scribd_ripper....varpdf=15730844 change the number to the document ID wala !

    snubsie.gif

    included SWF with sound lolz

    snubsie.gif

    http://rmccurdy.com/public_images/snubsie.gif

    http://rmccurdy.com/public_images/snubsie.swf

    :lol:

×
×
  • Create New...