Skip to content

balesgreen/0x0001

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

0x0001 - Ferramenta destinada a iniciantes em segurança da informação.

PT-BR:

  • Explicando um pouco sobre minha ferramenta, ela é basicamente um conjunto de comandos que serão executados após a compilação do 0x0001.c. Basicamente ela irá fazer instalações de ferramentas normalmente utilizada para analistas de segurança da informação. Lembrando que, essa ferramenta será atualizada constantemente para acrescentação de novas ferramentas para instalação e principalmente para atualização de reposítórios. Como estamos na primeira versão, então não contemos tantas ferramentas para iniciantes em InfoSec.

  • Para fazer a compilação, instale o gcc no seu terminal linux digitando sudo apt install gcc. Após a instalação do gcc, instale o git, caso não possua. Digite sudo apt install git. Após isto, clone meu repositório com o comando git clone https://github.com/MarktwainSTDLL/0x0001.git. Após isto, digite com o gcc o seguinte comando: gcc 0x0001.c -o 0x0001. Após a compilação, digite ./0x0001 e o programa inicializará normalmente em seu sistema linux.


EN-US:

  • Explaining a little about my tool, it is basically a set of commands that will be available after compiling 0x0001.c. Basically it will make installations of tools used for information security analysts. Remembering that, this tool will be constantly updated to develop new tools for installation and mainly for updating repositories. As we are in the first version, so we do not contain so many tools for InfoSec beginners.

  • To compile, install gcc on your linux terminal by typing sudo apt install gcc. After installing gcc, install git if you don't have it. type it sudo apt install git. After that, clone my repository with the command git clone https://github.com/MarktwainSTDLL/0x0001.git. After that, type the following with gcc command: gcc 0x0001.c -o 0x0001. After compilation, type ./0x0001 and the program will start up normally on your linux system.

Coded by: Mark662

Abraços! Hugs!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages