LubuntuFu / fishfry

replaces fish history with a history tailored to pentesters for efficency and newbie pentesters for learning. this is also useful for begginer linux users as i have included descriptions of the file structure and basic commands, also includes commands for several different distro's.
GNU General Public License v3.0
51 stars 3 forks source link

fish_history on Kali 2016.1 #1

Open Chan9390 opened 8 years ago

Chan9390 commented 8 years ago

As you have mentioned in the README:

replace the stock fishshell history located at '/root/.local/share/fish/fish_history' with '/root/fishfry/fish_history_pentesting_suite' - kali/debian

There is no file /root/.local/share/fish/fish_history in Kali Linux. You have to change the file at the location ~/.config/fish/fish_history (tested with Kali Linux 2016.1)

The path /root/.local/share/fish/fish_history works for "Kali Docker Image"

LubuntuFu commented 8 years ago

root@NSA:~# uname -a Linux NSA 4.0.0-kali1-amd64 #1 SMP Debian 4.0.4-1+kali2 (2015-06-03) x86_64 GNU/Linux root@NSA:~# locate ~/.config/fish/fish_history root@NSA:~# locate /root/.local/share/fish/fish_history /root/.local/share/fish/fish_history root@NSA:~# cat /etc/apt/sources.list

deb cdrom:[Debian GNU/Linux 2.0 Sana - Official Snapshot amd64 LIVE/INSTALL Binary 20150811-08:02]/ sana contrib main non-free

deb cdrom:[Debian GNU/Linux 2.0 Sana - Official Snapshot amd64 LIVE/INSTALL Binary 20150811-08:02]/ sana contrib main non-free

deb http://http.kali.org/kali sana main non-free contrib deb-src http://http.kali.org/kali sana main non-free contrib

deb http://security.kali.org/kali-security/ sana/updates main contrib non-free deb-src http://security.kali.org/kali-security/ sana/updates main contrib non-free root@NSA:~# leafpad /etc/apt/sources.list root@NSA:~# cat /etc/apt/sources.list

deb cdrom:[Debian GNU/Linux 2.0 Sana - Official Snapshot amd64 LIVE/INSTALL Binary 20150811-08:02]/ sana contrib main non-free

deb cdrom:[Debian GNU/Linux 2.0 Sana - Official Snapshot amd64 LIVE/INSTALL Binary 20150811-08:02]/ sana contrib main non-free

deb http://http.kali.org/kali sana main non-free contrib deb-src http://http.kali.org/kali sana main non-free contrib

deb http://security.kali.org/kali-security/ sana/updates main contrib non-free deb-src http://security.kali.org/kali-security/ sana/updates main contrib non-free

deb http://http.kali.org/kali kali-rolling main non-free contrib

apt update apt dist-upgrade

thanks chan9390 i should have remembered my USB was out of date. thanks for pointing it out. will verify and update readme as soon as done updating. thank you.