Recent content by Fuzznuts

  1. F

    Awk / Grep Help Needed

    DOH cut can use mutiple sets :) which is kinda cool so you tip of grep ^abc foo.txt |cut -b 3-17 becomes grep ^abc foo.txt |cut -b 3-17,45-70,70-123 Cheers for pointing me in the right direction :) Fuzz
  2. F

    Awk / Grep Help Needed

    nearly :) i got that far with awk '/^SEARCH/ {print substr($0,4,20)}' the problem lies in that i need to pull mutiple sets of charecters form the same line. i am stuck in getting the following sets of data out. :( i have only sussed how to pull out the first set :( Cheers though Fuzz
  3. F

    Awk / Grep Help Needed

    I have around 2000 files that i need to pull data from. they are basically a list of cars with data at specific points on each line for a vehicle. eg. i need to return chars 3 to 17 and 34 and 46 from a line where the first 3 charecters equal a certain value. I have looked around on the net...
  4. F

    MOVED TO SOFTWARE PLEASE DELETE

    MOVED PLEASE DELETE
  5. F

    Cisco DMZ

    in your case access-list 101 permit ip any host <dst ip> as you dont know what the source address will be if its a hosting server i.e webserver. although if you were hosting you would surely just allow traffic to those ports? eg if you were hosting a web server ip access-list 101 permit tcp...
  6. F

    Tracking realtime status of ports?

    Heh great if the cabling doods were any use at thier job i have the same prob as you :) Every single patch cable in my company is grey and yes its a total nightmare and i want to shoot the guy that did it :) gotta love inheritance :@ what makes matters worse is they pulled the VOIP into the...
  7. F

    Static route question

    if you can get one of the routers on both subnets youll be able to route between them you could do this by adding a secondary ip to one of the routers then apply your routes that way. dirty but it would work :) i.e router 1 IP 1 = 10.0.0.3 IP 2 = 192.168.0.254 then on router 2 add a static...
  8. F

    Wireless Network Tools

    Currently its just 128bit WEP Shared key and MAC filtering all AP's are D-link 2000+ with 14db masts not sure what make i didnt install em :)
  9. F

    Wireless Network Tools

    I am after a heads up on decent wireless apps i want o try brute forcing my wep etc and wonder if there were any tools for this sort of thing. I have looked at air snare and it seems kinda cool but the higher ups in company want a full out attack performed. Our wireless network is kinda large...
  10. F

    My First Patch Panel

    Yeah so i see :) however everywhere i look is touting 568A and 568B is there any advatnage with on over the other? Im not sure which one to choose both my wall blocks and panels are marked to use either so just wondering is one of them better?
  11. F

    My First Patch Panel

    I am about to embark on my first patch panel installation and would like as much advice as possible. I have been trawling the net for pin outs for the patch panel and wall boxes etc and colour but so far to no avail. If anyone could steer me in the right direction would be much appreciated...
  12. F

    Can ISP's detect use of router? If so, how to avoid it...

    alll they can do is count the TTL on the packet. iptables has a patch to change the TTL on the packet i use it for no real reason other than i can :)
  13. F

    Restart Remote System?

    use the shutdown command from a dos prompt type shutdown -r to reboot a machine for options type shutdown /?
  14. F

    Deny Certain Users from Viewing Networked Drive?

    Not a good idea a general rule of thumb when it comes to files permissons is if " they dont need it dont give it" never apply permissons on a deny basis. that should only be needed on the rare occasion. ie blocking 1 group member access.
  15. F

    Sharing doesn't work... :(

    i wasnt aware you could install or remove the netbios protocol in XP i know you can enable or disable it over tcp/ip but wast aware you could remove it?