Files
chipsec-chipsec/docs/sphinx/installation/Using-CHIPSEC-with-Kali-Linux.rst
T
Sae86 947ab238a1 Improvements to sphinx
Signed-off-by: Sae86 <sara.batllori@intel.com>
2021-10-26 15:05:45 -07:00

34 lines
892 B
ReStructuredText

Creating the Kali Linux Live USB
================================
`Download <https://www.kali.org/downloads/>`__ and `install <https://www.kali.org/docs/installation/>`__ Kali Linux
Installing CHIPSEC
------------------
**Install the dependencies**
``apt-get install python python-devel gcc nasm linux-headers-[version]-all``
.. note::
Install the linux headers for the currently running version of the Linux kernel. You can determine this with ``uname -r``
``pip install setuptools``
**Install latest CHIPSEC release from PyPI repository**
``pip install chipsec``
**Install CHIPSEC package from latest source code**
Copy CHIPSEC to the USB drive (or install ``git``)
``git clone https://github.com/chipsec/chipsec``
``python setup.py install``
Run CHIPSEC
-----------
Follow steps in section "Using as a Python package" of :ref:`Running CHIPSEC <Running-Chipsec>`