GithubHelp home page GithubHelp logo

install-first-kali's Introduction

install-first-kali 2022.8

-usr/pass : kali/kali
sudo apt update
sudo apt upgrade

#chrome install
cd Downloads/
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install gdebi-core
sudo gdebi google-chrome-stable_current_amd64.deb
#set chrome to default
sudo update-alternatives --config x-www-browser

#vol3 #python3
cd Desktop/
git clone https://github.com/volatilityfoundation/volatility3.git
cd volatility3
pip3 install -r requirements-minimal.txt
python3 setup.py build
sudo python3 setup.py install
sudo apt-get install libsnappy-dev
pip3 install -r requirements.txt
python vol.py -h

#vol #pythno2
sudo apt install -y build-essential git libdistorm3-dev yara libraw1394-11 libcapstone-dev capstone-tool tzdata
cd Desktop/
git clone https://github.com/volatilityfoundation/volatility.git
sudo apt install -y python2 python2.7-dev libpython2-dev
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
sudo python2 get-pip.py
sudo python2 -m pip install -U setuptools wheel
python2 -m pip install -U distorm3 yara pycrypto pillow openpyxl ujson pytz ipython capstone
sudo python2 -m pip install yara
sudo ln -s /usr/local/lib/python2.7/dist-packages/usr/lib/libyara.so /usr/lib/libyara.so
python2 -m pip install -U git+https://github.com/volatilityfoundation/volatility.git

#set openvpn of tryhackme
-find vpn button

vpn

-choose import

choosevpn

-ok

okvpn

#set auto login
sudo updatedb
cat /etc/X11/default-display-manager
locate lightdm.conf
sudo nano -l /etc/lightdm/lightdm.conf
-uncomment line 126 (delete #) and make it look like | autologin-user=kali
-Ctrl + O to save
-Ctrl + X to quit
-reboot

#pdfinfo
sudo apt install poppler-utils

#image slicer
pip install image-slicer

#Pillow
sudo pip install Pillow

#sherlock
sudo apt install sherlock

install-first-kali's People

Contributors

watkorn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.