Posts

Software ( Functionalities)

Image
How to install Nikto on Kali Linux: Nikto can scan many webservers from threats. It is perl-based program so it can work on most of the system if perl interpreter is installed.  If you are using Kali Linux so, just login to Kali Linux, then go to applications and select Vulnerability Analysis and there click Nikto  To start scanning webserver use # nikto     -h  $webserverur1 Reference: Kumar, C., 2022.  How to find Web Server Vulnerabilities with Nikto Scanner ? . [online] Geekflare. Available at: <https://geekflare.com/nikto-webserver-scanner/> [Accessed 12 July 2022].

Primary Research (Demographic Questions Analysis)

Image
  Demographic Questions Analysis Here, we will see how many people have participated in this survey questionnaire and much they know about hacking and its software. Q. What is your age? From this graph it is obvious that 45.5% users are at the age of between 20 to 30, 36.4% are between 30 to 40 and 18.2% are from the age of 40 to 50.  Q.  Where are you from? This graph shows the location of those who were part of this survey. According to graph 90.9% participants belong to Asia. And 9.1% are from Australia.  Q.  What is your gender?    From this graph we can come to know that most of the participants who have knowledge about hacking and have used any hacking software are male with 63.6%. And rest 36.4% are female.  Q. Do you know about Hacking? In this graph it is shown that 54.5% participants have knowledge of hacking while, 45.5% have no idea about hacking.  What type of hacking have you done? According to this pie chart, 100% participants have used smurfing only.  Q. Do you think ha

Primary Research (General questions Analysis)

  This is a primary research about "Hacking".  What is your age? Where are you from? What is your gender? Do you know about Hacking? What is your level of hacking? What type of hacking have you done? Does your mobile or computer ever effected from any hacking software? How do you save your data from hackers? Which anti-virus do you use for data protection? Through which source we can keep our bank or computer accounts save from others? Do you think hacking is ethical?  To whom hacking gives benefit?

Academic Paper Summary

Image
  To safe software from hackers, software engineers created software security system but some of them were not sure how to handle this new technology. After launching of first book in 2001 about software security, different field expertise started investigation on software security. According to the author, software risks are increasing day by day due to expandable and complicated software. And internet has played another role in the growth of security threat in various applications. It is said that software should be made risk free on the time of their creation. The function of software security is to identify the complications running in the software. Some organizations use interruption recognizing system, firewalls and anti-spyware for security of their software. But, they are not the creators of security software to protect data from vulnerabilities, which is expanding with the passage of time. It is difficult to secure the whole system from risk and problems but those software w

Software (Example)

Image
  N ikto   Nikto is created on  LibWhisker and assists SSL, proxies, IDS etc. It is automatically upgraded from the command-line.  Install Nikto                 On Kali Linux, Nikto is already installed. In other cases, Nikto can be installed from its GitHub or from app install.          >app install nikto Let us see more commands in Nikto:   Use help command for getting more options:      > nikto -Help To scan Domain, -h (host) flag is used.        > nikto -h scanme.nmap.org Nikto can scan more IP Addresses by putting them in a text file with separate lines.       Command for scanning two domain is as under:        > nikto -h domains.txt References: freeCodeCamp.org. 2022.  Web Server Scanning With Nikto – A Beginner's Guide . [online] Available at: https://www.freecodecamp.org/news/an-introduction-to-web-server-scanning-with-nikto/ [Accessed 10 July 2022].

Software (Overview)

Image
  Nikto (Hacking Tool) Nikto is an open-source tool for scanning the internet. It searches for vicious files, out-of-date designs, and specific version-related issues. It secures the text file record, XML, HTML, NBE, and CSV file formats. Nikto can be run on those networks which carry basic Perl installation. It runs on Windows, Mac, Linux, and UNIX. It is best for Penetration Testing Tool. Perform a basic Nikto scan against a target host: perl nikto.pl -h  192.168.0.1 Specify the port number when performing a basic scan: perl nikto.pl -h  192.168.0.1  -p  443 Scan ports and protocols with full URL syntax: perl nikto.pl -h  https://192.168.0.1:443/ Scan multiple ports in the same scanning session: perl nikto.pl -h  192.168.0.1  -p  80,88,443 Update to the latest plugins and databases: perl nikto.pl  -update Properties: It can scan over 6700 malicious files from a server.  It supports HTTP proxy. It can recognize the downloaded application software by using headers, favicons, and files