Web Application Scanner Tool on Kali Linux

in blurtutorials •  4 years ago  (edited)

Hello friends, Today in this I am going to show you, how you can scan any web application, website, or IP address in any Linux computer, If you are learning Ethical Hacking this video will be very helpful for you. Watch the complete video, if you are getting any error while installing or using let me know in the comment.

Installation process

  1. Create a directory on the Desktop in terminal

    $ cd Desktop
    
  2. Clone WAScan from github

    $ git clone https://github.com/m4ll0k/WAScan.git
    
  3. This is python-based tools, so you also have to install python

      $ apt-get install python-pip python3-pip  
    
  4. You also have to install BeautifulSoup

      $ pip install BeautifulSoup
    
  5. Now go to WAScan directory from the Desktop

       $ cd WAScan
    
  6. Now run the WAScan python script

    $ python wascan.py
    

It will show you help and examples.

  1. Finally, scan your web application

    $ python wascan.py --url website or IP address 
    

eg.

   $ python wascan.py --url http://blurt.blog 

You will get the all information and security details of the website.


Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE BLURT!
Sort Order:  
  ·  4 years ago  ·  

This is wow 🤯🤯🤯
tenor.gif