Results 19 issues of epi

#10 Fix. The original _handler_table appears to have been changed to a property. _client_handler_table appears to be a sub-set of the _handler_table, contains _parse_service_accept/_parse_userauth_failure and is still a dictionary. Updated...

https://docs.python.org/3/library/socket.html#socket.create_connection Basically gets ipv6 support for the cost of changing the initial socket creation call.

blocked by #87 and #83 - should parse any resulting json - should store results in the database via `self.output.get('database')` or similar - should call `.touch()` on the database at...

project-item
blocked

blocked by #87 Once we determine how to store the data, we'll need to figure out how to display the data. Only real recommendations here are that the look is...

project-item
blocked

At a glance, I don't see a database model that lines up very well with the new scan. This ticket is 1 part research, 1 part implementation. If we can...

project-item

**Is your feature request related to a problem? Please describe.** The ReconShell class's monolithic design has grown to nearly 1000 lines of code. Making changes to it can be daunting...

enhancement
low priority

Hello, First off, thank you for creating this content! While going through the broken access control labs, specifically IDOR (Change Secret), I saw that there are different levels of difficulty....

Good morning, and thank you for all your work on the various libraries you maintain! I've done a bit of digging in source and searched through existing issues, but didn't...

# Landing a Pull Request (PR) Long form explanations of most of the items below can be found in the [CONTRIBUTING](https://github.com/epi052/feroxbuster/blob/master/CONTRIBUTING.md) guide. ## Branching checklist - [ ] There is...

> Please give a brief but clear explanation of what the issue is. Let us know what the behaviour you expect is, and what is actually happening. Let us know...