KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#claude-code
#cli
#windows
#codex
#developer-tools
#dsh
karma
★ 90
Open GitHub ↗
API pwndb
Download README (.md)
Explore Similar Repositories
mat-video
:
:tv: mat-video is an Angular 8/9+ video player using Material!
apollo-mocked-provider
:
Automatically mock GraphQL data with a mocked ApolloProvider
pdn-ddsfiletype-plus
:
A Paint.NET filetype plugin that adds support for some of the DDS formats introduced in DirectX 10 and later.
go-asyncapi
:
AsyncAPI spec from Go code
GmodDotNet
:
Cross-platform .NET Module/Plugin platform for Garry's Mod powered by .NET.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
karma
?
Download (.md)
# karma API pwndb - [Demo](https://www.youtube.com/watch?v=tL-kYkmudz4) Karma is a tool written in [python3](https://www.python.org) for the search of emails and passwords on the site: `pwndb2am4tzkvold (dot) onion` --- ### Install ``` sudo apt install tor python3 python3-pip git clone https://github.com/decoxviii/karma.git ; cd karma sudo -H pip3 install -r requirements.txt python3 bin/karma.py --help ``` --- ### Tests All the tests were done in `Debian/Ubuntu`. 1. Search emails with the password: `123456789` ``` python3 bin/karma.py search '123456789' --password -o test1 ``` 2. Search emails with the local-part: `johndoe` ``` python3 bin/karma.py search 'johndoe' --local-part -o test2 ``` 3. Search emails with the domain: `hotmail.com` ``` python3 bin/karma.py search 'hotmail.com' --domain -o test3 ``` 4. Search email password: `johndoe@unknown.com` ``` python3 bin/karma.py target 'johndoe@unknown.com' -o test4 ``` --- ### Thanks This program is inspired by the projects: + [M3l0nPan](https://github.com/M3l0nPan) - [pwndb-api](https://github.com/M3l0nPan/pwndb_api) + [davidtavarez](https://github.com/davidtavarez) - [pwndb](https://github.com/davidtavarez/pwndb) ### Disclaimer Usage this program for attacking targets without prior consent is illegal. It's the end user's responsibility to obey allapplicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. --- #### decoxviii **[MIT](https://github.com/decoxviii/karma/blob/master/LICENSE)**