Skip to content

Instantly share code, notes, and snippets.

View idlesign's full-sized avatar
🐍

Igor Starikov idlesign

🐍
View GitHub Profile
@idlesign
idlesign / smbclient.py
Last active March 7, 2018 10:20 — forked from jean-helsinki/gist:85b3ea97b7445abdd9a7
smbclient Python Wrapper using pexpect
# -*- coding: utf-8 -*-
"""
https://gist.github.com/idlesign/6000f730a7fa2421b34a5287d6011a8b
Based on
https://gist.github.com/jean-helsinki/85b3ea97b7445abdd9a7
"""
from __future__ import unicode_literals