Skip to content

Instantly share code, notes, and snippets.

@D4n13l3k00
Last active December 18, 2021 05:44
Show Gist options
  • Save D4n13l3k00/dfe5b9e778164b1b088165e9dd70817b to your computer and use it in GitHub Desktop.
Save D4n13l3k00/dfe5b9e778164b1b088165e9dd70817b to your computer and use it in GitHub Desktop.
VanityGenPlus on Google Colab
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "Untitled2.ipynb",
"provenance": [],
"authorship_tag": "ABX9TyNQlX3RnuwlRwTqNd0YIPVU",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
},
"accelerator": "GPU"
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/gist/D4n13l3k00/dfe5b9e778164b1b088165e9dd70817b/VanityGenPlus.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "TxBpwVYzQ1zP"
},
"source": [
"# Download VanityGen Plus"
]
},
{
"cell_type": "code",
"metadata": {
"id": "KDJ-exuMSEV_"
},
"source": [
"%cd ~/"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "xp1Q7k9PVVYY"
},
"source": [
"!wget http://ftp.us.debian.org/debian/pool/main/g/glibc/libc6-udeb_2.24-11+deb9u4_amd64.udeb\n",
"!dpkg -i libc6-udeb_2.24-11+deb9u4_amd64.udeb\n",
"!wget http://ftp.de.debian.org/debian/pool/main/o/openssl1.0/libcrypto1.0.2-udeb_1.0.2u-1~deb9u1_amd64.udeb\n",
"!dpkg -i libcrypto1.0.2-udeb_1.0.2u-1~deb9u1_amd64.udeb\n",
"!rm libc6-udeb_2.24-11+deb9u4_amd64.udeb && rm libcrypto1.0.2-udeb_1.0.2u-1~deb9u1_amd64.udeb"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "hSYSaTG_Qxao"
},
"source": [
"!wget https://github.com/exploitagency/vanitygen-plus/releases/download/PLUS1.53/linux-binary.tar.gz -O vanitygen.tar.gz"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "UzN5vuDgRwvG"
},
"source": [
"!tar -xvzf vanitygen.tar.gz"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "4kBx5GYZR8pA"
},
"source": [
"%cd linux-binary"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "Uy-CNZcqX5Vh"
},
"source": [
"# Use it!"
]
},
{
"cell_type": "code",
"metadata": {
"id": "_35Xw5cPX8OF",
"colab": {
"base_uri": "https://localhost:8080/"
},
"outputId": "083db255-50f7-4c8b-edba-f143bd861e6b"
},
"source": [
"!./oclvanitygen -i 1urn4me"
],
"execution_count": null,
"outputs": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment