Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samratashok committed Jul 29, 2014
1 parent 1612e9c commit d187e85
Show file tree
Hide file tree
Showing 27 changed files with 4,473 additions and 35 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.5.0
- Added Execute Shellcode for Windows (under Execution menu).
- Added "Dump passwords in plain" for Windows (under Gather menu).
- Added "Copy SAM (VSS)" for Windows (under Gather menu).
- Added "Dump Process Memory" for Windows (under Gather menu).
- Added "Dump Windows Vault Credentials" for Windows (under Gather menu).
- Added "Add a user and Enable Powershell Remoting" for Windows (under Manage menu).
- Added support for Gems bundler.
- Added more banners of Kautilya.
- Fixed a bug where Kautilya was not closing output files.
0.4.6
- Added Get Screenshots Windows payload.
0.4.5.3
Expand Down
9 changes: 9 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
source 'https://rubygems.org'
#For custom prompts
gem 'highline'
#For UI
gem 'colored'
#For Banner
gem 'artii'
#For Windows systems
gem 'win32console' if ((/cygwin|mswin|mingw|bccwin|wince|emx/ =~ RUBY_PLATFORM) != nil)
16 changes: 16 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
GEM
remote: https://rubygems.org/
specs:
artii (2.0.4)
colored (1.2)
highline (1.6.21)
win32console (1.3.2-x86-mingw32)

PLATFORMS
x86-mingw32

DEPENDENCIES
artii
colored
highline
win32console
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@
- WLAN keys dump
- Get Target Credentials
- Dump LSA Secrets

- Dump passwords in plain
- Copy SAM (VSS)
- Dump Process Memory
- Dump Windows Vault Credentials
-
######Execute
- Download and Execute
- Connect to Hotspot and Execute code
- Code Execution using Powershell
- Code Execution using DNS TXT queries
- Download and Execute PowerShell Script
- Execute ShellCode

######Backdoor
- Sethc and Utilman backdoor
Expand All @@ -38,6 +43,7 @@
- Edit the hosts file
- Add a user and Enable RDP
- Add a user and Enable Telnet
- Add a user and Enable Powershell Remoting

######Misc
- Browse and Accept Java Signed Applet
Expand Down Expand Up @@ -76,15 +82,12 @@ For any queries, discussions and feedback, post to official google group http://
#####Bugs and Feature requests
Raise an issue or post to the google group.

#####Required Gems
You need colored and highline gem to use Kautilya
"gem install colored"
"gem install highline"
#####Dependencies
Kautilya needs colored, highline and artii (and win32console on Windows) gems. Use

In some cases you may need to install gems to user home dir
"gem install --user-install colored"
"gem install --user-install highline"
bundle install

to install all the required gems.
#####Contributing
I am always looking for contributors to Kautilya. Please submit requests or drop me email.

Expand All @@ -99,7 +102,10 @@ Part 3: http://labofapenetrationtester.blogspot.in/2012/04/teensy-usb-hid-for-pe

Part 4: http://labofapenetrationtester.blogspot.in/2012/05/teensy-usb-hid-for-penetration-testers.html

Part 5: http://labofapenetrationtester.blogspot.in/2012/09/usb-hid-for-pen-testers-part5.html
Part 5: http://labofapenetrationtester.blogspot.in/2012/09/usb-hid-for-pen-testers-part5.html

All posts related to Kautilya
http://www.labofapenetrationtester.com/search/label/Kautilya

#####Credits
Due Credits and Borrowed Code: I do not put credits of any borrowed code inside the payloads generated by Kautilya to save space. Credits and thanks are generally mentioned either in the description of payloads or accompanying blog post. If you think I missed any due credit, please let me know. I will add the credits with apologies.
Expand Down
402 changes: 402 additions & 0 deletions extras/Get-VaultCredential.ps1

Large diffs are not rendered by default.

2,731 changes: 2,731 additions & 0 deletions extras/Invoke-Mimikatz.ps1

Large diffs are not rendered by default.

Loading

0 comments on commit d187e85

Please sign in to comment.