kgretzky / evilginx2

Standalone man-in-the-middle attack framework used for phishing login credentials along with session cookies, allowing for the bypass of 2-factor authentication
BSD 3-Clause "New" or "Revised" License
10.81k stars 1.95k forks source link

Evilginx with serverless tech?? #262

Closed uviman closed 5 years ago

uviman commented 5 years ago

Is it possible to use evilginx with serverless ?

kgretzky commented 5 years ago

What?

JamesCullum commented 5 years ago

Serverless is not actually serverless, it's just a managed server stack. It depends on that stack if you can run it.

Take a look at this for a similar setup. Every stack that can run binaries should work: https://serverless.com/blog/framework-example-golang-lambda-support/

kgretzky commented 5 years ago

@JamesCullum Thanks for clarification! My bad, didn't know that :)

Closing since I think the answer was provided.