Metasploitable Root shell 1524/tcp open shell Metasploitable root shell This was a curiousity… My first attempt was to attempt using rlogin to connect to the port, which did not appear to work correctly, though did seem to work enough to return part of a prompt to the user: root@kali:~# rlogin -p 1524 target oot@metasploitable:/# My next approach was to attempt a simple netcat connection to the host, which ended up being successful: root@kali:~# nc -v target 1524 root@metasploitable:/# id ...
how to install LibreOffice
This article describes how to install LibreOffice 6.2 on Debian/Ubuntu-based Linux distributions, such as Linux Mint, Xubuntu, Kubuntu, Debian and Ubuntu
if you install with deb package go to
https://www.libreoffice.org/download/download/
download package according to need
if you are using a Debian system like Ubuntu, Kali Linux
you have to download deb package
after download deb package
open terminal
sudo dpkg -i *.deb
it will select all package
- Remove bundled LibreOffice
LibreOffice 6.2 can be installed alongside older LibreOffice versions, but conflicts may occur.
To remove prior installations of LibreOffice:
sudo apt-get remove libreoffice-core
If you also want to remove LibreOffice configuration files, use the purge switch:
sudo apt-get remove --purge libreoffice-core
Comments
Post a Comment