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

networking

Page 1 of 1

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.…

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