Command-line based manual web application directory spider.

2 Open Issues Need Help Last updated: Dec 9, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue proposes researching alternative methods for `<a>` tags to navigate users, beyond their standard `href` attribute. It specifically questions the use of `onclick` events for navigation, acknowledging that MDN advises against this practice. The goal is to identify other potential navigation techniques.

Complexity: 2/5
help wanted

Command-line based manual web application directory spider.

Python

AI Summary: This issue proposes enhancing `DirectoryAsset` objects by parsing their full path (likely a URL or path string) using `urllib` and storing the individual components (e.g., host, path, query, params) as separate attributes. The goal is to provide more flexibility for future functionality, while ensuring the original full path `name` attribute remains unchanged. The implementation would involve mapping the parsed `urllib` object's parameters directly to new attributes within the `DirectoryAsset` class.

Complexity: 2/5
enhancement good first issue

Command-line based manual web application directory spider.

Python