Scripts & Codes pentester
  • Stronger Encryption and Decryption in Node.js
  • recon.sh
  • encode_decode.py
  • les.sh
  • suid.sh
  • basicforensiclinuxscript.sh
  • winrmrecon.py
  • WPAnalytics.php
  • Power Recon
  • Reverse Shells
  • cvemap_wrapper.ps1
  • wfuzz_crack_form_login.sh
Powered by GitBook
On this page

winrmrecon.py

#!/usr/bin/env python

import winrm

s = winrm.Session('192.168.31.216', auth=('IEuser', 'toor')) r = s.run_cmd('ipconfig', ['/all'])

print r.status_code print r.std_out print r.std_err

Previousbasicforensiclinuxscript.shNextWPAnalytics.php

Last updated 1 year ago

Page cover image