Friday, December 29, 2017
Wednesday, December 27, 2017
Tuesday, December 26, 2017
Monday, December 25, 2017
Tuesday, December 19, 2017
Monday, December 18, 2017
Close ports
How to identify the processes that are keeping ports open
Windows OS
For Windows operating systems, you can use netstat, which is included with the OS.
- On the scanned server, open command prompt.
- Run the command: netstat -ano. This will list all the network connections on the machine. The last column shows the process id of the process for the specific network connection.
- You will probably want to filter this down using the ‘find’ command.
For example, if you only want to list the network connections on port 3306, use:
netstat -ano | find “:3306” - Or call me and for 50 bucks I will remotly close the doors that are open for you.
Most Linux distributions include the the netstat command, however the switches are different than the one included in Windows. Proceed as follows:
- On the scanned server, open a terminal session,
- Run the command: netstat -tulpn. This will list all daemons (services) listening for both TCP and UDP network traffic on the machine. The last column shows the process id of the process for the specific network connection. If this information is not being displayed, it is most likely because the user you are using does not have sufficient privileges. You may need to use sudo to get access to this information.
- You will probably want to filter this down using the grep command.
For example, if you only want to list the network connections on port 3306, use:netstat -tulpn | grep “:3306”or call me!
Sunday, December 17, 2017
Saturday, December 16, 2017
Thursday, December 14, 2017
Friday, December 8, 2017
Wednesday, December 6, 2017
Monday, December 4, 2017
Sunday, December 3, 2017
Saturday, December 2, 2017
Friday, December 1, 2017
Queen says she is not human
Queen of England admits to what we already know.The queen of England is the whore on the Beast that will devoured by the Beast. Anyway watch this video where the Queen admits she is not human.
Subscribe to:
Posts (Atom)