mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-14 00:37:19 +00:00
update user agent string
This commit is contained in:
parent
bf60435246
commit
bc227508c9
4 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
~~~~~~~~~~~~~~~~
|
||||
version 7.6.5
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* added new chrome user agent in config - config will automatically update
|
||||
|
||||
~~~~~~~~~~~~~~~~
|
||||
version 7.6.4
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -41,7 +41,7 @@ if not os.path.isfile("/etc/setoolkit/set.config"):
|
|||
with open("/etc/setoolkit/set.config") as fileopen:
|
||||
data = fileopen.read()
|
||||
|
||||
if "CONFIG_VERSION=7.5" not in data:
|
||||
if "CONFIG_VERSION=7.6.5" not in data:
|
||||
print("[*] Overwriting old config for updates to SET. Backing up your old one in /etc/setoolkit/")
|
||||
shutil.move("/etc/setoolkit/set.config", "/etc/setoolkit/set.config.bak")
|
||||
shutil.copyfile("src/core/config.baseline", "/etc/setoolkit/set.config")
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
## ##
|
||||
## There are additional options; read the comments for additional descriptions. ##
|
||||
## ##
|
||||
## CONFIG_VERSION=7.5 ##
|
||||
## CONFIG_VERSION=7.6.5 ##
|
||||
## ##
|
||||
##################################################################################################
|
||||
##################################################################################################
|
||||
|
@ -224,7 +224,7 @@ CUSTOM_LINUX_OSX_PAYLOAD=OFF
|
|||
ENABLE_PERSISTENCE_OSX=OFF
|
||||
#
|
||||
### Determines what user agent string to use fo ranything that clones the website.
|
||||
USER_AGENT_STRING=Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36
|
||||
USER_AGENT_STRING=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
|
||||
#
|
||||
### The SET interactive shell works by first deploying a stager payload that pulls an additional executable.
|
||||
### The downloader is currently being picked up by anti-virus and is actually somewhat hard to obfuscate because it has
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.6.4
|
||||
7.6.5
|
||||
|
|
Loading…
Reference in a new issue