nmap icon indicating copy to clipboard operation
nmap copied to clipboard

nmap is a PHP wrapper for Nmap.

Results 12 nmap issues
Sort by recently updated
recently updated
newest added

@willdurand: I just installed `dev-master` (laravel 5.8|php 7.3) and it works. However I get these 2 warnings below. > PHP Deprecated: Passing a command as string when creating a "Symfony/Component/Process/Process"...

question

The temparay folder dosn't apper for the people and its hard to find the saved XML file , the extension of the files changes for every reload so lets make...

I am using Laravel: 5.8 PHP Version: 7.2.22 willdurand/nmap: dev-master I am unable to detect the OS where I can detect with normal nmap terminal command line please look into...

Hey! Hey! Hey! i just wanted to try nmap, but php doesn't find the class "Nmap". i installed nmap via "composer require willdurand/nmap" successfully. I created the following script: test.php:...

Add ability to enable ARP ping

* Update phpunit to avoid PHP 7.x warnings * Update travis to add PHP 7.x * Update composer to have PHP >= 5.6

`PHP Fatal error: Uncaught exception 'RuntimeException' with message 'Failed to execute "nmap -O -oX '/tmp/output.xml' 'xxx.xxx.eu'" TCP/IP fingerprinting (for OS scan) requires root privileges. ` how to for do this...

This adds an ```$nmap->setExtraOptions(['-e eth0', '--min-hostgroup 3'])``` (or whatever other options you want to give nmap). There's a crude test, but I used Mockery for it ..... it might be...

What do you think about setting this method to public ? It could be very usefull if you have existing reports of nmap to parse. Of course somes changes are...