mantis icon indicating copy to clipboard operation
mantis copied to clipboard

Added deboard command

Open ompatil-15 opened this issue 8 months ago • 1 comments

Added deboard command for organisation data deletion

Closes issue #62

Example Usage:

  • mantis deboard -o example_org
    • Deletes all data related to an organisation.
  • mantis deboard -o example_org -s example_domain
    • Deletes all data of a specific subdomain of an organisation.
  • mantis deboard -o example_org -a
    • Deletes all data of an organisation from the assets collection.
  • mantis deboard -o example_org -a -f
    • Deletes all data of an organisation from the assets and findings collections (supports any combination).
  • mantis deboard -o example_org -a -s example_domain
    • Deletes all data of a specific subdomain of an organisation from the assets collection.

ompatil-15 avatar Mar 23 '25 15:03 ompatil-15

Thanks for the PR. We are reviewing it now.

0xbharath avatar Mar 26 '25 05:03 0xbharath