Skip to content

Instantly share code, notes, and snippets.

View TheToddLuci0's full-sized avatar

TheToddLuci0

View GitHub Profile
@knavesec
knavesec / poc.html
Last active February 6, 2024 20:50
External Email Warning Bypass
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
body {
display: none !important;
background:#FFFFFF !important;
}
@TheJJ
TheJJ / idracclient.py
Last active June 26, 2024 13:28
Dell iDRAC linux/mac/windows client launcher
#!/usr/bin/env python3
"""
Dell iDRAC client launcher for Linux, macOS and Windows.
probably works with Dell iDRAC 6/7/8
Downloads needed Java files and sets up port forwarding via SSH.
example usage: ./idracclient.py -J jumphost.lol.domain srv42-serviceprocessor.lol.domain
for more info, see ./idracclient.py --help