Skip to content

FBMNBAWA/hack-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hack-tools-2017-2020

[Anonymousgif [Anonymous


[Build Status


########################################################################

  • requirements : python 2, python 3, perl, java, ruby ...

########################################################################

  • run python file : py;python;python3 file.py

  • install requirements python : pip install -r filewithmodules.txt

  • fix error in python "Microsoft Visual C++ 14.0 is required" :

  1. install buils tools (https://visualstudio.microsoft.com/fr/downloads/)
  2. download and execute
  3. select "c++ for desktop environment"
  4. leave the selection by default
  5. in "individual components" select windows 10 sdk if not selected
  6. select "c++ clang compiler for windows"
  7. once installation is complete search "x86_x64 Cross Tools Command Prompt" and execute
  8. in this command prompt execute : pip install cmake
  9. execute : pip install wheel
  10. go to your repository with the cmd where the requirements.txt file is located
  11. execute : pip install -r requirements.txt
  12. end
  • run perl file : perl file.pl

  • install perl modules : cpan install (modules)

  • run ruby file : ruby file.rb

  • install ruby modules : gem install (modules) and open Gemfile for view requirements

  • build go script : go build (file.go)

  • execute java file : java -jar file.jar

##########################################################################

  • password for files (.exe .7z .zip) : a

About

hack tools

Resources

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 54.8%
  • HTML 15.3%
  • PowerShell 11.9%
  • Perl 7.7%
  • Go 4.9%
  • C 1.7%
  • Other 3.7%