You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project uses mongodb for database actions for it ease of use and speed with large queries.
If you are new to mongodb and want to have them host the database for free, use the atlas setup guide
Otherwise, setup your db to have a cluster named MCSS and a collection named scannedServers, if you want to use different database and collection names, you may do so but add the appropriate variables in privVars.py, which can be found here