Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humberry/SMBclient
Pythonista
https://github.com/humberry/SMBclient
Last synced: 3 months ago
JSON representation
Pythonista
- Host: GitHub
- URL: https://github.com/humberry/SMBclient
- Owner: humberry
- License: other
- Created: 2015-01-23T22:07:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T07:49:47.000Z (over 6 years ago)
- Last Synced: 2024-07-16T14:09:02.233Z (4 months ago)
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
Access Samba/Windows-Shares
===========================![alt text](https://img.shields.io/badge/iOS-11.x-lightgrey.svg?style=plastic "iOS 11.x")
![alt text](https://img.shields.io/badge/Pythonista-3.2-green.svg?style=plastic "Pythonista 3.2")
![alt text](https://img.shields.io/badge/Python-2.7-blue.svg?style=plastic "Python 2.7")Small ui example: upload/download/rename/delete files or make/remove directories. Use at your own risk, this worked with my mini wifi router usb share. I'm not responsible for data loses (please always backup your data:).
First you need to download the impacket python module: impacket-0.9.12.tar.gz
Then extract \impacket-0.9.12\impacket\ to the side-packages directory.
And you also need a copy of ntpath.py in your side-package directory.![](https://raw.githubusercontent.com/humberry/SMBclient/master/image000.jpg)