HOW TO HACK THE COMPUTER USE MSWORD FILE



HEY FRIEND THIS TOOL I AM INDRODUSE ONLY  FOR YOU
HIS TOOL YOU USE IN LINUX AND  WINDOSE  YOU KNOW IN DETAIL ABOUT THE TOOL I AM GIVE YOU GITHUB LINK CLICK  IN IT SCROL DOWN YOU GET ALL INFORMATION  IN THIS ARTICAL EXPLANING IN VERY SIMLE WORD 





The macro_pack is a tool used to automatize hiding and generation of retro formats such as MSOffice documents or VBS like formatThis tool can be used for redteamingpentestsdemosandsocial engineering tests/evaluationsmacro_pack will simplify antimalware solutions bypass andautomatize the process from vba generation to final Office document generation
It is very simple to use :

*No setup 
*Everything can be done using a single line of code 
 *Generation of majority of Office formats and VBS based formats 
 *Advanced VBA macro attacks as well as DDE attacks 
The tool is compatible with payloads created by popular pentest tools (MetasploitEmpire, ...). Itis also easy to combine with other tools as it is possible to read input from stdin and have a quietoutput to another toolThis tool is written in Pythonand works on both Linux and Windows(raised, flat supporting surface).
   

Hiding

The tool will use different hiding ways of doing thingsall automaticHiding feature is compatiblewith all format that can be created by macri_pack, VBA or VBS based
Basic hiding (-o optionincludes :

*Renaming functions 
 *Renaming (numbers that change/things that change) 
 *Removing spaces 
 *Removing comments 
* (translating/putting into secret code) Strings

Generation 
Macro Pack can create (more than two, but not a lot of) kinds of MS office documents and scriptsformatsThe format will be automatically guessed depending on the given file extensionFilegeneration is done using the option --create or -G
Macro Pack pro version also allow to trojan existing files with option --trojan or -T
 Macro Pack pro version also allow to trojan existing files with option --trojan or -T
Ms Office Supported formats are:
  • MS Word 97 (.doc)
  • MS Word (.docm, .docx)
  • MS Excel 97 (.xls)
  • MS Excel (.xlsm, .xslx)
  • MS PowerPoint (.pptm)
  • MS Visio 97 (.vsd)
  • MS Visio (.vsdm)
  • MS Project (.mpp)  
Scripting (txt) supported formats are:

VBA text file (.vba)
VBS text file (.vbs).
Windows Script File (.wsf)
Windows Script Components scriptlets (.wsc, .sct)
HTML Applications (.hta)

Install from sources

git clone https://github.com/sevagas/macro_pack.git
 
cd macro pack 

pip install -r requirements.txt




  

Comments