Giter Club home page Giter Club logo

evilgophish's Introduction

Hi there, I'm fin3ss3g0d ๐Ÿ‘‹

GitHub followers Twitter Follow YouTube Channel Subscribers

GitHub Stats

GitHub Stats Top Languages

Contributions

GitHub Contributions

About Me

  • ๐Ÿ”ญ Iโ€™m currently working on Offensive Security/Red Team tooling and speech recognition assistive technologies
  • ๐ŸŒฑ Iโ€™m currently learning .NET Core
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on anything Red Team related
  • ๐Ÿค” Iโ€™m looking for help with future repository successors
  • ๐Ÿ’ฌ Ask me about anything
  • ๐Ÿ“ซ How to reach me: Email
  • โšก Fun fact: I love science fiction

My Links

Campsite.bio

Contributions to Other Projects

Here are some projects I've contributed to:

Featured Projects

Here are some of my favorite projects:

evilgophish's People

Contributors

fin3ss3g0d avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

evilgophish's Issues

Evilginx3 Support?

First off thank you for the great work you have done on this project. Your implementation of gophish and evilginx2 is great and I love the integration you built between the two and the extra functionality.

I was just wondering if you had plans to integrate the new version (3.0.0) of evilginx3 anytime soon?

evilfeed

evilfeed start localhost 127.0.0.1. How can i change it into 0.0.0.0:1337

evilgnix with mysql

Hi, i setup gophish with mysql, and all pass fine, but evingnix request sqlite file to start...
How to switch it to mysql?

thank you

TLS certs not created in setup.sh

When I run ./setup.sh with subdomains like "account www" they don't actually get created during the setup so I get a certs error when running evilginx.
If I run test-certs from eg3 i only get an error and i don't get the certbot command to create the certs or the _.acme.challenge TXT record to add.
What am I doing wrong?

Remove EvilGinx2 IOC Header

Current Behavior

  • Affected file: http_proxy.go
  • Header value that could be a possible IOC: e := []byte{208, 165, 205, 254, 225, 228, 239, 225, 230, 240}
  • This value decodes to : X-Evilginx

Possible Solution

Remove setting this header : req.Header.Set(string(e), e_host) by deleting lines 613 to 617

Steps to Reproduce

  1. grep -in '0x88' .evilgophish/evilginx2/core/http_proxy.go
  2. Copy the header value from the above line no.

IOC

  1. Visit play.golang.org
  2. Decode the header value with the below Go function:
package main

import "fmt"

func main() {
	hg := []byte{208, 165, 205, 254, 225, 228, 239, 225, 230, 240}

	for n, b := range hg {
		hg[n] = b ^ 0x88
	}

	fmt.Println(string(hg))
}
  1. Click "Run"

Sending Profile Email Custom Headers not working/saving. Please Update Gophish to 0.12.1

When trying to add a new custom email header within the email sending profile and pressing the "Add Custom Header" button, nothing happens. I do not see any API calls being made in the background.

Expected Behavior

Expecting it to save the custom email header.

Current Behavior

Nothing happens at all.

Possible Solution

Apparently this was reported before within the main gophish repository and fixed within version 0.12.1. I noticed that your gophish instance is still on 0.12.0. Please could you update it?
gophish/gophish#2639

Steps to Reproduce

  1. Open an Email Sending Profile
  2. Under Email Headers add header name and value.
  3. Click on "Add Custom Header"
  4. Click on "Save Profile"

Environment

Ubuntu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.