Latest Post
Showing posts with label Social Engineering Toolkit. Show all posts
Showing posts with label Social Engineering Toolkit. Show all posts

New Tool Release – RPC_ENUM – RID Cycling Attack by TrustSec

Written By Unknown on Sunday, 10 March 2013 | 05:24

Null session attackers are nothing new when it comes to what we do as penetration testing. There’s some great tools out there already such as dumpusers and others however most are for Windows. We set out to write something that we could use in a standard install of Back|Track or any NIX platform. First lets start off with the actual attack and doing it manually. Through research, we haven’t seen any blog posts on this as of yet on how to go from no account name to being able to enumerate the SID then enumerating the rest of the user accounts via domain.


First, a brief explanation, null sessions are an unauthenticated access to the IPC$ share on a standard machine. In most cases as penetration testers, if you can establish a null session to a remote server, you can query it for a ton of information including user names. The first thing we’ll do in our favorite Linux distribution is establish a null session via rpcclient:

rpcclient -U "" -N 

The -U “” specifies a blank username the -N specifies no password and the IP address of the server (recommend doing these on domain controllers).
You should be at a rpcclient $> prompt.
From there, you need to figure out the GUID/SID string for the domain, there are two ways to accomplish this, the first is through lsaquery.

rpcclient $> lsaquery
Domain Name: DOMAINNAME
Domain Sid: S-1-2-9-9391244-393484712-394982418
rpcclient $>
The Domain SID provided tells us everything we will need to know to enumerate the users. When a default install of Windows/AD is implemented, the RID will start off at 500 (administrator), 501 (guest), etc.
Next we need to enumerate the actual accounts and can cycle from 500 to 10,000 until we enumerate all of the accounts in the domain. Note that all we do is take the domain sid from above and append a -500 and -501 (administrator and guest):

rpcclient $> lookupsids S-1-2-9-9391244-393484712-394982418-500
S-1-2-9-9391244-393484712-3949824185-500 DOMAINNAME\Administrator (1)
rpcclient $> lookupsids S-1-2-9-9391244-393484712-394982418-501
S-1-2-9-9391244-393484712-394982418-501 DOMAINNAME\Guest (1)
rpcclient $>

If we were to cycle through lets say 10,000 (based on size of company and user accounts), we could enumerate every user account in the domain. From there run a brute force looking for simplistic password accounts. Now in stating of all this, there are certain cases where lsaquery will give you an access is denied. If this occurs, you know that typically there are three different accounts, administrator, guest, and krbtgt (500, 501, 502). You can enumerate these user accounts the same way and get the domain sid:

rpcclient $> lookupnames administrator
administrator S-1-2-9-9391244-393484712-3949824185-500 (User: 1)
rpcclient $>

Now that we have this, we can cycle through and enumerate the same exact way.
TrustedSec is releasing a new tool called rpc_enum that automates all of this. You can get it here:
The tool is simple, run python rpc_enum.py and specify the IP address of the server/DC, the start RID (500) and stop rid (lets say 10000). You can also specify a password list (purely optional) and this will automatically brute force the user accounts once its done extracting the user accounts. You do need python-pexpect for this to run properly.

root@bt:~/Desktop/git/ridenum# python rid_enum.py
RID_ENUM
Written by: David Kennedy (ReL1K)
Version: 0.1
Company: https://www.trustedsec.com
Twitter: @TrustedSec
Twitter: @Dave_ReL1K
Rid Enum is a RID cycling attack that attempts to enumerate user accounts through
null sessions and the SID to RID enum. If you specify a password file, it will
automatically attempt to brute force the user accounts when its finished enumerating.
- RID_ENUM is open source and uses all standard python libraries minus python-pexpect. -
Example: ./rid_enum.py 192.168.1.50 500 50000 /root/dict.txt
Usage: ./rid_enum.py 
Source-

Artillery version 0.7 Released!

Written By Unknown on Sunday, 17 February 2013 | 22:42

February 17th, 2013 Artillery version 0.7 Released!
The blue team and defensive tool Artillery 0.7 released. This version adds full compatibility for local and remote syslog handlering for POSIX based systems.
By default, Artillery will not post all log messages via SYSLOG (locally). You can change this in the Artillery config by changing SYSLOG_TYPE to REMOTE and specifying the remote SYSLOG server (UDP).

SYSLOG_TYPE=LOCAL
#
# IF YOU SPECIFY SYSLOG TYPE TO REMOTE, SPECIFY A REMOTE SYSLOG SERVER TO SEND ALERTS TO
SYSLOG_REMOTE_HOST=192.168.0.1

In addition, Artillery has been fully converted over to github for the update server. The installation files and Artillery updates will be done now via GIT.

Source-
https://www.trustedsec.com/february-2013/artillery-version-0-7-released/

The Social-Engineer Toolkit (SET) v4.4 “The Goat” and Artillery 0.6.6 released!

Written By Unknown on Thursday, 7 February 2013 | 07:24


The Social-Engineer Toolkit (SET) v4.4 “The Goat” and Artillery 0.6.6 released!

The Social-Engineer Toolkit (SET) version 4.4 Codename: “The Goat” has been released. This version is a large leap forward on the java applet side of the house with a newly designed payload delivery system as well as the new multi-pyinjector supporting a dynamic cipher key exchange for AES 256 encryption. The multi-pyinjector is a payload that allows you to specify as many payloads as you want and will dynamically be loaded into memory. This is useful for situations where you do not know what egress ports are allowed outbound and don’t want to fail. This version was completely rewritten, scaled back, and optimized to perform better, handle abnormalities, as well as added encryption and obfuscation.
In addition, a number of enhancements have been made on the powershell injection technique which is also much more reliable and stable within the toolkit.
Lastly, the Java applet source code has been re-opened to open source and located within the SET directory structure. In order to download the toolkit, ensure you have git installed and type:
git clone https://github.com/trustedsec/social-engineer-toolkit/ set/
If you already have the latest github version of SET, simply type git pull or run the set-update tool.
Full change log below:
~~~~~~~~~~~~~~~~
version 4.4
~~~~~~~~~~~~~~~
* Added new folder structure under src/webattack/java_applet – this includes again the source code of the Java Applet.
* Added compile program for making applets in the java_applet directory.
* Recompliled the Java Applet to add better obfsucation.
* Edited payloadgen to utilize more base64 encoded techniques.
* Added better stability to the multi injector payload when ports are not found
* Added new core library that called EncryptAES which allows you to encrypt specific string data
* Added obfsucation into the Java Applet and placed new params to pull
* Rewrote multipyinjector for better error handling and performance
* Added AES 256 encryption to the multi-pyinjector – before it would write out the shellcode to tmp files, instead it encrypts the entire data via 256 aes then pulls via command line and does not write out the files
* Added ability for SET and Java Applet to handle multi-pyinjector AES encrypted payloads through the pycrypto modules
* Modified the payload creation to encrypt payloads on the fly with a randomized cipher key exchange – each new payload generated will be a completely different AES cipher key
* Fixed a bug that would cause powershell to not fire properly when using multi-pyinjector. It now prompts for an additional port and appends it to the meta_config_multi_pyinjector answer file for metasploit
* Fixed a bug that would cause pyinjector to not properly execucute when not using powershell injection
* Updated the Java Applet to include the new multi pyinjectir cipher key addition once executed
* New encrypted binary multi pyinjector in place
* Added time delay between firing multiple payloads. When executing multiple instances stdapi.rb freaked out and wouldn’t load. This didn’t hinder the shell but you would manually need to add the lib in order to get the standard libraries within meterpreter. This has since been fixed.
* Large redesign of multi-pyinjector which is now streamlined to be as effecient as possible
* Added better checking for multi pyinjector when using powershell to add new detections around port.options
Artillery 0.6.6 has also been released. This release incorporates a bug fix that would cause Artillery to not properly start under certain conditions. In addition, the setup installation file has been updated to create required folder structures prior to running artillery.
Changelog below:
~~~~~~~~~~~~~~~~~~~~~~
version 0.6.6
~~~~~~~~~~~~~~~~~~~~~~
* fixed a typo that would cause artillery not to start in some cases
* added folder create for src/program_junk and databases/ during installation of artillery

Source-

The Social-Engineer Toolkit (SET) v4.4 “The Goat” released!

Written By Unknown on Thursday, 24 January 2013 | 07:09

The Social-Engineer Toolkit (SET) version 4.4 Codename: “The Goat” has been released. This version is a large leap forward on the java applet side of the house with a newly designed payload delivery system as well as the new multi-pyinjector supporting a dynamic cipher key exchange for AES 256 encryption. The multi-pyinjector is a payload that allows you to specify as many payloads as you want and will dynamically be loaded into memory. This is useful for situations where you do not know what egress ports are allowed outbound and don’t want to fail. This version was completely rewritten, scaled back, and optimized to perform better, handle abnormalities, as well as added encryption and obfuscation.
In addition, a number of enhancements have been made on the powershell injection technique which is also much more reliable and stable within the toolkit.
Lastly, the Java applet source code has been re-opened to open source and located within the SET directory structure. In order to download the toolkit, ensure you have git installed and type:

git clone https://github.com/trustedsec/social-engineer-toolkit/ set/

Full change log below:
~~~~~~~~~~~~~~~~
version 4.4 released on 24-Jan-2013.
~~~~~~~~~~~~~~~
* Added new folder structure under src/webattack/java_applet – this includes again the source code of the Java Applet.
* Added compile program for making applets in the java_applet directory.
* Recompliled the Java Applet to add better obfsucation.
* Edited payloadgen to utilize more base64 encoded techniques.
* Added better stability to the multi injector payload when ports are not found
* Added new core library that called EncryptAES which allows you to encrypt specific string data
* Added obfsucation into the Java Applet and placed new params to pull
* Rewrote multipyinjector for better error handling and performance
* Added AES 256 encryption to the multi-pyinjector – before it would write out the shellcode to tmp files, instead it encrypts the entire data via 256 aes then pulls via command line and does not write out the files
* Added ability for SET and Java Applet to handle multi-pyinjector AES encrypted payloads through the pycrypto modules
* Modified the payload creation to encrypt payloads on the fly with a randomized cipher key exchange – each new payload generated will be a completely different AES cipher key
* Fixed a bug that would cause powershell to not fire properly when using multi-pyinjector. It now prompts for an additional port and appends it to the meta_config_multi_pyinjector answer file for metasploit
* Fixed a bug that would cause pyinjector to not properly execucute when not using powershell injection
* Updated the Java Applet to include the new multi pyinjectir cipher key addition once executed
* New encrypted binary multi pyinjector in place
* Added time delay between firing multiple payloads. When executing multiple instances stdapi.rb freaked out and wouldn’t load. This didn’t hinder the shell but you would manually need to add the lib in order to get the standard libraries within meterpreter. This has since been fixed.
* Large redesign of multi-pyinjector which is now streamlined to be as effecient as possible
* Added better checking for multi pyinjector when using powershell to add new detections around port.options

Source-

The Social-Engineer Toolkit (SET) v4.2 “Bagels Bagels Bagels” released

Written By Unknown on Tuesday, 23 October 2012 | 01:49


TrustedSec is proud to release The Social-Engineer Toolkit (SET) version 4.2 Codename: “Bagels Bagels Bagels”. 

This version focuses heavily on the Java Applet attack vector and from a performance standpoint loads significantly faster including the responsiveness upon running and executing payloads. 

Everything has been written with ProcessBuilder now versus the old method of non processed execution. In addition, better AV avoidance, anti-debugging, and much more has been added to SET and will continue to grow on each version. The payload execution times are significantly improved versus the old versions and there has been a number of additional major bug fixes and performance enhancements.

Please note that the Java Repeater is currently busted. This is a Java 7 Update 4 through Java 7 Update 7 issue with IE9 and IE10. It’s in the process of being fixed.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
version 4.2 released on 22/10/2012
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Improved Java Applet performance when executing
* Added additional payloads and encrypted formated for bypassing security mechanisms
* Fixed a bug in applet when used on older operating systems
* Fixed a lockup issue within the applet
* Used process builder for the back-end running of commands in Java Applet, adds new functionality and better performance without hangs
* Coverted all windows based java applet background processes to ProcessBuilder in java for better speed
* Removed AUTO_MIGRATE=ON by default, this ruins bypassuac – need to do more research, may be able to process ride to explorer.exe instead versus notepad.exe
* Added additional virtualization for pe files to SET payloads


Source -
https://www.trustedsec.com/october-2012/the-social-engineer-toolkit-set-v4-2-bagels-bagels-bagels-released/

Previous posts regarding SET -
http://santoshdudhade.blogspot.in/2012/09/the-social-engineer-toolkit-set-version.html
http://santoshdudhade.blogspot.in/2012/08/social-engineering-toolkit-set-version.html
http://santoshdudhade.blogspot.in/2012/07/social-engineer-toolkit-34.html
http://santoshdudhade.blogspot.in/2012/05/social-engineer-toolkit-set-33-released.html
http://santoshdudhade.blogspot.in/2012/08/social-engineer-toolkitset-version-36.html
http://santoshdudhade.blogspot.in/2012/07/social-engineer-toolkit-set-351-released.html

http://santoshdudhade.blogspot.in/2012/10/the-social-engineer-toolkit-set-v41.html


The Social-Engineer Toolkit (SET) v4.1 “Gangnam Style” has been released.

Written By Unknown on Friday, 5 October 2012 | 23:31

Latest version of the Social-Engineer Toolkit (SET) version 4.1 codename “Gangnam Style” (you have to do the dance when using SET now). This version has a number of new enhancements including the ability to natively use Apache with the multiattack combining the Java Applet Attack and the Credential Harvester. Traditionally speaking, the credential harvester attack could only be used by the native SET HTTP server. We recently developed a php hook that gets copied over to the web root along with the standard Java Applet attack. If the Java Applet fails, the backup for credential harvester can be used. In addition, a number of stability updates were given to the standard Credential Harvester attack.

The harvester now supports multi-threading for faster response times when hitting the website. All-in-all this release adds a ton of new functionality and features. 

In addition to these changes, the Metasploit Meterpreter ALLPORTS payload is now supported through the PyInjector and ShellCode Injection techniques for the Java Applet. Lastly, added a new Java Applet that has been redesigned and heavily obfuscated. Enjoy!


Full Changelog
~~~~~~~~~~~~~~~~
version 4.1
~~~~~~~~~~~~~~~~
* Removed the Java Exploit from being built into the Java Applet. Being detected by to many AV vendors.
* Added core libraries to the scraper, needed for check_config and apache mode checks
* Added check for apache mode within harvester, will move new php customize script to apache directory and extract under different directory
* Rewrote new check mechanism in scraper for config checks and cleaned up code
* Fixed a bug that would cause the verified signature import to error out when selecting number 9 in the web attack menu
* Added a custom php script into harvester that allows you to check harvested credentials through apache
* Added compatibility with multiattack and apache mode for credential harvester and java applet combined
* Fixed the allports payload, really buggy at first with powershell injection, got it more stable
* Added better stability for the credential harvester to handle exceptions when being passed certain pieces of data including null connections
* Added better stability on the multiattack credential harvester php and applet attack
* Fixed a bug that would cause payload selection to not work correctly when using pyInjector
* Added so the peensy attack will prompt for an IP address and rewrite the pde file for the appropriate IP addresses
* Added datetime on teensy devices so they don’t overwrite the teensy.pde files anymore
* Added better encoding into the java applet attack vector
* Added better packing and encryption on the pyinjector attack, loads super fast now when executing applet
* Added better reliability in the Java Applet
* Even more improved load times for the Java Applet and executable execution
* Added anti debugger and encryption to the initial staged downloader which is used for fast loading of payloads.

Quick Tips
Once of the most effective attacks it the credential harvester or the Java Applet. Did you know you can use both? By selecting the multi-attack vector and turning on the Java Applet and Credential Harvester together works amazing. A couple of things to note when you do this. There are a couple of configuration options you will most likely want to change. The first:
1. If this is a large organization, consider using the APACHE_SERVER mode. This will move the appropriate files to the Apache directory. From here, a file will be exported in the web root as harvester_.txt. Captures all post parameters. In order to do this, edit the config/set_config and turn the APACHE_SERVER to ON.
2. You will probably want to turn off the AUTO_REDIRECT and JAVA_REPEATER. If they end up hitting cancel. They will still end up placing their username and passwords into the field. To do this edit the config/set_config and turn AUTO_REDIRECT and JAVA_REPEATER to OFF.

To download the Social-Engineer Toolkit, here over to here!

Source -
https://www.trustedsec.com/october-2012/the-social-engineer-toolkit-set-v4-1-gangnam-style-has-been-released/


Visit Website -
https://www.trustedsec.com/


Previous posts regarding SET -
http://santoshdudhade.blogspot.in/2012/09/the-social-engineer-toolkit-set-version.html
http://santoshdudhade.blogspot.in/2012/08/social-engineering-toolkit-set-version.html
http://santoshdudhade.blogspot.in/2012/07/social-engineer-toolkit-34.html
http://santoshdudhade.blogspot.in/2012/05/social-engineer-toolkit-set-33-released.html
http://santoshdudhade.blogspot.in/2012/08/social-engineer-toolkitset-version-36.html
http://santoshdudhade.blogspot.in/2012/07/social-engineer-toolkit-set-351-released.html

The Social-Engineer Toolkit (SET) version 4.0 codename “Balls of Steel” released

Written By Unknown on Thursday, 20 September 2012 | 22:42

The Social-Engineer Toolkit (SET) version 4.0 codename “Balls of Steel” is officially available for public consumption. This version is the collection of several months of development and over 50 new features and a number of enhancements, improvements, rewrites, and bug fixes. 
In order to get the latest version of SET, download subversion and type 

svn co https://svn.trustedsec.com/social_engineering_toolkit set/




To highlight some of the new major features, the Java Applet attack has been completely rewritten and obfuscated with added evasion techniques. All of the payloads have been heavily encrypted with a number of heavy anti-debugging tools put in place. PyInjector is now available on the Java Applet attack natively and deploys shellcode automatically through a byte compiled executable. The powershell attack vectors now support customized payload selection through the config/set_config. A new attack vector has been added called the Dell DRAC Attack Vector (default credential finder).

A new teensy payload has been added from the Offensive-Security crew – the auto-correcting attack vector with DIP switch and SDcard “Peensy”. The web cloner has been completely rewritten in native python removing the dependency for wget. The new IE zero day has been included in the Metasploit Web Attack Vector. The Java Repeater and Java Redirection has been rewritten to be more reliable. Obfuscation added to randomized droppers including OSX and Linux payloads. Overall, way to many to report on. Full changelog can be found below the image. Welcome to the new era of SET 4.0 – the most advanced social-engineering toolkit.


~~~~~~~~~~~~~~~~
version 4.0
~~~~~~~~~~~~~~~~
* added a new attack vector to SET called the Dell Drac attack vector under the Fast-Track menu.
* Optimized the new attack vector into SET with standard core libraries
* Added the source code for pyinjector to the set payloads
* Added an optimized and obfuscated binary for pyinjector to the set payloads
* Restructured menu systems to support new pyinjector payload for Java Applet Attack
* Added new option to SET Java Applet – PyInjector – injects shellcode straight into memory through a byte compiled python executable. Does not require python to be installed on victim
* Added base64 encoded to the parameters passed in shellcodexec and pyInjector
* Added base64 decode routine in Java Applet using sun.misc.BASE64Decoder – native base64 decoding in Java is the suck
* Java Applet redirect has been fixed – was a bug in how dynamic config files were changed
* Fixed the UNC embed to work when the flag is set properly in the config file
* Fixed the Java Repeater which would not work even if toggled on within the config file
* Fixed an operand error when selecting high payloads, it would cause a non harmful error and an additional delay when selecting certain payloads in Java Applet
* Added anti-debugging protection to pyinjector
* Added anti-debugging protection to SET interactive shell
* Added anti-debugging protection to Shellcodeexec
* Added virtual entry points and virtualized PE files to pyinjector
* Added virtual entry points and virtualized PE files to SET interactive shell
* Added virtual entry points and virtualized PE files to Shellcodeexec
* Added better obfsucation per generation on SET interactive shell and pyinjector
* Redesigned Java Applet which adds heavily obfsucated methods for deploying
* Removed Java Applet source code from being public – since redesign of applet, there are techniques used to obfuscate each time that are dynamic, better shelf life for applet
* Added a new config option to allow you to select the payloads for the powershell injection attack. By specifying the config options allows you to customize what payload gets delivered via the powershell shellcode injection attack
* Added double base64 encoding to make it more fun and better obfuscation per generation
* Added update_config() each time SET is loaded, will ensure that all of the updates are always present and in place when launching the toolkit
* Rewrote large portions of the Java Applet to be dynamic in nature and place a number of non descriptive things into place
* Added better stability to the Java Applet attack, note that the delay between execution is a couple seconds based on the obfuscation techniques in place
* Completely obfsucated the MAC and Linux binaries and generate a random name each time for deployment
* Fixed a bug that would cause custom imported executables to not always import correctly
* Fixed a bug that would cause a number above 16 to throw an invalid options error
* Added better cleanup routines for when SET starts to remove old cached information and files
* Fixed a bug that caused issues when deploy binaries was turned to off, would cause iterative loop for powershell and crash IE
* Centralized more routines into set.options – this will be where all configuration options reside eventually
* Added better stability when the Java Applet Repeater is loaded, the page will load properly then execute the applet.
* The site cloner has been completely redesigned to use urllib2 instead of wget, long time coming
* The cloner file has been cleaned up from a code perspective and efficiency
* Added better request handling with the new urllib2 modules for the website cloning
* Added user agent string configuration within the SET config and the new urllib2 fetching method
* Added a pause when generating Teensy payloads
* Added the Offensive-Security “Peensy” multi-attack vector for the Teensy attacks
* Added the Microsoft Internet Explorer execCommand Use-After-Free Vulnerability from Metasploit into the Metasploit Browser Exploits Attack vectors
* Fixed a bug in cleanup_routine that would cause the metasploit browser exploits to not function properly
* Fixed a bug that caused the X10 sniffer and jammer to throw an exceptions if the folder already existed

Source -

Social Engineering Toolkit (SET) version 3.7.1 codename “Street Cred” released

Written By Unknown on Wednesday, 29 August 2012 | 00:21

The Social Engineering Toolkit (SET) is an open source, python-driven, social-engineering penetration testing framework of custom tools which solely focuses on attacking the human element of penetration testing. It was designed in order to arm penetration testers and security researchers with the ability to effectively test heavily advanced social-engineering attacks armed with logical methods. The Social Engineer Toolkit leverages multiple attack vectors that take advantage of the human element of security in an effort to target attackers.


Official Social Engineer Toolkit change log:
  • added the new java disableSecurity(); bypass native to the Java Applet – coded it funny,applet still pops up but if you hit cancel it executes no problem. Thought that would be more believable.
Actually, Social-Engineer Toolkit (SET) version 3.7 codename “Street Cred” was also released a few hours before the 3.7.1 update. This version had a number of new features including the ability to utilize the SET interactive shell to directly paste shellcode straight into memory and be executed on the victim machine. In addition, the new Java Applet zero day had been incorporated into SET under the Metasploit Web Attack Vector. This version also fixed a numberof known bugs including fixes towards the Arduino attack vectors. Additionally, the Metasploit Attack Vectors now incorporate dates to let you know which exploitsare more recent. This is the change log for SET 3.7:
  • added better xp_cmdshell restore options in the MSSQL attack vector for Fast-Track
  • minor changes to the java applet around parameter names and signing
  • added the ability to do native shellcode injection into the SET interactive shell
  • added the ability to do native injection in x86 and x64 now
  • reliability update to the shellcode injection attack
  • added better handling around corrupt stack injection in the shellcode injection
  • added AES256 support for the communication around the SET interactive shell and the new shellcode injection attack
  • added the new zero day exploit from the Metasploit Framework – Java 7 Applet Remote Code Execution
  • fixed a bug that caused the browser autopwn to not function properly when selected and would move to the java applet instead
  • bug fixes for teensy powershell downloader (thanks John Strand)
  • fixed a number of menu system bugs including moving back and forward
  • fixed a multiattack issue when using java applet and metasploit client attacks
  • added dates to all of the metasploit exploits to show how recent they are
Download Social Engineer Toolkit 3.7.1:
svn co http://svn.trustedsec.com/social_engineering_toolkit set/

Social Engineer Toolkit (SET) 3.5.1! released

Written By Unknown on Sunday, 22 July 2012 | 10:19

The Social Engineer Toolkit (SET) has been updated! 
We now have Social Engineer Toolkit version 3.5
This release is code named – “Creepy Karl.”

The Social Engineering Toolkit (SET) is an open source, python-driven, social-engineering penetration testing framework of custom tools which solely focuses on attacking the human element of penetration testing. It was designed in order to arm penetration testers and security researchers with the ability to effectively test heavily advanced social-engineering attacks armed with logical methods. The Social Engineer Toolkit leverages multiple attack vectors that take advantage of the human element of security in an effort to target attackers.

Social Engineer Toolkit Official change log:

  • Fixed a bug in command center that would cause it to not load properly.
  • Fixed a bug in the new Java Applet Field Bytecode that would cause it to not properly select the payload
  • Added compatibility for IE10 on the Java Applet Attack Vector
  • Turned AUTO_MIGRATE=OFF to AUTO_MIGRATE=ON by default, allows sticky processes to free up when exploitation occurs
  • Added a new config option DEPLOY_BINARIES. When this is turned OFF, the Java Applet will only use the POWERSHELL_INJECTION technique and never deploy a binary. Note that you must know if the victim has POWERSHELL installed.
  • Fixed a couple typos in the credential harvester
Download Social Engineer Toolkit 3.5.1:
svn co http://svn.trustedsec.com/social_engine

Visit website -
https://www.trustedsec.com/

For more information -
http://www.social-engineer.org/framework/Computer_Based_Social_Engineering_Tools:_Social_Engineer_Toolkit_(SET)


Previous posts regarding SET -
http://santoshdudhade.blogspot.in/2012/07/social-engineer-toolkit-34.html
http://santoshdudhade.blogspot.in/2012/05/social-engineer-toolkit-set-33-released.html






 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. Turorial Grapich Design and Blog Design - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger