All Projects → briandowns → super-hacker

briandowns / super-hacker

Licence: BSD-3-Clause license
SuperHacker is the ultimate utility to make you look like a hacker.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to super-hacker

Apachecn Algo Zh
ApacheCN 数据结构与算法译文集
Stars: ✭ 10,498 (+20896%)
Mutual labels:  hacker
Hack Tools
The all-in-one Red Team extension for Web Pentester 🛠
Stars: ✭ 2,750 (+5400%)
Mutual labels:  hacker
Hackers Tool Kit
Its a framework filled with alot of options and hacking tools you use directly in the script from brute forcing to payload making im still adding more stuff i now have another tool out called htkl-lite its hackers-tool-kit just not as big and messy to see updates check on my instagram @tuf_unkn0wn or if there are any problems message me on instagram
Stars: ✭ 211 (+322%)
Mutual labels:  hacker
Ahrid
AHRID - Analysis Hacker's Real-ID Platform 黑客攻击画像分析系统(停止运营)
Stars: ✭ 133 (+166%)
Mutual labels:  hacker
Redteam Hardware Toolkit
🔺 Red Team Hardware Toolkit 🔺
Stars: ✭ 163 (+226%)
Mutual labels:  hacker
Hack Movie
黑客相关的电视剧/电影/纪录片
Stars: ✭ 199 (+298%)
Mutual labels:  hacker
2018 Qwb Ctf
2018强网杯CTF___题目整理
Stars: ✭ 106 (+112%)
Mutual labels:  hacker
Thechoice
The linux choice collection tools
Stars: ✭ 245 (+390%)
Mutual labels:  hacker
Cehv10 Notes
📕 Both personal and public notes for EC-Council's CEHv10 312-50, because its thousands of pages/slides of boredom, and a braindump to many
Stars: ✭ 170 (+240%)
Mutual labels:  hacker
Hacker News Pwas
HNPWA - Hacker News readers as Progressive Web Apps 📱
Stars: ✭ 2,345 (+4590%)
Mutual labels:  hacker
Penetration
渗透 超全面的渗透资料💯 包含:0day,xss,sql注入,提权……
Stars: ✭ 1,706 (+3312%)
Mutual labels:  hacker
Hackercamp
Enine boyuna siber güvenlik
Stars: ✭ 149 (+198%)
Mutual labels:  hacker
Zbn
安全编排与自动化响应平台
Stars: ✭ 201 (+302%)
Mutual labels:  hacker
Entropy
Entropy Toolkit is a set of tools to provide Netwave and GoAhead IP webcams attacks. Entropy Toolkit is a powerful toolkit for webcams penetration testing.
Stars: ✭ 126 (+152%)
Mutual labels:  hacker
Phonia
Phonia Toolkit is one of the most advanced toolkits to scan phone numbers using only free resources. The goal is to first gather standard information such as country, area, carrier and line type on any international phone numbers with a very good accuracy.
Stars: ✭ 221 (+342%)
Mutual labels:  hacker
M3m0
M3m0 Tool ⚔️ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 124 (+148%)
Mutual labels:  hacker
Mouse
Mouse Framework is an iOS and macOS post-exploitation framework that gives you a command line session with extra functionality between you and a target machine using only a simple Mouse payload. Mouse gives you the power and convenience of uploading and downloading files, tab completion, taking pictures, location tracking, shell command execution, escalating privileges, password retrieval, and much more.
Stars: ✭ 186 (+272%)
Mutual labels:  hacker
Aliens eye
Social media hunter
Stars: ✭ 105 (+110%)
Mutual labels:  hacker
Icg Autoexploiterbot
Wordpress 🔥 Joomla 🔥 Drupal 🔥 OsCommerce 🔥 Prestashop 🔥 Opencart 🔥
Stars: ✭ 242 (+384%)
Mutual labels:  hacker
Awesome Hacking Lists
Project transferred to: https://github.com/taielab/awesome-hacking-lists
Stars: ✭ 203 (+306%)
Mutual labels:  hacker

super-hacker

GoDoc License Version

super-hacker is a CLI application that will output beautifully written code to your terminal allowing you to astound your friends and family. By default, the output buffer is set to 3 but is overridable. To quit, press esc or ctrl-c.

Examples

super-hacker with no flags runs with Go as the default language and an output buffer of 3 bytes.

$ super-hacker

super-hacker with the l flag runs it with the given language. See the "Supported Languages" section below.

$ super-hacker -l python

super-hacker with the b flag runs it with the output buffer set to the given value.

$ super-hacker -b 16

Supported Languages

  • Go
  • C
  • Python
  • Scala
  • Haskell
  • Java
  • Javascript
  • Rockstar
  • Ruby
  • CoffeeScript

Installation

Binary releases can be obtained from the releases section of the repository. To build, issue make. This will build a binary for your platform. The binary will be put into a bin directory in the repository. After either installation, you'll want to copy the binary into your path.

Adding More Languages and Templates

To add a new language to super-hacker, create a directory named after the language you're adding in the templates directory. In there, add a file to hold the code. In that file, create a Go const that is exported from that new language package and paste in the code. Make sure to include license headers if available. If a license is needed, link to it in a comment in the file. It's preferred to include a link to the source of the code if it's not yours.

In template.go, add a new slice and reference the newly created constant. Next, add an entry in the switch statement in the Random(lang string) function.

Contributing

Please feel free to open a PR!

License

SuperHacker source code is available under the BSD 3 clause License.

Contact

@bdowns328

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].