Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 610 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 610 Bytes

Red Moon

Compiled with win32 c++ 11
The Project is based on Visual Studio 2019 (v142)


Prerequisites

  • libcurl

Usage

	-u      --username
	-w      --wordlist [wordlist.txt for default]
	-p      --proxylist [proxy.txt for default]
	-t      --threadcount [4 for default]

Wordlist must be line by line.
Proxy list example

	180.248.15.161:8080
	117.95.13.120:9999
	183.166.133.134:9999

Note

Recently Instagram has upgrade their login system. They use enc_password for password field. It has an encryption method so I release this old project for idea.