Skip to content

Instantly share code, notes, and snippets.

View hackison's full-sized avatar
🎯
Focusing

Hackison hackison

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am hackison on github.
  • I am hackison (https://keybase.io/hackison) on keybase.
  • I have a public key ASDnUSlsZ6shfJqRBefUNXSOuS2iMPuRrwGLjId3hS7kMQo

To claim this, I am signing this object:

@hackison
hackison / signing-vbox-kernel-modules.md
Created October 18, 2019 06:46 — forked from reillysiemens/signing-vbox-kernel-modules.md
Signing VirtualBox Kernel Modules

Signing VirtualBox Kernel Modules

These are the steps I followed enable VirtualBox on my laptop without disabling UEFI Secure Boot. They're nearly identical to the process described on [Øyvind Stegard's blog][blog], save for a few key details. The images here are borrowed from the [Systemtap UEFI Secure Boot Wiki][systemtap].

  1. Install the VirtualBox package (this might be different for your platform).
    src='https://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo'
@hackison
hackison / NetSecCheck.md
Created June 16, 2019 18:04 — forked from MrMugiwara/NetSecCheck.md
Network Security VAPT Checklist

Hi dear reader, there are very few technical network security assessment checklist. So I thought to share my own on this. Have a look and enjoy. Lets talk about the scope first. If you are given a 1000 machines to perform VAPT, then here is your scope. Single machine can have 65535 ports open. Any single port can deploy any service software from the world. For example FTP can be run on smartftp, pureftpd etc.. Any single FTP software version (for example pureftpd 1.0.22) can have number of vulnerabilities available. So if you multiply all of these, then it is impossible for any auditor to go ahead and probe all ports manually and find services manually. Even if he/she is able to do it, it is impossible to check all vulnerabilities that are pertaining to a single port of a single machine. Hence we have to rely on scanners such as nexpose, nessus, openvas, coreimpact etc. Here are some quick tools and test cases that one can perform on commonly found ports in the network pentest.

Identify live host