infinite-omicron / pentesting-vm

Penetration Testing Virtual Machine
GNU General Public License v3.0
2 stars 2 forks source link

Automatically Configure FireFox #1

Open oxr463 opened 4 years ago

oxr463 commented 4 years ago

See: https://askubuntu.com/q/73474/799594

oxr463 commented 4 years ago
[Desktop Entry]
Name=Firefox Developer 
GenericName=Firefox Developer Edition
Exec=/opt/firefox/firefox %u
Terminal=false
Icon=/opt/firefox/browser/chrome/icons/default/default128.png
Type=Application
Categories=Application;Network;X-Developer;
Comment=Firefox Developer Edition Web Browser.
StartupWMClass=Firefox Developer Edition

See also: https://askubuntu.com/a/548005/799594

oxr463 commented 4 years ago

See also: https://stackoverflow.com/a/56757527/8507637

oxr463 commented 3 years ago
cd /opt
curl -O https://download-installer.cdn.mozilla.net/pub/devedition/releases/81.0b2/linux-x86_64/en-US/firefox-81.0b2.tar.bz2
tar -xf firefox-81.0b2.tar.bz2
rm -rf firefox-81.0b2.tar.bz2
oxr463 commented 3 years ago

See also: https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options

outzhu commented 2 years ago

Should I make a .sh in the scripts?

oxr463 commented 2 years ago

Should I make a .sh in the scripts?

Yes. That would be great!

outzhu commented 2 years ago

Made the PR https://github.com/infinite-omicron/pentesting-vm/pull/23

oxr463 commented 1 year ago
  1. We only want Firefox in the Vagrant box, not Docker.
  2. We need to install Xorg server in Alpine and configure it to run Firefox.