Monica is a compact software to exchanger urls and start up custom servers!
Download the latest release, extract it and open Monica.exe
!
After opening monica you can use the built in .monica builder. To use our built in builder click 2 on the main screen.
To build your own .monica file simply just create a new file with the schema: Name.Monica
and fill the file with urls!
Monica also logs exchanges in the logs folder. Example of logs: (exchanged example.com to showcase.lol)
// START OF MONICA LOG //
showcase.lol/api/v2/auth
showcase.lol/api/v2/login
showcase.lol/api/v2/createaccount
Exchange Log:
example.com/api/v2/auth → showcase.lol/api/v2/auth
example.com/api/v2/login → showcase.lol/api/v2/login
example.com/api/v2/createaccount → showcase.lol/api/v2/createaccount
// END OF LOG //
Incase the file doesn't run please make sure you have dotnet installed.
Monica will be updated with a fiddler / tencer type of proxy server that redirects chosen urls to a new url
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Thank you for using and supporting this project and all my others!