Skip to content

Instantly share code, notes, and snippets.

View christiancost47's full-sized avatar

christiancost47

View GitHub Profile

Nessus Ubuntu Installation

    $ sudo dpkg -i Nessus-8.12.0-ubuntu910_amd64.deb
    
    $ sudo systemctl start nessusd
    $ sudo systemctl enable nessusd.service 
 $ sudo systemctl status nessusd.service

Intro

  • Artigos Data Hackers
  • Github Survey
  • Site oficial

Goals

  • Crash Intro
  • Base for other stuff (files, csv..., and other languages)
@christiancost47
christiancost47 / script.py
Created May 11, 2020 14:03
Roman Number converter
def Romanos(lista):
valores = { "0": 0, "I":1 , "V":5, "X":10, "L":50,"C":100,"M":1000 }
contador_geral = 0
minimo = "0"
parcial = 0
try: #BLOCO QUE PODE CAUSAR EXCEÇÃO
for algarismo in lista:
if (algarismo == minimo):
@christiancost47
christiancost47 / docker-help.md
Created March 28, 2020 20:00 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

/*
Esse é um comentário de multiplas linhas
Abaixo um comentário de uma linha
*/
// Exibindo Output em JS
console.log("Hello world!");
#include <stdio.h>
#include <stdlib.h>
int main()
{
char ch, source_file[20], target_file[20];
FILE *source, *target;
printf("NOME DO ARQUIVO A SER COPIADO\n");
gets(source_file);
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.