stalker icon indicating copy to clipboard operation
stalker copied to clipboard

Stalker, the Extensible Attack Surface Management tool.

Results 90 stalker issues
Sort by recently updated
recently updated
newest added

This PR is the last PR to analyse once all the other website related PRs are merged in it. It will close #232

This pull requests allows you to set `ALL_WEBSITES` as an input source to cron subscriptions. It also adds some documentation.

When a new subscription is enabled upon creation and then saved, the contextual menu in the list subscriptions view still shows the `Enable` option instead of `Disable`. When you use...

bug
UI

From the view website page, crawl an endpoint of the website of your choice (that you can specify) to expand the sitemap easily. It would start a website crawling job.

From the grid / list / view website views, at the click of a button, start a website screenshot job and update the screenshot

Could be through the same input mechanism as the cron subscriptions? Or even better, through the same filters used in the list views?

Stacktrace: ``` fail: Orchestrator.Queue.JobsConsumer.JobsConsumer[0] An error occurred while deserializing the message. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')...

bug

This pull requests adds a grid view to browse the websites with their screenshots ![Screenshot from 2024-08-01 15-32-52](https://github.com/user-attachments/assets/aa0a4437-290c-49ec-97d0-a983786ce9d9)

Merging websites together allows them to be considered as only one website by the automated workflows, saving a lot of resources. [merging-websites.webm](https://github.com/user-attachments/assets/e9ce542a-b15a-4417-b348-bd6d3effefea)

This pull request: - Identifies the login portals with a Nuclei template custom job. (Had to revamp the Nuclei code quite a bit) - Allows for better subscription conditions through:...