antisnatchor
ec9cf4d460
Manually merged DNS extension code (pull request 967 from @soh-cah-toa)
2014-03-02 12:56:33 +00:00
antisnatchor
9dcff5184d
Manually merged DNS extension code (pull request 967 from @soh-cah-toa)
2014-03-02 12:40:18 +00:00
soh_cah_toa
a75a95b663
Implemented DNS spoofer in social engineering extension.
...
The /api/seng/clone_page endpoint now accepts a boolean "dns_spoof"
key in the JSON request. This adds a DNS record pointing the
cloned webpage to the BeEF server.
Integration tests included.
2014-02-04 16:18:12 -05:00
Wade Alcorn
8003f1a47f
Updated the copyright year to 2014
2014-01-01 16:34:15 +10:00
bcoles
02e6d4db11
Rescue StandardError rather than Exception
2013-12-30 06:41:07 +10:30
Wade Alcorn
fe40038441
Updated copyright year to 2013
2012-12-30 12:47:43 +10:00
Wade Alcorn
b68df3d024
Changed license header
2012-11-02 14:05:15 +10:00
antisnatchor
af53f0fd0b
Catching exception in web_cloner when determining if page can be framed.
2012-10-22 15:22:04 +11:00
antisnatchor
aad6228ea8
Fix issues #757 : normalizing mount points for web_cloner in case they contain params.
2012-10-11 11:21:06 +01:00
antisnatchor
9c7c81bd7f
Web_cloner: managed a corner case when html elements are uppercase (HEAD, FORM)
2012-09-17 12:54:10 +01:00
antisnatchor
e56b083ad5
Fixed typos in readme.txt for web_cloner
2012-09-17 11:03:13 +01:00
antisnatchor
074ca17e42
Added missing cloned_page directory to web_cloner. Added readme.txt on that directory. Enabled the social engineering extension by default. Enabled all the obfuscation techniques in the evasion extension config.
2012-09-17 10:58:07 +01:00
antisnatchor
6ac074d2b0
Social Eng. extension: now the web_cloner can serve modified pages as well. This is needed when the page use custom logic to submit the form. Added an example of an Edf Energy modified page.
2012-09-06 12:37:26 +01:00
antisnatchor
ed9b1d5c2e
Social Eng. Extension: webcloner ->calling IO.popen in a secure way
2012-09-02 17:25:50 +01:00
antisnatchor
ae72f9fedf
Social Eng. extension: added request.ip to interceptor logs, adapted output
2012-09-02 16:23:53 +01:00
antisnatchor
8eb0e2d973
Social Eng. Extension: Added DB structure and logic for web_cloner and interceptor.
2012-09-01 15:15:30 +01:00
antisnatchor
6409b3d98f
Social Eng. extension: mount point for phishing page is not configurable, refactored Interceptor initialization using config settings
2012-08-29 22:36:24 +01:00
antisnatchor
26c7696e0f
Social Eng. extension: if the page can be framed, load it in an overlay iFrame maintaining the hook :D
2012-08-29 21:08:07 +01:00
antisnatchor
0260181d33
Social Eng. extension: added redirection after POST interception, refactored Interceptor class
2012-08-29 19:33:14 +01:00
antisnatchor
558ca03ef6
Social Eng. extension: added basic structure and web cloner
2012-08-27 10:28:03 +01:00