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 ...
unable to locate package in Linux or Kali Linux
it means if you want to install anything like vlc ,snaptics,ftp anything
you need to locate package
https://docs.kali.org/general-use/kali-linux-sources-list-repositories
official repository page
it means if you want to install anything like vlc ,snaptics,ftp anything
you need to locate package
- first go to
https://docs.kali.org/general-use/kali-linux-sources-list-repositories
official repository page
- then go to setting then check what type of linux you are using
i have GNU/Linux Rolling
setting ->Details ->about
kali page
deb http://http.kali.org/kali kali-rolling main non-free contrib
maximum is GNU/Linux Rolling base O.S
- So go to type in terminal
nano /etc/apt/sources.list
or
gedit /etc/apt/sources.list
or
vi /etc/apt/sources.list
- press enter after paste " nano /etc/apt/sources.list" in termianl that is bold
it will open nano editor
paste
deb http://http.kali.org/kali kali-rolling main non-free contrib
then
ctrl+s to save
- after saving type in terminal
apt-get update
for update new source list
- after that you can install anything which you want
Comments
Post a Comment