I can see your local web servers
41–50 of 198 posts
Re: I can see your local web servers
#42Re: I can see your local web servers
#43"If you see any results like 192.168.0.4:3000 is available!, you should tell your colleague to secure whatever she has running on that port" Someone's going to access this page at $BIGCORP with an overly trigger-happy IDS and get a fun morning meeting with IT to un-quarantine their machine.
I got this address as well, do you have anything running on .4?
It's just weird because I have .1 router, .2 AP, .3 pi-hole
then .10 is when I start my static IPs
and .100 is where my dhcp starts
nmap says that host is down as well
Re: I can see your local web servers
#44[1] https://support.lenovo.com/th/th/product_security/len_4326
Re: I can see your local web servers
#45Unfortunately the protocol is vulnerable by design. :(
[1] https://portswigger.net/daily-swig/new-tool-enables-dns-rebi...
[2] https://www.blackhat.com/asia-19/arsenal/schedule/#redtunnel...
Re: I can see your local web servers
#46If you use uMatrix, you can easily block the localhost and local network "sniffing" with the following rule[0]: * 127 * block ### block access to IPv4 localhost 127.x.x.x * localhost * block * [::1] * block ### block access to IPv6 localhost * 192.168 * block ### block access to LAN 192.168.x.x In principle, you can use this without any other blocking, i.e. with the rule: * * * allow and hence without disabling javas…
localhost localhost * allow
to be able to open sites on localhost directly.Re: I can see your local web servers
#47Earlier quoted context omitted.
The requests should fail unless the servers you are running allow CORS as per the headers.
There's half a dozen that are.
I noticed in my tests it found one on port 3000 with blanket access, but didn't see one on port 9999 with restricted access( policy => allow from *.mydomains )
Re: I can see your local web servers
#48I used to scan the company network for Selenium servers and remotely open "inappropriate" pages. Always nice to see a coworker wonder why a browser window with images of Pooh opened up.
Re: I can see your local web servers
#49"If you see any results like 192.168.0.4:3000 is available!, you should tell your colleague to secure whatever she has running on that port" Someone's going to access this page at $BIGCORP with an overly trigger-happy IDS and get a fun morning meeting with IT to un-quarantine their machine.
edit: I am a dolt. Thank you :) I got this address as well, do you have anything running on .4? It's just weird because I have .1 router, .2 AP, .3 pi-hole then .10 is when I start my static IPs and .100 is where my dhcp starts nmap says that host is down as well
Re: I can see your local web servers
#50"If you see any results like 192.168.0.4:3000 is available!, you should tell your colleague to secure whatever she has running on that port" Someone's going to access this page at $BIGCORP with an overly trigger-happy IDS and get a fun morning meeting with IT to un-quarantine their machine.
edit: I am a dolt. Thank you :) I got this address as well, do you have anything running on .4? It's just weird because I have .1 router, .2 AP, .3 pi-hole then .10 is when I start my static IPs and .100 is where my dhcp starts nmap says that host is down as well