Results 1 to 2 of 2

Thread: SQLmap output folder

  1. #1
    Join Date
    2014-Sep
    Posts
    4

    SQLmap output folder

    Hey I was hoping some one could help me out. I'm trying to change the default location that sqlmap outputs to right now it is

    /home/user/.sqlmap/output/www.somechessywebsite.com

    i have a mounted enFCS folder at, lets call it

    /Home/decrypt

    can i make it so that sqlmap outputs staight to the /Home/decrypt folde???

    thanls alot

    -gord

  2. #2
    Join Date
    2014-Sep
    Posts
    4
    Answered my own question
    Edited
    lib/core/common.py
    changed
    paths.SQLMAP_OUTPUT_PATH = getUnicode(paths.get("SQLMAP_OUTPUT_PATH", os.path.join(os.path.expanduser("~"), ".sqlmap", "output")), system=True)
    topaths.SQLMAP_OUTPUT_PATH = getUnicode(paths.get("SQLMAP_OUTPUT_PATH", os.path.join(os.path.expanduser("~"), "decrypt", "output")), system=True)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •