Tag: Social Engineering
-
Gophishing Update – Enhanced Clickthrough and More
I’ve released a new version of Gophish.py. The update includes: Fixed a bug in rewriting the method attribute in phished forms Fixed a bug with GET based forms Fixed a bug in the autofill option, fixed the demo/sample file accordingly Fixed a bug where links were rewritten when using ‘javascript:…’ Fixed some bugs regarding correctly…
-
GoPhishing Update – Clickthrough and Redirection Support
I’ve released a new version of Gophish.py. The update includes: Added comments explaining my ugly code. cleaned up some code with a function, removing some redundancy. Some bug fixes. The main fix is for an issue I found in certain cases when running it on Linux. Sometimes BeautifulSoup would change the order of the HTML…
-
GoPhishing Update – Autocomplete and More
I’ve updated the gophish script discussed here and here. This update includes the following features and fixes: Fixed an issue where redirections would occur immediately upon access Added option to pass in your own log file as an argument Smart(er) redirects Autocomplete Support The original script did not expect the link being accessed by the…
-
Adventures in Penetration Testing: Let’s Go Phishing – Update
Please see the original article for more information about this phishing script. This is just a minor update to some functionality that I added over the weekend. I haven’t hooked BeEF in yet, but I have added Metasploit, which can be nice. The updated version, which can be found here, can be tied into Metasploit’s…
-
Adventures in Penetration Testing: Let’s Go Phishing
Phishing and social engineering engagements are often unique to each customer, however; I often find that a customer just wants one of their web pages, like their web email sign on page, copied. This link to this phishing site is then emailed out to the victims to determine their susceptibility in clicking on the link…
Josh Berry