Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moistcoder/cockygrabber
C# library for the collection of browser information such as cookies, logins, bookmarks and more
https://github.com/moistcoder/cockygrabber
bookmark browser c c-sharp chromium cookie csharp csharp-code csharp-library download grabber history lib library login malware net netframework password stealer
Last synced: 26 days ago
JSON representation
C# library for the collection of browser information such as cookies, logins, bookmarks and more
- Host: GitHub
- URL: https://github.com/moistcoder/cockygrabber
- Owner: MoistCoder
- License: mit
- Created: 2021-01-21T19:58:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T17:48:25.000Z (over 1 year ago)
- Last Synced: 2024-09-29T21:23:12.157Z (about 1 month ago)
- Topics: bookmark, browser, c, c-sharp, chromium, cookie, csharp, csharp-code, csharp-library, download, grabber, history, lib, library, login, malware, net, netframework, password, stealer
- Language: C#
- Homepage:
- Size: 275 KB
- Stars: 141
- Watchers: 9
- Forks: 30
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.MD
- License: LICENSE
Awesome Lists containing this project
README
# CockyGrabber
CockyGrabber is a C# library that simplifies the collection of browser information such as cookies, logins, bookmarks, credit cards and more. It is also very *easy* to use and allows you to capture browser information without any special knowledge.
It can be used as a base for your projects like browser information viewers, stealers/grabbers, and more as long as the user/manufacturer of the product using CockyGrabber agrees that the developer(s) of CockyGrabber will not be held responsible for any kind of harm done as it is published for educational purposes and has informational value for browser security research.
> *CockyGrabber remains discontinued as an active project but maintained as a passion project that may receive occasional updates in the future*!
> If you got **requests** or find any **bugs**, please open an Issue!## Documentation: Table Of Contents
* [Usage](./docs/usage.md)
* [Importing CockyGrabber](./docs/usage.md#importing-cockygrabber)
* [Grabbing Information](./docs/usage.md#grabbing-information)
* [Grabbing Information from Chromium/Blink-based Browsers](./docs/usage.md#grabbing-information-from-chromiumblink-based-browsers)
* [Grabbing Information from Gecko-based Browsers](./docs/usage.md#grabbing-information-from-gecko-based-browsers)
* [Grabbing data from multiple Browsers](./docs/usage.md#grabbing-data-from-multiple-browsers)
* [Getting specific data by Headers](./docs/usage.md#getting-specific-data-by-headers)
* [Catching Exceptions](./docs/usage.md#catching-exceptions)
* [Adding Custom Browsers](./docs/usage.md#adding-custom-browsers)
* [CustomBlinkGrabber Example](./docs/usage.md#customblinkgrabber-example)
* [CustomGeckoGrabber Example](./docs/usage.md#customgeckograbber-example)## What's Next
1. Adding more things to grab like saved emails, names, adresses, and extensions.
2. The Addition of asynchronous funtions
3. Custom functionality replacing the libraries and packages used by CockyGrabber
4. The creation of a minimalized file that anyone can easily implement in their Project without referencing CockyGrabber itself **OR** a VS project solution fully set up with all libraries installed, including Cockygrabber, ready to use.
5. Constant improvement of the documentation
6. Support for more browsers
7. Addition of events (maybe)
8. Eventually migrating from .NET Framework v.4.8 to the newest version of .NET## End
That's it for now.
I hope you like this little project! ^^