• Stars
    star
    2,112
  • Rank 21,843 (Top 0.5 %)
  • Language
    Go
  • License
    MIT License
  • Created over 7 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Hacker tools on Go (Golang)

Go Report Card License

IMAGE

Hacker tools on Go (Golang)

I used examples from the books & materials
  • "Violent Python" TJ O'Connor;
  • "Black Hat Python" Python Programming for Hackers and Pentesters by Justin Seitz;
  • "Security with Go" by John Daniel Leon;
  • "Python Web Penetration Testing Cookbook" by C.Buchanan, T.Ip, B.May, D.Mound, A.Mabbit;
  • asecuritysite;
  • Криптография с Python;
  • "Black Hat Go" Go Programming For Hackers and Pentesters by Tom Steele, Chris Patten, and Dan Kottmann.
List of projects

SCC

───────────────────────────────────────────────────────────────────────────────
Language                 Files     Lines   Blanks  Comments     Code Complexity
───────────────────────────────────────────────────────────────────────────────
Go                          65      4758      878       269     3611        888
Plain Text                   9     21110        0         0    21110          0
Markdown                     2        20        3         0       17          0
───────────────────────────────────────────────────────────────────────────────
Total                       76     25888      881       269    24738        888
───────────────────────────────────────────────────────────────────────────────
Estimated Cost to Develop (organic) $784,563
Estimated Schedule Effort (organic) 12.54 months
Estimated People Required (organic) 5.56
───────────────────────────────────────────────────────────────────────────────
Processed 262599 bytes, 0.263 megabytes (SI)
───────────────────────────────────────────────────────────────────────────────

Thank you

Thanks to all authors of amazing books on information security

Predict

In spite of the license, I PREDICT that all the examples here are for reference only, and not for criminal (or malicious) purposes.

Packages

Use Go Modules && install

sudo apt-get install libpcap-dev 

The code contains comments in Russian

License

This project is licensed under MIT license. Please read the LICENSE file.

Contribute

Welcomes any kind of contribution. Please read the CONTRIBUTING, ISSUE TEMPLATE and CODE_OF_CONDUCT file.