Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am rhaidiz on github.
  • I am rhaidiz (https://keybase.io/rhaidiz) on keybase.
  • I have a public key ASBusjs0FsaFNkCjRUy9KjMp877Eb3XtKDV7asRojhthNQo

To claim this, I am signing this object:

#!/usr/bin/env python3.5
# -*- coding: utf-8 -*-
import os
import re
import logging
import argparse
# create logger, set to from from INFO up to CRITICAL
logger = logging.getLogger("rename")
@rhaidiz
rhaidiz / sqlmapapiwrapper.py
Last active April 22, 2023 21:22
sqlmap APIs wrapper
#!/usr/bin/env python3.5
"""
This library provides convenient methods for executing
and accessing sqlmap APIs.
NOTE: Tested only with python3.5
"""
import time