Difference between revisions of "Cloud Security"
Line 19: | Line 19: | ||
* https://nmap.org/book/inst-linux.html#inst-rpm | * https://nmap.org/book/inst-linux.html#inst-rpm | ||
* https://wiki.debian.org/FreedomBox/Hardware/VirtualBox | * https://wiki.debian.org/FreedomBox/Hardware/VirtualBox | ||
+ | |||
+ | |||
+ | ==Installing Curl on Debian== | ||
+ | <source> | ||
+ | $ sudo apt install curl | ||
+ | </source> |
Revision as of 16:15, 9 January 2021
Notes
nmap installation/Debian Linux
Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime.
to install nmap on debian server:
$ apt-get install nmap
listen any port:
$ nmap -sV 192.168.56.1
resource:
- https://nmap.org
- https://nmap.org/book/inst-linux.html#inst-rpm
- https://wiki.debian.org/FreedomBox/Hardware/VirtualBox
Installing Curl on Debian
$ sudo apt install curl