블로그 이미지
Flying Mr.Cheon youGom

Recent Comment»

Recent Post»

Recent Trackback»

« 2024/5 »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

hollywood 스크립트 설치 (헐리우드)

보안/도구 | 2019. 1. 25. 14:57 | Posted by youGom


sudo apt install hollywood
sudo apt-add-repository ppa:hollywood/ppa
sudo apt-get update
sudo apt-get install byobu hollywood



Hollywood on GitHub





Hollywood hacking terminal in Linux

 








아래와 같은 에러 발생 시 : byobu 관련 오류

  error can't open /usr/share/applications/byobu.desktop no such file directory


원본 : https://www.hiroom2.com/2017/09/21/parrotsec-3-8-byobu-en/

1 Error with installing byobu

The following error will be occured when installing byobu.

$ sudo apt install -y byobu
<snip>
update-parrot-menu: error: can't open
/usr/share/applications/byobu.desktop: No such file or directory
E: Problem executing scripts DPkg::Post-Invoke '[ ! -x
/usr/share/parrot-menu/update-parrot-menu ] ||
/usr/share/parrot-menu/update-parrot-menu wait_dpkg'
E: Sub-process returned an error code

2 Install byobu

Create lacked file after installing byobu and reinstall byobu.

$ sudo apt install -y byobu || true
$ cat <<EOF | sudo tee /usr/share/applications/byobu.desktop
[Desktop Entry]
Name=Byobu Terminal
Comment=Advanced Command Line and Text Window Manager
Icon=byobu
Exec=gnome-terminal --app-id us.kirkland.terminals.byobu -e byobu
Type=Application
Categories=GNOME;GTK;Utility;
X-GNOME-Gettext-Domain=byobu
EOF
$ sudo apt install --reinstall -y byobu


'보안 > 도구' 카테고리의 다른 글

AFL + Android / AOAP Porting and Fuzzing  (0) 2019.06.28
AFL fuzzer / fuzzing  (0) 2019.06.27
[도구] ADB 명령어 정리 내용 ( am/pm/capture/mongkey 등 )  (0) 2018.03.19
공유 게시판 이더패드  (0) 2015.03.30
[NMAP] MS-SQL pentest  (0) 2014.11.17
: