How to Install NSEdit on Kali Linux Latest
NSEdit is a web-based tool that allows users to edit DNS records on a name server. It is written in Python and Flask and is available on GitHub. In this tutorial, we’ll show you how to install NSEdit on Kali Linux Latest.
Prerequisites
Before we begin, make sure you have the following:
- Kali Linux Latest installed in your system
- Python 3.x installed
- Git installed
Step 1: Clone the Repository
First, clone the NSEdit repository from GitHub by using the following command:
git clone https://github.com/tuxis-ie/nsedit.git
This will clone the repository in your current directory.
Step 2: Install Dependencies
Next, navigate to the cloned directory and install the dependencies by using the following command:
cd nsedit
pip3 install -r requirements.txt
This will install all the required packages.
Step 3: Run the Application
After installing the dependencies, run the application using the following command:
python3 nsedit.py
This will start the web server on http://localhost:8080/.
Step 4: Access NSEdit
Finally, open your web browser, and go to http://localhost:8080/ to access NSEdit. The web page will show you the current DNS records on your name server.
To add a new record, click on the "Add Record" button, fill in the necessary details, and click "Save". NSEdit will automatically update the DNS records on the name server.
Congratulations! You have successfully installed and accessed NSEdit on Kali Linux Latest.