nmap

Tag details

Welcome to the 'nmap' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'nmap'.

Look up Offsite Link "nmap" at The Free Dictionary

Latest blogosphere posts tagged “nmap”

  • Nmap oracle-sid-brute v0.2 released


    cqure.netAuthority Authority: 117
    I have created a new Nmap script that attempts to determine valid Oracle instance names by guessing names from a dictionary against the TNS-listener. It’s available, together with my other scripts, from the nmap scripts page . The script can be fed a dictionary file as argument using the following syntax: nmap ...
    4 days ago
  • Nmap Citrix script re-written


    cqure.netAuthority Authority: 117
    So, I took the time to re-write and change the Citrix scripts I published earlier. The scripts now work both against the Citrix ICA Browser service and the Citrix XML Service. Querying the Citrix XML Service is much more fun as it’s documented for starters! It exposes some great functionality and allows an ...
    1 week ago
  • Nmap NFS export script update


    cqure.netAuthority Authority: 117
    I cleaned up and documented the script some more. The packets sent to the server over udp and tcp now both have NULL_AUTH credentials. The new version is available here .
    2 weeks ago
  • Nmap Citrix script updated


    cqure.netAuthority Authority: 117
    So, my friend Ian Vitek enlightened me again. Apparently when the published application list is long it’s split up into multiple packets and the client needs to keep reading them until the magic byte at offset 31 is toggled to 1. I have adjusted my script so that it checks for this and prints a complete list of ...
    2 weeks ago
  • Two more nmap scripts


    cqure.netAuthority Authority: 117
    Lua turned out to be quite entertaining so I have spent some time coding some more scripts for Nmap. The first script I finished was nfs-showmount.nse which can be used to query a remote server for any NFS shares: nmap --script nfs-showmount -p 111 192.168.56.50 Interesting ports on yoda.localdomain ...
    3 weeks ago
  • New Nmap Beta Released [Nmap 5.10]


    nukeitdotorgAuthority Authority: 109
        Changes include: 14 new NSE scripts, bringing the total to 72! A brand new (much faster and more efficient) --traceroute system The Zenmap host filter (Ctrl-L) for drilling down to the exact systems you want to see in a big scan based on the criteria you specify. For example, type "apache" to ...
    3 weeks ago
  • Install Nmap Network Scanning in Ubuntu


    TTC Shelbyville - Technical BlogAuthority Authority: 139
    Open terminal and enter the following commands-sudo apt-get install nmapwait for the first installation and then type-sudo apt-get install zenmapZenmap will be in applications under internet.Nmap and Zenmap should be ran against networks to check for open ports and security issues.  Nmap should never be used ...
    3 weeks ago
  • Nmap SIP version script 0.3


    cqure.netAuthority Authority: 117
    I made another change (hopefully the last) which adds the local IP-address to the SIP via header instead of the hard coded dummy address I was using. The new version is available for download here . For more details on how to use the script check the first article over here .
    3 weeks ago
  • Nmap SIP version script 0.2


    cqure.netAuthority Authority: 117
    I received some great feedback from Ron Bowes over at SkullSecurity , pointing out some redundant code and a better approach of achieving what I was doing. I have changed the code according to his suggestions and made it available for download here . For more details on how to use the script check the first article ...
    3 weeks ago
  • Nmap SIP version script


    cqure.netAuthority Authority: 117
    As I’ve been tinkering with VoIP for a while I decided to write a version detection script for Nmap. It’s my first stab at both Nmap scripting and the Lua programming language so don’t expect to much. The limited tests I have made show that it does a reasonable job and returns any version information present in ...
    3 weeks ago
  • Unix in 9 lines of Lua


    Freelance SamuraiAuthority Authority: 106
    Following Alcides ‘ post Unix in Scala I spent a few minutes doing the same with even less than 11 lines of code. I managed to do it in 9 lines using Lua with no $voodoo involved. 1 2 3 4 5 6 7 8 9 print ( "You have mail" ) while true do       io.stdout : write ( "$" )      c1 ...
    4 weeks ago

Comments about nmap

Personal attacks are NOT allowed
Please read our comment policy