Posts

Showing posts from July, 2021

How to scan website vulnerabilities!!

Image
  Install Nikto If you're running Kali Linux, Nikto comes preinstalled, so you don't have to download or install anything. It'll be located in the "Vulnerability Analysis" category. If you don't have it for some reason, you can get Nikto from  its GitHub  or just use the  apt install  command. apt install nikto If you're doing this on a Mac, you can use  Homebrew  to install Nikto. brew install nikto Step 2 Get to Know Nikto Before you dive into scanning web servers with Nikto, lets you use the  -Help  option to see everything that can be done inside Nikto. nikto -Help Options: -ask+ Whether to ask about submitting updates yes Ask about each (default) no Don't ask, don't send auto Don't ask, just send -Cgidirs+ Scan these CGI dirs: "none", "all", or values like "/cgi/ /cgi-a/" ...

Track People Using Trape in Real Time!!

  Track People Using Trape in Real Time!! Trape is an OSINT analysis and research tool, which allows people to track and execute intelligent social engineering attacks in real time. It was created with the aim of teaching the world how large Internet companies could obtain confidential information such as the status of sessions of their websites or services and control their users through their browser, without their knowledge, but It evolves with the aim of helping government organizations, companies and researchers to track the cybercriminals. Installation: git clone https://github.com/jofpin/trape.git cd trape pip3 install virtualenv virtualenv -p /usr/bin/python3 trape_env source trape_env/bin/activate pip3 install -r requirements.txt python3 trape.py -h