social engineer
BANNED
- Mar 30, 2010
- 637
- 568
Ok, I may ruffle some feathers posting this but is anyone incorporating NLP into their bots yet.
I ask this purely as for a recent project I had to incorporate an NLP into a project so that users would not bypass the premium version of the project.
In the end instead of using the node library natural (https://www.npmjs.com/package/natural) i decided to use pythons Natural language toolkit (https://www.nltk.org/) as an API whereby all private messages would be sent and processed by my script and sent back if it deemed the user wasn't trying to get bypass premium features (This may sound strange without explaining the niche).
Anyway, this same NLTK API could with alterations be used to make bots appear humans.
Think about an ewhoring bot.
It messages a user on POF (or more likely with pof it waits for someone to message it)
it sends the sent message to the NLTK API.
The NLTK runs sentiment analysis and other tools to work out what the message is refering to and then sends back the analysis to the bot.
The bot then answers the questions (Question: whereabouts in london do you live? Bot Answer: I live in Kensington) and then sends questions with easy to reference responces.
The bot then sends them onto the lead (POF doesn't allow me to send risky images but you can see them on my profile here)
E-whoring dosn't have to be the only use NLP could be used for responding to Instagram messages human-like or even to craigslist ads.
Its one of those subject which I'm surprised is not talked about more on this board.
I'm no expert by any means on the subject. I've just dabbled in it to solve a problem (a rudimentary self-learning spam filter basically), but it seems to be very powerful stuff.
I ask this purely as for a recent project I had to incorporate an NLP into a project so that users would not bypass the premium version of the project.
In the end instead of using the node library natural (https://www.npmjs.com/package/natural) i decided to use pythons Natural language toolkit (https://www.nltk.org/) as an API whereby all private messages would be sent and processed by my script and sent back if it deemed the user wasn't trying to get bypass premium features (This may sound strange without explaining the niche).
Anyway, this same NLTK API could with alterations be used to make bots appear humans.
Think about an ewhoring bot.
It messages a user on POF (or more likely with pof it waits for someone to message it)
it sends the sent message to the NLTK API.
The NLTK runs sentiment analysis and other tools to work out what the message is refering to and then sends back the analysis to the bot.
The bot then answers the questions (Question: whereabouts in london do you live? Bot Answer: I live in Kensington) and then sends questions with easy to reference responces.
The bot then sends them onto the lead (POF doesn't allow me to send risky images but you can see them on my profile here)
E-whoring dosn't have to be the only use NLP could be used for responding to Instagram messages human-like or even to craigslist ads.
Its one of those subject which I'm surprised is not talked about more on this board.
I'm no expert by any means on the subject. I've just dabbled in it to solve a problem (a rudimentary self-learning spam filter basically), but it seems to be very powerful stuff.