Compare commits

...

3 Commits

Author SHA1 Message Date
hvemasan
940d1216f6
Merge 785f7214e7 into da04134bd1 2023-10-31 05:41:11 -06:00
Cyb_detective
da04134bd1
Update README.md 2023-10-25 04:05:39 +03:00
hvemasan
785f7214e7
Update README.md
Added credit card generator platform that gives free card numbers for free trials.
2023-06-20 15:33:18 +05:30

View File

@ -15,6 +15,13 @@ Hello! On my Twitter account [@cyb_detective](https://linktr.ee/cyb_detective) I
Thank you for following me! [@cyb_detective](https://cybdetective.com)
Don't forget that OSINT's main strength is in automation. Read the [Netlas Cookbook](https://github.com/netlas-io/netlas-cookbook) for details and examples.
## [](#table-of-contents) Table of contents
- [Maps, Geolocation and Transport](#maps-geolocation-and-transport)
- [Social media and photos](#social-media-and-photos)
@ -1947,6 +1954,7 @@ Google lens is not too user friendly for investigations. But this tool will help
| [Cardgenerator.org](https://cardgenerator.org/) | tool for generating valid bank card numbers (useful for registering accounts to use free trial versions or to create sock puppets) |
| [VCC Generator](http://vccgenerator.org/) | tool for generating valid bank card numbers (useful for registering accounts to use free trial versions or to create sock puppets) |
| [CardGuru](https://cardguru.io/) | tool for generating valid bank card numbers (useful for registering accounts to use free trial versions or to create sock puppets) |
| [CreditCardGenerator](https://creditcardgenerator.app/) | tool for generating valid credit card numbers (useful for registering accounts to use free trial versions or to create sock puppets) |
| [CardGenerator](https://cardgenerator.io/) | tool for generating valid bank card numbers (useful for registering accounts to use free trial versions or to create sock puppets) |
| [Faker](https://github.com/joke2k/faker) | Python tool for generating fake data in different languages. Generate addresses, city names, postal codes (you can choose the country), names, meaningless texts, etc. |
| [Generate Data](https://generatedata.com/generator) | Free tool for generating fake data. Useful for testing scripts and applications. The result can be downloaded in CSV, JSON, XML, SQL or JavaScript (PHP, TypeScript, Python) arrays. |