Commit Graph

4783 Commits

Author SHA1 Message Date
urbanadventurer 1079c55dcb Show interface in debug messages 2020-08-06 22:59:42 +10:00
urbanadventurer e707c532dd Remove default of local port 61000 2020-08-06 21:31:21 +10:00
urbanadventurer ea597dc157 Only pass local_port if it's set 2020-08-06 21:31:12 +10:00
urbanadventurer baf8e90ee9 remove debugging output 2020-08-06 21:30:49 +10:00
urbanadventurer 6c57d4496d Remove hard-coded local_port of 61000 2020-08-06 21:25:17 +10:00
urbanadventurer 4d69f7b7fa Improve error messages for --interface 2020-08-06 21:24:49 +10:00
urbanadventurer ab0a05f1f0 Lose tmpaddr variable, and just set local_host directly 2020-08-06 16:59:06 +10:00
urbanadventurer e969865899 Improve debugging output 2020-08-06 16:58:52 +10:00
urbanadventurer 8f65416137 move setting local_host and local_port after creating ExtendedHTTP object in Target.open_url 2020-08-05 23:56:32 +10:00
urbanadventurer 7cba3f4b28 raise better error 2020-08-05 23:52:19 +10:00
urbanadventurer dadf943d2b move @local_host and @local_port into connect 2020-08-05 23:44:03 +10:00
urbanadventurer 70234d71d9 Changed initialize arguments 2020-08-05 23:34:27 +10:00
urbanadventurer 4b9cf0fd7c More debugging, set variables to nil 2020-08-05 23:16:49 +10:00
urbanadventurer ca6916e0f4 Adding debugging output 2020-08-05 22:39:43 +10:00
urbanadventurer 8d67fce3b6 finding the IP address for any given interface. not working. 2020-08-05 22:12:19 +10:00
urbanadventurer a7035da71e when --interface 2020-08-04 23:32:36 +10:00
urbanadventurer 1747900011 Updated CHA
update changelog and enable debugging
2020-08-04 23:30:04 +10:00
urbanadventurer 8d8c408cfc network interface validation, and auto selection of IP address 2020-08-04 23:28:53 +10:00
urbanadventurer 2f88cc2c07 Add opt handling for --interface, --source-port, --source-address 2020-08-04 23:07:11 +10:00
urbanadventurer 2f0fdcee8e Add --interface, --source-port, --source-address to optargs 2020-08-04 23:06:33 +10:00
urbanadventurer aa3e5ce4b4 Add requirement for socket library 2020-08-04 22:41:47 +10:00
urbanadventurer 9622462d54 Updated Usage for bind interface 2020-08-04 22:32:16 +10:00
Andrew Horton 73520a77f6 Merge pull request #303 from audibleblink/feature/iface
adds ability to specify bind address
2020-08-04 22:10:36 +10:00
urbanadventurer 01c1b6dfbb Updated CHANEGLOG about Makefile #314
Added bfontaine to contributors list.
2020-08-03 22:24:01 +10:00
Andrew Horton 5a8cb5aacf Merge pull request #314 from bfontaine/patch-1
Allow to install in a custom prefix
2020-08-03 22:20:22 +10:00
Baptiste Fontaine c91f6411d4 Allow to install in a custom prefix
With this change, one can run `make install PREFIX=/my/custom/prefix`.
2020-07-15 20:30:09 +02:00
urbanadventurer 6b8c0547c6 Remove linebreak from README 2020-06-09 23:56:05 +04:00
urbanadventurer 03603502a4 Version bump to 0.5.2 in README.md v0.5.2 2020-06-09 23:23:16 +04:00
urbanadventurer 863e6d320c Merge branch 'master' of https://github.com/urbanadventurer/WhatWeb 2020-06-09 23:21:12 +04:00
urbanadventurer b968f5ba6e Version bump to 0.5.2 2020-06-09 23:20:51 +04:00
urbanadventurer 8733fd202f Update contributor names 2020-06-09 23:19:31 +04:00
urbanadventurer cbcd8c3994 Updated CHANGELOG 2020-06-09 23:19:14 +04:00
Andrew Horton b2add56297 Merge pull request #309 from cgimenes/master
PHP-Slim
2020-06-09 17:15:53 +04:00
Marcelo Gimenes de Oliveira c939701c90 Delete Dockerfile 2020-06-08 11:04:30 -03:00
Andrew Horton e588156ba9 Delete Dockerfile 2020-06-08 12:10:50 +04:00
urbanadventurer 04aadc7f60 TAB spaces in Makefile 2020-06-08 12:09:25 +04:00
Andrew Horton 4eaff1edd9 Merge pull request #307 from xambroz/patch-2
Fix symbolic link
2020-06-08 12:08:45 +04:00
Andrew Horton 29ae292d6e Merge branch 'master' into patch-2 2020-06-08 12:08:20 +04:00
Andrew Horton 3e2f2b056c Merge pull request #306 from xambroz/patch-1
Create missing bin directory in DESTDIR
2020-06-08 11:57:04 +04:00
Andrew Horton 3b1f642eab Merge pull request #304 from helsecert/disable-mongodb-debug
Disable mongodb debug
2020-06-08 11:53:25 +04:00
xambroz f0bc02ebe6 Fix symbolic link
The symbolic link should point to real directory and not to DESTDIR prefixed build directory.
2020-05-31 01:02:36 +02:00
xambroz 919d7621c0 Create missing bin directory in DESTDIR
When build is being executed, the /usr/bin directory is not present by default.
Create it, if it is missing.
2020-05-31 00:55:11 +02:00
Lars Kulseng 72e92c080f Set the default mongodb log level to FATAL 2020-05-05 17:31:59 +02:00
Lars Kulseng 54b030e35b Merge remote-tracking branch 'upstream/master' 2020-05-05 13:37:40 +02:00
audiblelblink c7172b7cf6 adds ability to specify bind address 2020-04-29 18:26:23 -04:00
Marcelo Gimenes de Oliveira 66a7f10ccd Updating PHP-Slim plugin 2020-04-21 06:36:38 -03:00
urbanadventurer fd33b7e666 Add names to contributor list 2020-04-21 01:31:46 +10:00
urbanadventurer 10535e165b Update CHANGELOG 2020-04-21 01:31:35 +10:00
Andrew Horton 1dc42b375f Merge pull request #299 from weidsom/patch-1
Fix some warnings of "URI.escape is obsolete"
2020-04-20 18:59:30 +04:00
Marcelo Gimenes de Oliveira 3203b983de Adding Dockerfile 2020-04-04 21:49:22 -03:00