forked from r00t-3xp10it/FakeImageExploiter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings
46 lines (32 loc) · 1.51 KB
/
settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
##############################################################################
# #
# The following config file will allow you to customize settings within #
# FakeImageExploiter tool, The lines that Do not have comment code ("#") are #
# the fields you want to toy with. There are additional options, read #
# the comments For additional config settings. #
# #
# CHANGING THIS SETTINGS WILL AFFECT 'FakeImageExploiter.sh' WAY OF WORKING #
# #
##############################################################################
## FakeImageExploiter uses by default .jpg extensions
# (picture chosen by user) but it can be configurated
# to use other extensions, just change the next value.
# values accepted are jpg | jpeg | bpm
--------------------
EXTENSION_TO_USE=jpg
--------------------
## Bypass the use of Resource-Hacker funtion
# This nex settings allow users to bypass the
# changing evil.jpg.exe icon (.ico) replacement.
# WARNING: you will need to replace icon manually.
# values accepted are: YES or NO
------------
BYPASS_RH=NO
------------
## Apache2 webroot (local) full path.
# This setting its required to use apache2
# webserver to deliver agent.zip to target.
----------------------------
APACHE_WEBROOT=/var/www/html
----------------------------
_EOF