Re: Blocking 445 IP port

2016-07-20 Thread Justin Steven
On Thu, Jul 21, 2016 at 01:09:36AM +, Thiago Zoroastro wrote: > Could I to know what the package that's installed and opening this IP port > opened? You can find out using netstat or ss. ``` % sudo netstat -antp | grep 445 tcp0 0 0.0.0.0:445 0.0.0.0:*

Re: using curl/wget to call logout

2016-07-15 Thread Justin Steven
>From Chromium's Development Tools (press F12) you can right-click a request in the Network tab and "Copy as cURL" Might help with handling cookies and other such things using curl -- Justin