Skip to content

Program web suite to parse financial transactions from brazilian bank and benefit accounts.

License

Notifications You must be signed in to change notification settings

felipengeletrica/NubankRevEngineer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nubank Reverse Engineer REST API

Reverse engineering in Banco Nubank's API for testing and webscrapping purposes. Currently the company's endpoints have changed.

Image Sample

Template

C# Banckscraper

This program is a web page built in C #, Razor, Mono and Nuget.

WARNING: Using this tool without care may lead to your bank account being blocked. Use at your own risk!

WARNING: For stable version clone or download tags

Current Supported Banks

Nubank Brazil

Name Account informations Customer informations Additional Info Method Status
Nubank yes yes Purchases, Bills Summary, events API Reverse Engineer OK

Add new banks

To add new banks you need to add in the change the list of banks in the BankScraper.cs class and create a new bank class. Check out template folser with example of how to use the software abstraction layer templates.