febinrev / hack-tools

hack tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  6. select the latest version of all components mark has "build tools"
  7. select "c++ clang compiler for windows"
  8. once installation is complete search "x86_x64 Cross Tools Command Prompt" and execute
  9. in this command prompt execute : pip install cmake
  10. execute : pip install wheel
  11. go to your repository with the cmd where the requirements.txt file is located
  12. execute : pip install -r requirements.txt
  13. 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


Languages

Language:Python 57.3%Language:PowerShell 12.4%Language:HTML 11.3%Language:Perl 8.1%Language:Go 5.2%Language:C 1.8%Language:Java 1.6%Language:Roff 0.4%Language:Shell 0.4%Language:CSS 0.4%Language:Makefile 0.2%Language:Batchfile 0.2%Language:Ruby 0.2%Language:JavaScript 0.2%Language:PHP 0.1%Language:Visual Basic .NET 0.1%Language:Dockerfile 0.0%Language:Rich Text Format 0.0%