avi293 / github-slideshow

A robot powered training repository :robot:
https://lab.github.com/githubtraining/introduction-to-github
MIT License
0 stars 0 forks source link

Red hawk #2

Open avi293 opened 4 years ago

avi293 commented 4 years ago

Red Hawk = All in one tool for Information Gathering and Vulnerability Scanning

Scans That You Can Perform Using RED HAWK :

Basic ScanWhois Lookup 

Geo-IP Lookup

Grab Banners 

DNS Lookup

Subnet Calculator

Nmap Port Scan

Sub-Domain Scanner

Reverse IP Lookup & CMS Detection 

Error Based SQLi Scanner

Bloggers View

WordPress Scan

Crawler

MX Lookup 

Scan For Everything

Insatallation :

$ apt update && apt upgrade

$ apt install git 

$ apt install php

$ git clone https://github.com/Tuhinshubhra/RED_HAWK

$ RED_HAWK

$ chmod +x *

usage :

php rhawk.php 

Use the "help" command to see the command list 

type in the domain name you want to scan (without Http:// OR Https://).

Select whether The Site Runs On HTTPS or not.

Select the type of scan you want to perform

Leave the rest to the scanner

github-learning-lab[bot] commented 4 years ago

Step 2: Turn on GitHub Pages

:tada: You're now the proud manager of this issue! Now that you've assigned yourself, people who drop by know that they're welcome to participate, but you'll be carrying this issue across the finish line. :sunglasses:.

Let's use GitHub Pages

Now, on to business! GitHub Pages allow you to serve a static site from a repository. We've filled this repository with some site content, but the rendered site isn't visible right now. Let's change that.

:keyboard: Activity: Enable GitHub Pages

  1. Click on the Settings tab in this repository
  2. Scroll down to the "GitHub Pages" section
  3. From the "Source" drop down, select master branch

Note: Even though you'll see an option to choose a theme, do not apply a theme at this point. We've protected the code so you can't make unintended changes. You'll have the opportunity to apply a theme when the course is completed.


I'll respond in this issue when I detect GitHub Pages has deployed your site.

Turning on GitHub Pages creates a deployment of your repository. I may take up to a minute to respond as I await the deployment.