Discord Icon GitHub Icon Hack The Box Icon
Logo
  • Home
  • Blog
  • Author
  • Privacy
  • Discord
  • GitHub
  • HackTheBox
  • Search
Menu

Kaladin

Cybersecurity Blog and Writeups
Kaladin
Page 1 of 1

Automating your VMware Homelab with Vagrant

By Kaladin Brightlord on 01 May 2022

Remember that old Catch-22: How can I get the job without any experience? How can I get any experience without the job? A Homelab helps with that.…

Python Selfbots and Webhooks in Discord Pt. 1

By Kaladin Brightlord in Python on 19 Jun 2021

Creating custom Discord selfbots when Discord's Webhooks aren't enough. With a dash of Python and a dab of Chrome Dev tools.…

Why Perl is better than Python for Exploit Development

By Kaladin Brightlord in ExploitDevelopment on 08 Jun 2021

This is a bold claim considering how much Python is used for writing exploits, however as we compare the output of some shellcode produced from both Perl and Python, you will see why Perl can be the better choice in most scenarios, or at least more straightforward. Two potential solutions…

Counting available host IP addresses - a classful approach

By Kaladin Brightlord in Python on 07 Jun 2021

Breaking it down These two functions take two IP addresses from a string and splits them into four octets, then it converts the octets to a packed IP/integer (octet value * 256^octet) and sums the values to return how many host addresses are available between the two. def ips_…

Convert IP addresses to integers

By Kaladin Brightlord in Python on 07 Jun 2021

Addresses in their packed form are useful when you need to calculate the first host, last host, or subnet addresses.…

Page 1 of 1

Topics

Python: 4 networking: 3 ExploitDevelopment: 1
Kaladin © 2025 System theme