Tuesday, August 25, 2020

The Pillager 0.7 Release

I spent the last couple days recoding the Pillager, getting rid of bugs, optimizing code, making it more extendable and more solid overall. So this post is to release the new code.  However, with that being said, the Pillager is in mass revision right now and I added some more developers to the team to add a whole host of new database attacking features as well as moving past databases and into other areas of post exploitation pillaging. Soon to be released..  As usual this tool and any tool i create is based on my issues when performing penetration tests and solves those problems.. If you have any insight or comments i will certainly take them into consideration for future releases.

For now check out Version 0.7.. Named searches and Data searches via external config files are now functioning properly as well as other bugs fixed along the way... Drop this in a BT5 VM and make sure you have your DB python stuff installed per the help docs and you should be good to go.  If you are looking to use oracle you are going to have to install all the oracle nonsense from oracle or use a BT4r2 vm which has most of the needed drivers minus cxoracle which will need to be installed.

http://consolecowboys.org/pillager/pillage_0.7.zip



Ficti0n$ python pillager.py
 
[---] The Database Pillager (DBPillage) [---]
[---] CcLabs Release [---]
[---] Authors: Ficti0n, [---]
[---] Contributors: Steponequit [---]
[---] Version: 0.7 [---]
[---] Find Me On Twitter: ficti0n [---]
[---] Homepage: http://console-cowboys.blogspot.com [---]

Release Notes:
 --Fixed bugs and optimized code
 --Added Docstrings
 --Fixed Named and Data searches from config files                 

About:
The Database Pillager is a multiplatform database tool for searching and browsing common
database platforms encountered while penetration testing. DBPillage can be used to search
for PCI/HIPAA data automatically or use DBPillage to browse databases,display data.
and search for specified tables/data instances.
DBpillage was designed as a post exploitation pillaging tool with a goal of targeted
extraction of data without the use of database platform specific GUI based tools that
are difficult to use and make my job harder.

Supported Platforms:
        --------------------
-Oracle
-MSSQL
-MYSQL
        -PostGreSQL
     

        Usage Examples:
        ************************************************************************
        
        For Mysql Postgres and MsSQL pillaging:
        ---------------------------------------
        python dbPillage -a [address] -d [dbType] -u [username] -p [password]
        
        
        For Oracle pillaging you need a SID connection string:
        ------------------------------------------------------
        python dbPillage-a [address]/[sid] -d [dbType] -u [username] -p [password]
        

        Grab some hashes and Hipaa specific:(Default is PCI)
        ------------------------------------
        python dbPillage -a [address] -d [dbType] -u [username] -p [password] --hashes -s hipaa


Drop into a SQL CMDShell:
-------------------------
        python dbpillage.py -a [address] -d [dbType] -u [username] -p [password] -q

Config file specified searches:
-------------------------------
Search for data Items from inputFiles/data.txt:
        python dbpillage.py -a [address] -d [dbType] -u [username] -p [password] -D

Search for specific table names from inputFiles/tables.txt:
python dbpillage.py -a [address] -d [dbType] -u [username] -p [password] -N

     
     
        Switch Options:
        ---------------------
        -# --hashes = grab database password hashes
        -l --limit  = limit the amount of rows that are searched or when displaying data (options = any number)
        -s --searchType = Type of data search you want to perform (options:pci, hipaa, all)(PCI default)
        -u --user = Database servers username
        -p --pass = Password for the database server
        -a --address = Ipaddress of the database server
        -d --database = The database type you are pillageing (options: mssql,mysql,oracle,postgres)
        -r --report = report format (HTML, XML, screen(default))
        -N --nameSearch = Search via inputFiles/tables.txt
        -D --dataSearch = Targeted data searches per inputFiles/data.txt
-q --queryShell = Drop into a SQL CMDshell in mysql or mssql
     
     
        Prerequisites:
        -------------
        python v2  (Tested on Python 2.5.2 BT4 R2 and BT5 R3 - Oracle stuff on BT4r2 only unless you install the drivers from oracle)
        cx_oracle (cx-oracle.sourceforge.net)
        psycopg2  (initd.org/psycopg/download/)
        MySQLdb   (should be on BT by default)
        pymssql   (should be on BT by default)
     

Related links


  1. Hacker Tools Apk
  2. Hack Tools Pc
  3. Pentest Tools Open Source
  4. Pentest Tools Bluekeep
  5. Hacking Tools Hardware
  6. Hacker Tools For Windows
  7. Pentest Tools Alternative
  8. Hacking Tools For Games
  9. Pentest Reporting Tools
  10. New Hack Tools
  11. What Are Hacking Tools
  12. Hackrf Tools
  13. Termux Hacking Tools 2019
  14. Pentest Reporting Tools
  15. Hacker Tools Apk
  16. Hack Tools Download
  17. Pentest Tools Website
  18. Hack Tools Mac
  19. Tools 4 Hack
  20. Pentest Tools Website
  21. Hack Tools Mac
  22. Hacks And Tools
  23. Pentest Tools Subdomain
  24. Hacker Tools Linux
  25. Pentest Tools Kali Linux
  26. Blackhat Hacker Tools
  27. Free Pentest Tools For Windows
  28. Black Hat Hacker Tools
  29. Wifi Hacker Tools For Windows
  30. Pentest Tools
  31. Computer Hacker
  32. Hacking Tools Software
  33. How To Install Pentest Tools In Ubuntu
  34. Hacker Tool Kit
  35. Pentest Tools Apk
  36. Blackhat Hacker Tools
  37. Pentest Recon Tools
  38. Pentest Tools Port Scanner
  39. Tools 4 Hack
  40. How To Install Pentest Tools In Ubuntu
  41. Usb Pentest Tools
  42. Hacker Hardware Tools
  43. Hack Tools 2019
  44. Pentest Tools Github
  45. Hacking Tools For Windows 7
  46. Android Hack Tools Github
  47. Pentest Tools For Windows
  48. Pentest Tools Android
  49. Hacker Tools Linux
  50. Pentest Tools For Android
  51. Physical Pentest Tools
  52. Underground Hacker Sites
  53. Hacker Tools Software
  54. Pentest Tools Framework
  55. Hak5 Tools
  56. Pentest Tools Kali Linux
  57. Pentest Tools Review
  58. Pentest Tools Find Subdomains
  59. Hacker
  60. Pentest Tools Bluekeep
  61. Hacker Tools For Ios
  62. Pentest Tools Website
  63. Hack Tool Apk No Root
  64. Hacker Tools For Windows
  65. Hacker Security Tools

No comments:

Post a Comment