Skip to content

Instantly share code, notes, and snippets.

View nmaslarski's full-sized avatar

Nikolay Maslarski nmaslarski

View GitHub Profile

Да се състави програма на C++, чрез която се извеждат стойности на квадратна таблица с размери 7 реда и 7 колони. Извеждане елементите на матрицата става по спирала, като началото й е в горния ляв ъгъл, а посоката й по посока на часовата стрелка - първия ред надясно, надолу., последния ред наляво, нагоре и т.н.

ПРИМЕР:

Масив:
11,12,13,14,15,
21,22,23,24,25,
31,32,33,34,35,
41,42,43,44,45,
@nmaslarski
nmaslarski / github_bugbountyhunting.md
Created October 7, 2017 18:52 — forked from EdOverflow/github_bugbountyhunting.md
My tips for finding security issues in GitHub projects.

GitHub for Bug Bounty Hunters

GitHub repositories can disclose all sorts of potentially valuable information for bug bounty hunters. The targets do not always have to be open source for there to be issues. Organization members and their open source projects can sometimes accidentally expose information that could be used against the target company. in this article I will give you a brief overview that should help you get started targeting GitHub repositories for vulnerabilities and for general recon.

Mass Cloning

You can just do your research on github.com, but I would suggest cloning all the target's repositories so that you can run your tests locally. I would highly recommend @mazen160's GitHubCloner. Just run the script and you should be good to go.

$ python githubcloner.py --org organization -o /tmp/output