All Projects â†’ kennell â†’ ftpknocker

kennell / ftpknocker

Licence: MIT license
🔑 ftpknocker is a multi-threaded scanner for finding anonymous FTP servers

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ftpknocker

publish-sftp
One-line command to quickly publish resources to a specified server
Stars: ✭ 41 (+7.89%)
Mutual labels:  ftp
ligolo-ng
An advanced, yet simple, tunneling/pivoting tool that uses a TUN interface.
Stars: ✭ 418 (+1000%)
Mutual labels:  pentest-tool
Industrial-Security-Auditing-Framework
ISAF aims to be a framework that provides the necessary tools for the correct security audit of industrial environments. This repo is a mirror of https://gitlab.com/d0ubl3g/industrial-security-auditing-framework.
Stars: ✭ 43 (+13.16%)
Mutual labels:  ftp
pyvoicechanger
Real Time Microphone Voice Changer Python 3.6+ App. Works with On-Line Games and VideoConferences!
Stars: ✭ 236 (+521.05%)
Mutual labels:  anonymity
twisted-honeypots
SSH, FTP and Telnet honeypots based on Twisted
Stars: ✭ 79 (+107.89%)
Mutual labels:  ftp
go-peer
Library for create secure and anonymity decentralized networks.
Stars: ✭ 74 (+94.74%)
Mutual labels:  anonymity
sqlscan
Quick SQL Scanner, Dorker, Webshell injector PHP
Stars: ✭ 140 (+268.42%)
Mutual labels:  pentest-tool
core-nodejs
âš¡ An FTP/FTPS/SFTP client with modern API.
Stars: ✭ 37 (-2.63%)
Mutual labels:  ftp
LAZYPARIAH
A tool for generating reverse shell payloads on the fly.
Stars: ✭ 121 (+218.42%)
Mutual labels:  pentest-tool
openMIC
Meter Information Collection System
Stars: ✭ 15 (-60.53%)
Mutual labels:  ftp
PyParser-CVE
Multi source CVE/exploit parser.
Stars: ✭ 25 (-34.21%)
Mutual labels:  pentest-tool
laravel-responsivefilemanager
Laravel Responsive File Manager integration
Stars: ✭ 13 (-65.79%)
Mutual labels:  ftp
WiCrackFi
Python Script to help/automate the WiFi hacking exercises.
Stars: ✭ 61 (+60.53%)
Mutual labels:  pentest-tool
alias-wallet
Official Alias source code repository
Stars: ✭ 5 (-86.84%)
Mutual labels:  anonymity
ftp-action
Automate copying your files via FTP using this GitHub action.
Stars: ✭ 90 (+136.84%)
Mutual labels:  ftp
fireftp
free, secure, cross-platform FTP/SFTP client for Firefox
Stars: ✭ 137 (+260.53%)
Mutual labels:  ftp
Enchilada
Enchilada is a filesystem abstraction layer written in C#
Stars: ✭ 29 (-23.68%)
Mutual labels:  ftp
fapro
Fake Protocol Server
Stars: ✭ 1,338 (+3421.05%)
Mutual labels:  ftp
reverie
Automated Pentest Tools Designed For Parrot Linux
Stars: ✭ 77 (+102.63%)
Mutual labels:  pentest-tool
PeekABoo
PeekABoo tool can be used during internal penetration testing when a user needs to enable Remote Desktop on the targeted machine. It uses PowerShell remoting to perform this task. Note: Remote desktop is disabled by default on all Windows operating systems.
Stars: ✭ 120 (+215.79%)
Mutual labels:  pentest-tool

🔑 ftpknocker

ftpknocker is a multi-threaded scanner for finding anonymous FTP servers

Code Climate Travis Codecov PyPI

Install

pip install ftpknocker

Usage

Usage: ftpknocker [OPTIONS] [TARGETS]...

Options:
  --threads INTEGER         Number of threads to utilize
  --port INTEGER            Port to scan
  --timeout FLOAT           Seconds before timeout
  --shuffle / --no-shuffle  Shuffle target list
  --help                    Show this message and exit.

Usage examples

The syntax for specifying targets is similar to nmap. Here are some examples:

Scan three individual IPs:

ftpknocker 192.168.1.1 192.168.1.2 192.168.1.3

Scan an entire IP-block using CIDR notation. In this example, a total of 256 hosts are scanned:

ftpknocker 192.168.1.0/24

Feed targets from a other program using a pipe (IPs must be sperated by newlines):

cat mytargets.txt | ftpknocker

Development and testing

  1. Clone the repository
  2. Install the requirements pip install -r requirements
  3. Run pytest
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].