Isaac Powell
0221a1c7da
2364 inotes modules defect and error handling ( #2374 )
...
* Fix spelling error, add try catch handling
* update error message
2022-06-24 15:22:36 +10:00
Brendan Coles
a64480dfab
Modules: Resolve many Rubocop violations
2022-01-22 12:46:42 +00:00
wheatley
f33e2698a0
MAINTAINABILITY: 2257 update copyright 2022 ( #2259 )
...
* 2257 updated copyright date
2021-12-31 09:48:08 +10:00
J
4ec6ecee27
updated all of the copyright information
2021-01-11 04:48:56 +10:00
Matt Wagenknecht
72870deea6
Update config.yaml
...
updated URL from contextis.co.uk to contextis.com.
2020-07-31 11:31:50 -06:00
Josh
7c5578329f
should make travis.ci only run on master
2020-04-05 18:45:37 +10:00
Haoxi Tan
39ef3fe4f6
changed module description for iframe key logger
2020-01-10 08:23:55 +10:00
beep
470b3483d0
Update copyright information
2020-01-01 18:47:08 -08:00
erwanlr
7841f55166
WP - Displays Auth Key when plugin successfuly installed and activated
2019-10-27 11:11:36 +01:00
erwanlr
12e5f51721
Removes test wp_path
2019-10-27 00:11:17 +02:00
erwanlr
b6d338d334
WordPress - Adds auth_key to Plugin, Use SecureRandom and Fixes fatal error when plugin file called directly
2019-10-27 00:09:39 +02:00
erwanlr
151976176a
Adds missing author in module (previous commit)
2019-10-26 14:28:06 +02:00
erwanlr
2f71b35f7b
Fixes & Improves & Adds WordPress stuff
2019-10-26 14:19:18 +02:00
Brendan Coles
c2d82ace7d
Remove CoinHive module
2019-07-21 22:06:57 +00:00
Brendan Coles
fe10107bba
Fix Create Invisible Iframe module
2019-02-17 08:40:20 +00:00
Ben Passmore
9f1e8f5e8d
Updated copyright
2019-01-01 11:57:28 +10:00
Wade Alcorn
fca5279f17
Updated Copyright dates
2018-01-04 09:12:47 +10:00
Brendan Coles
fc480cd117
Add check for web sockets and web workers
2017-11-26 10:25:18 +00:00
Brendan Coles
e7c5479b1c
Merge pull request #1470 from qutorial/master
...
Crypto-Loot miner intergration
2017-11-22 17:42:36 +11:00
Brendan Coles
b370166aa0
Add Track Physical Movement module
2017-11-19 01:11:58 +00:00
Zaur
cfa652d532
Crypto-Loot miner intergration
...
This integration provides in the misc modules a
crypto-loot miner. It is similar to coinhive miner
and is inspired by it.
It is designed to be used for test purposes only.
Please, do not use it on people who haven't
given their consent. I.e. no cryptojacking.
In no way the author of this integration are
responsible for the use of it. We also
have no relation to crypto-loot.
2017-11-16 20:07:38 +01:00
Brendan Coles
68099ddf17
Add checks for mobile devices and browser capabilities
2017-10-14 12:32:57 +00:00
Brendan Coles
118fcc7d6f
Add mode option
2017-10-14 08:10:06 +00:00
Brendan Coles
c1a7cd11bd
Add Coinhive Miner module
2017-10-13 16:02:47 +00:00
Brendan Coles
f545b3631b
Replace gsub quotes with base64 encoding
2017-08-11 05:44:32 +00:00
Wade Alcorn
91cc7ed873
Updated Copyright information
2016-12-29 15:50:13 +10:00
TheJambo
efa0f47ed3
Minor Text Fix
2016-12-22 08:34:48 +00:00
Brendan Coles
5fb1fa34b6
Remove BozoCrack module
2016-06-20 23:48:35 +00:00
Brendan Coles
0234c548e5
Add NoSleep module
2016-06-14 19:30:56 +00:00
Brendan Coles
1d5a82745e
Remove Google search module
2016-06-12 14:35:41 +00:00
Brendan Coles
4dde171c4f
Use base64 for module inputs instead of gsub
2016-03-21 19:41:02 +00:00
Brendan Coles
eb9e0a0a68
Add ARE return status
2016-02-07 01:01:02 +00:00
Wade Alcorn
ce01d9fa46
updated copyright year
2015-12-30 08:11:57 +10:00
Brendan Coles
b89ca6baa3
Add jQuery BlockUI plugin to hook
2015-08-18 13:47:09 +00:00
bmantra
46113db2b8
add iNotes modules for sending mails with attachments and a flooder
2015-03-28 20:47:21 +01:00
Wade Alcorn
2fbca61368
Updated copyright dates
2014-12-30 07:44:58 +10:00
Brendan Coles
1649b87567
Fix YAML for Ruby 1.9.2
2014-11-23 22:54:03 +00:00
bmantra
02a1b5b4a0
module for IBM iNotes
2014-11-21 21:25:31 +01:00
bmantra
c8e5260820
wordpress malicious plugin => BeEF Bind PHP
2014-07-29 11:31:25 +02:00
Phil Grohe
f274001a65
Revised comments on beef.dom.createIframe() to reflect removal of 'method' parameter & form submitting behavior. Updated existing function calls to beef.dom.createIframe() to remove 'method' parameter.
2014-02-22 11:57:56 -05:00
bcoles
e50d681a64
Add BozoCrack module
2014-01-11 23:27:13 +10:30
Wade Alcorn
8003f1a47f
Updated the copyright year to 2014
2014-01-01 16:34:15 +10:00
bcoles
21417dc3e2
Update BeEF server protocol for multiple modules to use
...
`beef.http.https.enable`
Now uses the `beef.net.httpproto` value rather than a hard-coded
protocol string.
Part of issue #745
2013-08-09 13:21:33 +09:30
bcoles
a172362452
Part of issue #862 - Add beef.debug() for client-side debugging
...
Add `beef.debug()` function - wraps `console.log()`
Debug messages are suppressed for browsers which don't support `console.log()`
Update './core/*' to use `beef.debug()` instead of `console.log()`
Update './modules/*' to use `beef.debug()` instead of `console.log()`
Update './extensions/*' to use `beef.debug()` instead of `console.log()`
Add 'modules/debug/test_beef_debug/' module
2013-04-15 16:49:01 +09:30
Wade Alcorn
fe40038441
Updated copyright year to 2013
2012-12-30 12:47:43 +10:00
antisnatchor
b050af529f
Removed console.log from read_gmail module. Some browser do not support that.
2012-11-25 11:52:54 +00:00
Mike Haworth
624f704240
added module to pull email messages content from gmails atom feed, useful if running the in context of mail.google.com
2012-11-20 20:46:04 +13:00
Wade Alcorn
b68df3d024
Changed license header
2012-11-02 14:05:15 +10:00
Mike Haworth
ad2bc95cf0
updated local file theft to accept custom file path
2012-08-22 20:50:03 +12:00
bcoles
4432a9e468
Added module: Create Invisible Iframe
2012-06-27 01:50:07 +09:30