Skip to content
View DanijelMi's full-sized avatar
:octocat:
:octocat:
  • Vroom
  • Serbia, Belgrade

Highlights

  • Pro
Block or Report

Block or report DanijelMi

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

Pinned

  1. Micropython_MQTT_8266bulb Micropython_MQTT_8266bulb Public

    Delet dis

    Python

  2. A cron-managed script used for perfo... A cron-managed script used for performing incremental backups.
    1
    #!/usr/bin/env bash
    2
    # Author: Danijel Milosevic
    3
    # No warranty, use at your own risk.
    4
    
                  
    5
    # How many snapshots to keep before starting to delete the old ones
  3. Pipe in nmap stdout, output CSV for... Pipe in nmap stdout, output CSV format of ports suitable for Nessus. Install for bash: curl https://gist.githubusercontent.com/DanijelMi/d019b5aff111908e5f3177c10857228b/raw/347f5e41b7ce03567ac6245e1dee92214ab86dff/nmap2csv >> ~/.bashrc && source ~/.bashrc
    1
    
                  
    2
    # Usage: nmap {OPTIONS} {TARGET_IP} | nmap2csv
    3
    nmap2csv (){
    4
      # License: GPLv2     
    5
      # Author: Danijel M.
  4. arch-dotfiles arch-dotfiles Public

    Personal config files for various linux programs

    Shell 2

  5. Lockscreen-Trap Lockscreen-Trap Public

    Bait the snoopers.

    Python