Posts

HOW TO INSTALL KALI LINUX

Image
 In this blog, I will show you how to install kali Linux. We will start by understanding Linux. So Linux in a nutshell is basically a family of open-source Unix-like operating systems based on the Linux-Kernel and it was developed by Linus Torvalds in the early 1990s. There are many devices that use the Linux kernel including the android smartphones that most of us use. Linux being open-source means one can see the source code ( unlike others, you can not see their source code) and manipulate it to your own liking. This means having the source code you can add things and remove what is unnecessary according to how you want the operating system to be like. So what you will need for the installation of Kali Linux is; Minimum of 4Gb flash drive Stable internet connection The machine you want to install is kali Linux. Having met the above requirements let's get started. Visit the Kali Linux website ( link to download Kali Linux ) and download the iso file depending on your machine'

SHARING FILES BETWEEN TWO LINUX DEVICES USING ETHERNET

Image
 Hi guys, in this blog I'll be showing you how to share files between two Linux machines using ethernet.  CONFIGURING THE TWO KALI LINUX MACHINES. Navigate to the network settings and click on the +   to add a network and select Ethernet as shown below. Click the create button. You can rename the network connection created to kalitokali as shown below then navigate to the IPV4 Settings tab. While in this tab, click the pull-down arrow at Method  and select Link-Local Only  as shown below, and click on save. Now having done that to the two Linux devices you'll see a connection is established. Now to verify if all is well open the terminal and type ifconfig  and check whether under the ethernet connection there is an assigned IP address. SHARING FILES AND FOLDERS. To share files now we will type the following commands in the terminal. ''' sudo systemctl start ssh.service --> This command will start the ssh service in Kali Linux '''' The reason for s

CYBERTALENTS WEB CHALLENGES WRITEUP

Image
CYBERTALENTS WEB CHALLENGES WRITEUPS ADMIN HAS THE POWER So when we open the link we are taken to a login page. I tried admin aas username and admin  as password but it didn't go through. So I decided to take a look at the source code. ``` ┌──(you㉿me)-[~] └─$ curl http://wcamxwl32pue3e6m5p6v4ehxzg1rm2360kxlcg30-web.cybertalentslabs.com                    <!DOCTYPE html> <html lang="en">   <head>     <meta charset="utf-8">     <meta http-equiv="X-UA-Compatible" content="IE=edge">     <meta name="viewport" content="width=device-width, initial-scale=1">     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->     <title>Admin Panel</title>     <!-- Bootstrap -->     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha

PRIVATE AGENT WRITEUP

Image
PRIVATE AGENT CYBERTALENTS WRITEUP The challenge was just requesting one to find the user agent that will allow one access to the site. So after opening the site we see the following; So at first I looked at the source code and saw nothing only to realize that at the bottom of it there was a commented line. I used the curl command and saw the user-agent ``` ┌──(you㉿me)-[~] └─$ curl http://wcamxwl32pue3e6meg23gk9h8z4km2360kxlcg30-web.cybertalentslabs.com/ <!DOCTYPE html> <html lang="en">   <head>     <meta charset="utf-8">     <meta http-equiv="X-UA-Compatible" content="IE=edge">     <meta name="viewport" content="width=device-width, initial-scale=1">     <title>private-agent</title>     <!-- Bootstrap -->     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycu

DROZER IN KALI LINUX 2020.4

HOW TO INSTALL DROZER IN KALI LINUX 2021.4 So the whole last year I have been having trouble installing drozer in Kali Linux without necessarily using it in docker. In this article, I will be showing you how I was able to successfully install drozer in kali Linux 2020.4. First, we have to install pip2.7 in our kali machine which is done by: ``` wget https://bootstrap.pypa.io/pip/2.7/get-pip.py  ``` After doing this we get the get-pip.py in the folder we are in. So we use python2 to install the pip2.7 using the get-pip.py. ``` sudo python2 get-pip.py ``` Use which command to verify whether it is installed: ``` ┌──(you㉿me)-[~/Extracted/Software] └─$ which pip2.7                                      /usr/local/bin/pip2.7 ``` After this we have to wget the drozer whl  from Github: ``` wget https://github.com/FSecureLABS/drozer/releases/download/2.4.4/drozer-2.4.4-py2-none-any.whl ``` After doing so, we install the whl using pip2.7 ``` sudo pip2.7 install drozer-2.4.4-py2-none-any.whl ``` A

SHARING FILES BETWEEN A LINUX AND A WINDOWS MACHINE USING ETHERNET CABLE.

Image
 HOW TO SHARE FILES BETWEEN A LINUX AND A WINDOWS MACHINE USING ETHERNET CABLE In this blog, I will show you step by step how you can share files between a windows machine and a Kali Linux machine. We will start with windows configuration and then go to Linux configuration. WINDOWS CONFIGURATION Go to the search bar and search for the control panel and open it. In the control panel select Network and Internet A new page will be open and select Network and Sharing Center Now connect the ethernet cable in the Linux machine and the windows machine. An Ethernet network connection will appear and you'll click on it. After Clicking on it a pop-up like shown below will show up. On the pop click on the properties button and another pop up will appear. Now on the above pop up look for Internet Protocol Version 4(TCP/IP4)  and select it and after that click on properties. A configuration page will be shown and you'll have to configure it as shown below. ``` 192.168.1.2 ---> This will