Installing Deb Files In Kali Linux

01.11.2019

Objective The objective is to install DEB file on Ubuntu 18.04 Bionic Beaver Linux. Files with deb extentions are simply Debian packages. Since Ubuntu is also in its core using Debian Package management to install or uninstall software it is a relatively easy task to install DEB file on Ubuntu.

  1. Install Dpkg Ubuntu
  2. Install Deb File

Kali Linux, out of the box, comes with a root user. Operating a Linux Distribution, especially a security distribution like Kali Linux as a root user is a bad idea. There are other distributions like that are a tad bit safer to use for beginners, as they come with a normal privileged user from the beginning. But you are here to learn the Top Things to do after Installing Kali Linux, so let’s get started with that!A side note, I specifically didn’t call this “The Top 5 or whatever things to do after Installing Kali Linux”, because this is an ongoing affair.

I will constantly update and maintain this list. So best Bookmark it and come back once in a while!

1.The Exorcist (1973) – Hindi Dubbed Movie download link -2.The Conjuring (2013) BRRip Dual Audio Hindi Dubbed download link -3.sinister-2012-bluray-hindi-350mb-dual-audio Movie download link -4.The Ring 2002 BluRay Hindi Dual Audio Movie download link - ovie5.Saw (2004) BRRip Hindi Dual Audio Movie Download link-6.Poltergeist 1982 Hindi Dubbed Dual BRRip Movie Download link-7.Annabelle 2014 Dual Audio hindi BRRip Movie Download link-8.Oculus (2014) 450MB 720P BRRip Dual Audio Movie Download link-9. The exorcist 1973 hindi dubbed movie download.

2 – Installing Guest Additions and taking a Snapshot (VirtualBox /VMware Only)IF you have installed Kali Linux on a or anywhere else than VirtualBox or VMWare, skip this step and continue with Step 3.If you have on the Kali Website, we need to install the VirtualBox Guest Additions first. Otherwise, you will stare at a 640.480 screen and most of your drivers and passthrough won’t work. If you have downloaded the finished, you can skip installing Guest Additions and continue with the snapshot.If you have downloaded the Kali VirtualBox VM, make sure to change your root password from the default “toor” to something else by typing: passwd. I just found out that installing the virtualbox-guest-additions-x11 doesn’t work anymore with Kali 2018.4. I can’t get it to fullscreen.

Install Dpkg Ubuntu

So I recommend just downloading their pre-installed VirtualBox VM instead from here: install VirtualBox Guest Additions: apt-get install virtualbox-guest-x11reboot nowI highly recommend making a Snapshot of your fresh installation. Because you WILL mess it up at some point. Instead of completely re-installing the whole thing again, you can save yourself some precious time and just revert back to the Snapshot instead.To take a Snapshot in VirtualBox 6.0, select your Kali VM, click on the Dropdown icon next to it and select Snapshots. Click on the Take icon to create a new Snapshot.

Deb

Name it properly.An idea would be: “Fresh Install” -Description:”Fresh install DATE + Updates + VirtualBox Guest Additions”. Because you will forget when you took the Snapshot later on.Enable Shared Clipboard and Drag & DropEnable the shared Clipboard. It allows you to copy something like text from your Host to your Virtual Machine. Also, enable Drag & Drop, you can Drag & Drop files from your Host to your VM and Vice Versa, very useful.

Set both to Bidirectional.In your VirtualBox Window go to Devices - Shared Clipboard - Drag & Drop - Set both to Bidirectional.Definitely another bonus Tip of Top Things to do after installing Kali Linux on VirtualBox! 3 – Creating a Low Privileged User AccountIt is a good idea to create a new, lower privileged user account. Chrome and Firefox, and a couple of other apps should never be run as root. So, therefore, let’s create a new user with lower privileges. Open a Terminal and run: adduser USERNAMEThis will create a new user and automatically creates a home directory for him. To verify if that has worked type: ls /home/And your newly created user should show up.Now we need to add our new user to the Sudo’ers group. If you want to use Kali Linux, you should be familiar with this command.

I highly recommend getting your Linux Basics straight before starting to use Kali at all. By adding the user to the sudo group, or, as originally referred to as “superuser do” group, you are allowed to run commands that require root by putting the “sudo” command in front of it. For example, the apt-get upgrade command we ran above wouldn’t be allowed for our new user. Although, if you put “sudo apt-get upgrade” in front of it, it will ask you for your sudo password and run the command for you.Just think of it as “Do this command as root”, or simply remember “Superuser Do”. Usermod -aG sudo USERNAMENow just log out your root user and log in with your new user. You find the log out option in the upper right corner. 4 – Installing Guake Terminaldoesn’t go on place 4 for the Top Things to do after Installing Kali Linux for nothing.

I absolutely love this Drop Down Terminal and can’t live without it anymore. If you have ever played Quake 3 (Rocket Arena, anyone?), or any old Shooter, you might remember you were able to pull down a console by pressing Tilde (^), mostly to enter codes like “god” or “noclip” that made your character a levitating god that ignored walls.You can have the same thing in Linux! The name Guake was wisely chosen. You will come on it, I bet.To install Guake Terminal simply go: sudo apt-get install guakeNow we also want Guake to start automatically the next time we reboot our system, for that, we enter: sudo cp /usr/share/applications/guake.desktop /etc/xdg/autostart/sudo reboot nowAfter you have rebooted your system, you can pull down Guake by pressing F12.If you want to know how to change the Pull Down from pressing F12 to Tilde, or Circumflex(^) and do other customizations,. I prefer Circumflex over F12 out of obvious reasons.5 – Install your Favorite Code EditorNow, this is your personal choice, if you don’t write your own code (Which you should be doing!), you can skip this step. I personally like the Atom Editor. To install Atom on Kali Linux, head over to the Atom website and download the.deb Package.To install Atom, open a Terminal Window and install the missing dependencies first: sudo apt-get install gconf2 gconf-service gvfs-bin libgconf-2-4 gconf2-commonAfter that go to your Downloads folder and install Atom: cd Downloadssudo dpkg -i atom-amd64.debNow Atom is fully installed.

6 – Installing OpenVASOpenVAS is a very popular Open Source Vulnerability Scanner. It is an essential tool at your repertoire. Because installing OpenVAS initially is a lengthy process by itself, I simply point you to my on how to install it.I use OpenVAS almost all the time because you can run scans effortlessly in the background and it sometimes comes up with interesting findings. 7 – Installing your favorite ToolsNow this again is up to personal choice, I’ll just leave a list of Tools I like and use regularly below:.

(for the Lazy amongst you, allows you to run and install a lot of tools)Install instructions for those scripts can be found on the Git website. But I am working on a nice little installer for you guys so you can install those tools easier. You’ll know once it’s available. 8 – Setting up VPNI have recently written an article where I compare the out there. I always like to use a VPN when working with any security distribution. So I always have VPN Setup that automatically connects the VPN once I boot the system.

But ideally, you have that set up. That ensures that all your Internet Traffic is routed through the VPN.I use in this example, because that’s what I am currently using myself. I have an affiliation with both NordVPN and PIA, so if you decide to sign up with them, use my and I get a small provision, helping me to pay for server cost. As always, I only recommend stuff that I personally use. If you don’t know where to continue from here, let me point you in the right direction.

I have two very comprehensive articles that give you study material for a good while.Next to that, make sure to check out the Cybersecurity category on this website and also check out my where I produce high quality Cybersecurity and Linux tutorials, all of them suited for beginners.ConclusionIf I haven’t forgotten anything, those are the Top Things to do after Installing Kali Linux. It is important that you understand that you can be at risk when running your OS as root.

Install Deb File

It is definitely not recommended for beginners. Keep my tips & tricks in mind and you have created yourself an extra layer of protection.As I mentioned in the beginning of the article, this list is ongoing, so make sure to check back!As always, use your Brain when Hacking. February 5, 2019 at 2:51 pmHi,Just like to say your site is excellent. I just installed the lscript and even though I don’t know what a lot of the programs on there are yet, it looks fantastic. It’s a great help having people as yourself willing to do these things for free for people starting out and trying to learn =)I’m trying to learn all about Kali Linux and the things associated with it in my spare time, so to have great tutorials etc is great for me as I’m trying to learn it myself without anyone to mentor me. I’ve done quite a few courses on certain things and I’m currently trying to learn Python.My problem is, I seem to be learning things in the wrong order and thus have to go back and redo things to try and understand them better. But, as they say – Rome wasn’t built in a day =)I look forward to really scouring your site (after a few more courses) as there looks a plethora of great articles for me to learn new things and redo things I have done already, but with better tutorials.

I already have lots of your articles bookmarked for future learning from your excellent newsletter. I can’t remember how i came across your site but it was a good day when I found it.Again, total respect and a big thank you for your time and efforts in helping people like myself =)Keep up the good work and have a great day!!. February 5, 2019 at 4:30 pmHey man!

Thank you for leaving such a long comment! I built the Website for exact this reason. Hearing that it actually fulfills it’s purpose is great. And I know the struggle, I currently learn Python myself, so also a little bit of reverse-order on my side as well. Just stick with it and stay curious, you will eventually end up where you want to be. It’s good that you have the “Rome wasn’t built in a day” mindset, because you need to realize one thing: It takes time, a lot of it.

And patience on top of it 🙂Good luck to you! Thanks again.

Flag

Appreciate the praise!.