Socket
Socket
Sign inDemoInstall

history-exploiter

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    history-exploiter

Lets you selectively manipulate the browsing history in Firefox


Maintainers
1

Readme

HistoryExploiter

Lets you selectively manipulate your browsing history in FireFox.

  • View and Delete your browsing history containing certain unwanted words
  • View and Delete your history of a particular time period

Installation

.. code:: sh

$ sudo pip install history-exploiter

Usage

  • Run the following command in your terminal.

.. code:: sh

$ history-exploiter [mode] [by]

[mode] can be:

  • -t or --test : Testing mode (selected history is displayed, no actual deletion)
  • -d or --delete : Deletion mode (selected history is permanently deleted)

[by] specifies show/delete history on what basis. It ban be:

  • -kw or --keywords : To show/delete history according to some keywords
  • -ts or --timespan : To show/delete history according to a particular timespan

In case no arguments are passed, follow throught the instructions on running the script.

Example

.. code:: sh

>>history-exploiter -t -kw
Running in testing mode:
Enter the list of key words to search for in the history: movie youtube
These Results matched your queries:
1. http://123movies.to/
2. https://www.youtube.com/watch?v=6vA3H8sQK88
3. ....
4. ....

.. code:: sh

>>history-exploiter -d -kw
Running in deletion mode:
Enter the list of keywords to search for in the history: watch youtube
Deleting history........
Done.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc