krishna
krishna
If this issue is up for grabs, I'd like to work on it and replace the **INFO** color from **white** to **cyan**.
@glaslos could you elaborate please? Are you talking about retrieving some kind of info about the terminal's background color and setting colors accordingly?
The `KeyError: 'hash'` most likely occurs at a call like `meta_info[args.index_page]['hash']`. Both in **Snare** and **Cloner**, we set the default index page to `index.html` without checking if it exists, but...
As per my observation, this issue arises in 2 cases: 1. The target website **does not have an error page**. 2. Upon visiting a page that does not exist, we...
Can you try running `sudo apt install python3.6-dev` before the setup?
`./bin/clone` contains the raw file for the cloner which will be built into a pip module by `setuptools` in `setup.py`. The recommended way to set up and use Snare (and...
Yes, we're testing the `check_privileges` function which is used to create a directory for Snare and handle cases where the user does not have sufficient permissions to do so. I...
* Modified the **Internet Assets** tab to include Nmap Scan Results * Fixed typo with 'common' in [internetAssets.vue](https://github.com/riskprofiler/CloudFrontier/blob/master/frontend/src/components/internetAssets.vue) * As suggested by @faheel , modified the name of S3BucketFrontend to...