Skip to content

wwalexander/trip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trip

Finds tripcodes that contain patterns

trip's current version badge

Building

cargo build --release

Usage

trip [pattern]...

trip finds 2channel-style tripcodes that contain any of the patterns given as arguments. If a tripcode containing a pattern is found, trip will print the password and the tripcode it generates. By default, trip will only use one processor. The number of processors to use can be set using the NUMBER_OF_PROCESSORS environment variable. To stop searching for tripcodes, press the Enter key.