Re: How to hide kernel information

2020-04-27 Thread lists
Have you tried it? https://securiteam.com/tools/5qp0920ikm/ I ran the nmap OS detection on my own server once and it triggered SSHGuard, locking me out. So a tip i

Re: How to hide kernel information

2020-04-27 Thread Praveen Kumar K S
SINFP method is used to get the kernel information. On Tue, Apr 28, 2020 at 11:10 AM lists wrote: > Well I know nmap can detect the OS. I don't recall it could detect the rev > of the kernel. > > https://nmap.org/book/man-os-detection.html > > https://nmap.org/book/defenses.html > > *From:* prav

Re: How to hide kernel information

2020-04-27 Thread lists
Well I know nmap can detect the OS. I don't recall it could detect the rev of the kernel. https://nmap.org/book/man-os-detection.htmlhttps://nmap.org/book/defenses.html

Re: AW: AW: Using NGINX as reverse proxy to webmin on a remote server

2020-04-27 Thread P.V.Anthony
On 27/4/20 8:49 pm, Carsten Laun-De Lellis wrote: I've tried to configure my servers according to the link you sent, but it didn't work out. Here is more information found in the internet. https://serverfault.com/questions/740818/webmin-and-reverse-proxy https://github.com/webmin/webmin/iss

How to hide kernel information

2020-04-27 Thread Praveen Kumar K S
Hello, I have hosted Nginx 1.16.1 on Ubuntu 16.04. Have configured SSL from LetsEncrypt. Everything is running fine. Only port 80 and 443 are allowed. During security testing, I see that kernel information is exposed on domain. More details at https://www.tenable.com/plugins/nessus/11936 Is ther

nginx reverse proxy rewrite rule

2020-04-27 Thread Johan Gabriel Medina Capois
Good afternoon How to make rewrite rule for nginx as reverse proxy for IIS backend Example We have a site configured https://dell.com but we want need when someone request https://dell.com the reverse proxy return dell.com/support/logon, how can we do it? Thank for your support Regards Johan

Re: AW: AW: Using NGINX as reverse proxy to webmin on a remote server

2020-04-27 Thread P.V.Anthony
On 27/4/20 8:49 pm, Carsten Laun-De Lellis wrote: I've tried to configure my servers according to the link you sent, but it didn't work out. I tried on my server and got it to work. Not exactly the way you may want. This is a start for further research. It seems that there are webmin settin

Re: Want to use --emit-relocs in the linker step

2020-04-27 Thread Maxim Dounin
Hello! On Mon, Apr 27, 2020 at 06:23:59PM +0430, Mahmood Naderan wrote: > Hi, > I want to add '--emit-relocs' at the linker stage while building nginx, I > have edited the objs/Makefile to be like this: > > $(LINK) -o objs/nginx \ > objs/src/core/nginx.o \ > >

Re: Want to use --emit-relocs in the linker step

2020-04-27 Thread Mahmood Naderan
Thank you. That is right. Regards, Mahmood On Mon, Apr 27, 2020 at 6:28 PM Andrei Belov wrote: > > > On 27 Apr 2020, at 16:53, Mahmood Naderan wrote: > > > > Hi, > > I want to add '--emit-relocs' at the linker stage while building nginx, > I have edited the objs/Makefile to be like this: > >

Re: Want to use --emit-relocs in the linker step

2020-04-27 Thread Andrei Belov
> On 27 Apr 2020, at 16:53, Mahmood Naderan wrote: > > Hi, > I want to add '--emit-relocs' at the linker stage while building nginx, I > have edited the objs/Makefile to be like this: > > $(LINK) -o objs/nginx \ > objs/src/core/nginx.o \ > > objs/ngx_modu

Want to use --emit-relocs in the linker step

2020-04-27 Thread Mahmood Naderan
Hi, I want to add '--emit-relocs' at the linker stage while building nginx, I have edited the objs/Makefile to be like this: $(LINK) -o objs/nginx \ objs/src/core/nginx.o \ objs/ngx_modules.o \ -ldl -lpthread -lcrypt -lpcre -lz --emit-relocs \

AW: AW: Using NGINX as reverse proxy to webmin on a remote server

2020-04-27 Thread Carsten Laun-De Lellis
Hi Anthony Thank you for your quick reply. I've tried to configure my servers according to the link you sent, but it didn't work out. The config on the Nginx server looks like: server { server_name vml36.delellis.net; listen 192.168.178.36:80; location /vml32 {

Re: AW: Using NGINX as reverse proxy to webmin on a remote server

2020-04-27 Thread P.V.Anthony
On 27/4/20 2:19 pm, Carsten Laun-De Lellis wrote: As I said I am new to Nginx and not 100% sure, what information you need to help me here. I tried your config, but it doesn't work. This means I am forwarded to the webmin login page, but can see the basic html only (login form, headline). I

Implementation of http2/RST_STREAM in NGINX 1.18.0

2020-04-27 Thread Paul Hecker
Hi, it seems that macOS still has an issue with the proper handling of RST_STREAM. Since NGINX 1.18.0 the proper handling of RST_STREAM is re-enabled in this commit: https://hg.nginx.org/nginx/rev/2e61e4b6bcd9 I used git bisect to track this down. Our server mainly handles basic-auth protect