Skip to content

Simple Servers

Description

The servers allow the transmission and reception of files. The following servers are easy to start and very useful to be effective quickly.

Usage

python3 -m http.server 8000
python3 /opt/tools/impacket/examples/smbserver.py -smb2support -user qu35t -password example share $(pwd)
python2 -m smtpd -n -c DebuggingServer :25
python3 -m pyftpdlib -p 21

Transfer

net use z: \\10.10.14.10\share
copy file.txt z:

References