Salts

Results 11 issues of Salts

### Template / PR Information While looking through my "info" findings, I found an adminer site like so: ![Screen Shot 2023-03-06 at 12 38 28 PM](https://user-images.githubusercontent.com/4755200/223188013-a11cb2b4-f457-4468-b92e-1fddfe1217ae.png) Having never heard of...

Status: In Progress

### Template / PR Information Hello Again! I recently ran across a panel I had never heard of: ![image](https://user-images.githubusercontent.com/4755200/229168801-800663ed-aaa6-4120-9860-c9034274c4c8.png) I also found that this has a CVE-2015-2208 (and some other...

waiting for more info

Add check for common symfony default key for easy unauthenticated RCE ### Template / PR Information When investigating https://github.com/projectdiscovery/nuclei-templates/blob/main/http/misconfiguration/symfony-fragment.yaml I found a bunch of hits in the wild. Using the...

Status: In Progress

# 🐛 Summary # When attempting to pull in a CSV input to test out crossfeed, I capitalized the "name" field header, this caused the import to fail. ![image](https://user-images.githubusercontent.com/4755200/205331777-20eecaf1-33a2-40b0-ab70-7b273ecc638d.png) When...

Bug

# 💡 Summary # When running findcdn against a site like www.ahcp.gov, I get the following output: ❯ findcdn list www.achp.gov ```json { "date": "10/27/2022, 14:22:16", "cdn_count": "1", "domains": {...

improvement

## 🗣 Description ## As per #42, invalid domains should be handled gracefully. These are checked for in main() before running the executor, and put in a separate "invalid domains"...

# 🐛 Summary # When the user specifies a timeout value, that value is multiplied by 0.4 inexplicably, and the user does not really get an idea that this is...

Somehow or another, in a test environment, "ipwhois" was installed at 0.XX instead of 1.2.0. Running setup.py on this environment caused no complaints, but inexplicably the tests failed. If I...

good first issue

# # ## 🗣 Description ## Per issue #1 and #3, the Domain class was sharing instances of the same list based on the 'typing' initializer definition. Specifically the '[]'...

# 💡 Summary # The individual test_whois, test_https, etc get some testing, but when ```all_checks``` is run, all of the individual results are thrown together and passed through ```data_digest``` and...