psdlt / roboape

A simple bot which will buy into every new BNB pair created on PancakeSwap
77 stars 46 forks source link

Honeypot detection #17

Open ARebek opened 2 years ago

ARebek commented 2 years ago

I've noticed these days the number of newly released honeypot/scam/rugpull tokens are growing dramatically... At least on BSC for sure.

So I've decided to extend the roboape bot's bad words dictionary and I thought googling the currently implemented list of words' origin will be a good start. I believed I will find more words where these are came from originally. But I haven't found anything similar list which are implemented currently in the BscScan.ts file to.

So I'd like to ask where are these big-no-no words are came from originally? Or are they from @psdlt's own experience only? And is there any good idea how to extend this list..? Or perhaps some well defined new scam-like words to add..... ?

Thanks