Skip to content
View Sarverott's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Organizations

@project-anubis @rattish
Block or Report

Block or report Sarverott

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
Sarverott/README.md

HELLO WORLD!

I like technology, reading about its details and observing its vulnerabilities. I program by vocation, the open source mission inspired me to publish my work. I do not limit myself to specific environment and language. Over the years, programming has become my form of self-expression. I hope that you find my work usefull and worth noticing.


<<< statistics of used languages >>> <<< statistics display >>>

MORE STATS

Extension of statistic summary


<<< TryHackMe profile >>>

<<< GitHub Streak >>>


LINKS

Shordcuts to my work across the internet


developer platforms
NPM
DOCKER
PY-PI

socialmedia

// FB // INSTAGRAM // TWITTER // BLOGSPOT // TUMBLR //


CONTACT

preffered is by mail: sarverott@gmail.com

https://sarverott.github.io/

Pinned

  1. rokita rokita Public

    new Controll Panel of New Order, tool to manage your host. Uploaded on server allows you to use path traversal, using easy-to-use filesystem explorer. Tools to upload files, php eval and shell exec…

    JavaScript 1

  2. code in assembler for Intel 8080, th... code in assembler for Intel 8080, that is self-replicatory virus example. Written for fun for 80's old school microprocessor unit. Tested on http://asm80.com/ and https://github.com/eliben/js-8080-sim emulators
    1
    ;asmWorm - self-replication code in assembler for Intel 8080
    2
    ;Sett Sarverott @ 2022
    3
      lxi h, 0000h ;start read
    4
      lxi d, 002fh ;stop read/start write
    5
      mvi c, 2fh ;length
  3. ratatouille ratatouille Public

    rattish interpreter written in c++, for linux and windows machines

    C++ 1

  4. anubis-buttler-system anubis-buttler-system Public

    ultimate helper and co-pilot in work

    JavaScript

  5. Simple dimmer controlled with push b... Simple dimmer controlled with push buttons, using Digispark ATtiny85 and IRFZ44VPbF Power MOSFET for 12v LEDs
    1
    /* 
    2
        Simple dimmer controlled with buttons
    3
      Sarverott @ 2023
    4
       
    5
       https://gist.github.com/Sarverott/3b352c6c3fe1c3d13f3faf642cc3b23c
  6. carnival-toolbox carnival-toolbox Public

    npm package with some of simple and usefull functions. use "npm install carnival-toolbox" to use it in your Node.js projects.

    JavaScript