Skip to content

Instantly share code, notes, and snippets.

@x011
x011 / hangman_computer_jargons.json
Created April 4, 2019 20:10
hangman_computer_jargons.json
{"aac": "Advanced Audio Coding", "aadl": "Axiomatic Architecture Description Language", "aal": "ATM Adaptation Layer", "aap": "Association of American Publishers", "aard": "programming, tool Dutch for earth A tool to check memory use for C++ programs, written by Steve Reiss [email protected] who names his programs after living systems.", "aarp": "Apple Address Resolution Protocol", "aaui": "Apple Attachment Unit Interface", "abbrev": "jargon /*-breev'/, /*-brev'/ Common abbreviation for abbreviation.", "abc": "1. computer Atanasoff-Berry Computer.", "abduction": "logic The process of inference to the best explanation.", "abend": "jargon /o'bend/, /*-bend'/ ABnormal END. Abnormal termination of software; crash; lossage. Derives from an error message on the IBM 360; used jokingly by hackers but seriously mainly by code grinders. Usually capitalised, but may appear as abend. Hackers will try to persuade you that ABEND is called abend because it is what system operators do to the computer late on Friday wahen they
{"AAC":"Advanced Audio Coding", "AADL":"Axiomatic Architecture Description Language", "AAL":"ATM Adaptation Layer", "AAP":"Association of American Publishers", "aard":"programming, tool Dutch for earth A tool to check memory use for C++ programs, written by Steve Reiss [email protected] who names his programs after living systems.", "AARP":"Apple Address Resolution Protocol", "AAUI":"Apple Attachment Unit Interface", "abbrev":"jargon /*-breev'/, /*-brev'/ Common abbreviation for abbreviation.", "ABC":"1. computer Atanasoff-Berry Computer.", "abduction":"logic The process of inference to the best explanation.", "ABEND":"jargon /o'bend/, /*-bend'/ ABnormal END. Abnormal termination of software; crash; lossage. Derives from an error message on the IBM 360; used jokingly by hackers but seriously mainly by code grinders. Usually capitalised, but may appear as abend. Hackers will try to persuade you that ABEND is called abend because it is what system operators do to the computer late on Friday wahen they want to ca
@x011
x011 / python_hangman_game_computer_jargons.json
Created April 4, 2019 20:01
python_hangman_game_computer_jargons_dict.json
{"AAC":"Advanced Audio Coding", "AADL":"Axiomatic Architecture Description Language", "AAL":"ATM Adaptation Layer", "AAP":"Association of American Publishers", "aard":"programming, tool Dutch for earth A tool to check memory use for C++ programs, written by Steve Reiss [email protected] who names his programs after living systems.", "AARP":"Apple Address Resolution Protocol", "AAUI":"Apple Attachment Unit Interface", "abbrev":"jargon /*-breev'/, /*-brev'/ Common abbreviation for abbreviation.", "ABC":"1. computer Atanasoff-Berry Computer.", "abduction":"logic The process of inference to the best explanation.", "ABEND":"jargon /o'bend/, /*-bend'/ ABnormal END. Abnormal termination of software; crash; lossage. Derives from an error message on the IBM 360; used jokingly by hackers but seriously mainly by code grinders. Usually capitalised, but may appear as abend. Hackers will try to persuade you that ABEND is called abend because it is what system operators do to the computer late on Friday when the
@x011
x011 / pathcatcher.py
Last active June 30, 2023 22:37
The script is very handy, Simply select a file or directory in Windows Explorer and copy its path to the clipboard directly from the context menu.To install it, run a command shell as admin and call the script without an argument. After that it is installed and can be used from the context menu.
"""
PathCatcher is a Windows utility that allows one to right-click on
a folder or a file in Explorer and save its path to the clipboard.
If this module is run by itself, it installs PathCatcher to the registry.
After it is installed, when one clicks on a file or folder, "PathCatcher"
appears in the right-click menu.
This module also contains some useful code for accessing the Windows
clipboard and registry.
@x011
x011 / windows10_processes_to_json.py
Last active November 28, 2018 00:29
Small python3 script to dump all running processes and properties to a json object
'''
Author: The famous unknown
Date: 20181127
Description: Small python3 script to dump all running processes and properties to a json object.
OS: Windows
Python Version: Python3
Uses: wmi.WMI().Win32_Process() # https://docs.microsoft.com/en-us/windows/desktop/cimwin32prov/win32-process
'''
import json, wmi
@x011
x011 / README.md
Created November 27, 2018 20:58 — forked from magnetikonline/README.md
NSSM - the Non-Sucking Service Manager cheatsheet.
@x011
x011 / python_windows_monitor_on_off.py
Last active July 15, 2022 09:44
Pyhon script to turn the monitor On/Off on windows systems.
import win32gui, win32con
from time import sleep
SC_MONITORPOWER = 0xF170
win32gui.SendMessage(win32con.HWND_BROADCAST, win32con.WM_SYSCOMMAND, SC_MONITORPOWER, 2) # Off
sleep(2)
win32gui.SendMessage(win32con.HWND_BROADCAST, win32con.WM_SYSCOMMAND, SC_MONITORPOWER, -1) # On
<?php
/**
* User: x
* Project: stack
* Time: 13-Nov-18 03:16
*/
/* set a default timezone? */
date_default_timezone_set("America/New_York");
$fromDateTime = new DateTime('2018-11-13 03:00:00'); # Y-m-d H:i:s
$toDateTime = new DateTime('2018-11-13 19:59:00');
@x011
x011 / libssh_server_fingerprints.md
Created October 30, 2018 17:05 — forked from 0x4D31/libssh_server_fingerprints.md
An analysis of Censys Public Scan 20180807 (only port 22) to estimate the number of servers {potentially} vulnerable to the recent Libssh bug
@x011
x011 / Google_IP_Addresses.txt
Created October 8, 2018 10:09
List of Google ip addresses - Feel free to contribute if you find new ip's operated by google.
1.0.0.0/24
1.1.1.0/24
1.2.3.0/24
8.6.48.0/21
8.8.8.0/24
8.35.192.0/21
8.35.200.0/21
8.34.216.0/21
8.34.208.0/21
23.236.48.0/20