Skip to content
View narukoshin's full-sized avatar
🎸
Music is a bigger part of me now.
🎸
Music is a bigger part of me now.
Block or Report

Block or report narukoshin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
narukoshin/README.md

 root@github ~$ go build -o build src/narukoshin.go
 root@github ~$ chmod +x build/narukoshin
 root@github ~$ ./build/narukoshin
{
  "name": "narukoshin",
  "age": 23,
  "hobbies": [
    "👨‍💻 programming",
    "😾 hacking websites and systems",
    "🤳 taking pictures",
    "🎹 making music",
    "🎸 playing guitar",
    "🕹 playing video games",
    "🤸 sport"
  ],
  "languages": [
    "english",
    "russian",
    "japanese",
    "latvian"
  ],
  "programming_languages": [
    "PHP",
    "JavaScript",
    "Python",
    "C++",
    "Go"
  ],
  "linux_distros": {
    {"name": "Arch", "desc": "for penetration testing, daily life"},
    {"name": "Ubuntu", "desc": "for web servers"}
  }
}

Pinned

  1. custom-bruteforce custom-bruteforce Public

    A WebApp brute force tool which configuration is similar to Docker using a YAML config file.

    Go 23 2

  2. opensource-filemanager opensource-filemanager Public

    An open source file manager for simple file management and sharing.

    Go 1

  3. remote-shell remote-shell Public

    A PHP script that allows you to remotely execute system commands, read, delete files and more interesting things.

    PHP

  4. linux-updater linux-updater Public

    Bash script that automatically looks for a new linux updates and install them. This script can be connected with cronjobs and then updates will be installed automatically.

    Shell

  5. virtualhost-configurator virtualhost-configurator Public

    Create your virtual hosts on the server by just answering on some questions.

    Shell 1