Skip to content

Instantly share code, notes, and snippets.

View Congee's full-sized avatar
🤔
Focus

Changsheng Wu Congee

🤔
Focus
View GitHub Profile
require "formula"
class Nbtscan < Formula
homepage "http://www.inetcat.net/software/nbtscan.html"
url "http://distcache.freebsd.org/ports-distfiles/nbtscan-1.5.1.tar.gz"
mirror "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/nbtscan-1.5.1.tar.gz"
sha1 "4041d8f6b592fa310b8d3c79c56a2d3263dba82f"
patch :p1 do
url "https://gist.githubusercontent.com/congee/76693bd4b61b862b2333/raw/341b46d867120dc9b3e89a23b49f17e82be39d58/debian-patches-04_fix_compiler_warnings.diff"
@Congee
Congee / conv_2_utf8.py
Last active August 29, 2015 14:00
convert 2 utf-8
#!/usr/bin/env python3
# encoding: utf-8
import os
import sys
#import chardet
dir = sys.argv[1]
#def convert(source_file):
@Congee
Congee / nikto.rb
Last active August 29, 2015 13:57
nikto 2.1.5 for Mac OS X via Homebrew
require 'formula'
class Nikto < Formula
homepage 'http://cirt.net/nikto2'
url 'https://github.com/sullo/nikto.git', :revision => '8bb017d76e592793da3c06cdbb8d31bfdffdf2eb'
version '2.1.5'
# version 2.1.6 is still under developing
def install
# adjust default paths in perl script