Skip to main content

⚡ Ultra-fast file discovery in directories with execute-only permission - Pure C acceleration with Python wrapper

Project description

rfind - Restricted File Finder

.

Overview

rfind is a security and system administration tool designed for situations where you have execute (x) permission on a directory but lack read (r) permission. In such cases, traditional directory listing commands like ls fail with "Permission denied", yet you can still access files if you know their names.

This tool helps you discover what files exist in such restricted directories through intelligent enumeration techniques.

The Problem

On Unix-like systems (including Linux and Android), directory permissions work like this:

  • Read (r) permission: List directory contents
  • Execute (x) permission: Access files within the directory (if you know their names)
  • Both are needed: To both list AND access files

When you have x but not r, you're in a "blind" situation - you can't see what's there, but you can touch what you find.

How rfind Helps

rfind provides several approaches to discover files:

  1. Smart pattern matching - Common file naming conventions
  2. Brute-force enumeration - Systematic checking of possible names
  3. Multi-process scanning - Leverage all CPU cores for speed
  4. Custom character sets - Tailor searches to specific environments

Use Cases

  • Security auditing - Discovering hidden or protected files
  • Digital forensics - Investigating system directories
  • System administration - Recovering from permission issues
  • Penetration testing - Exploring restricted environments
  • Android device analysis - Accessing protected system directories

Installation

pip install rfind

Basic Usage

# Scan a directory with limited permissions
rfind /system/bin

# Use smart mode for common patterns
rfind --smart /dev

Technical Details

The tool employs parallel processing to efficiently enumerate possible filenames based on:

· Length constraints (1-6 characters typically) · Character sets (alphanumeric, specific symbols, etc.) · Common naming patterns in Unix/Linux/Android systems

Ethical Use

This tool should only be used on:

· Systems you own or have explicit permission to test · For legitimate security auditing and system administration · Educational and research purposes

Development Status

Early alpha release. Core functionality is implemented with ongoing development for additional features and optimizations.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - see LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rfind-0.4.0.tar.gz (18.9 kB view details)

Uploaded Source

File details

Details for the file rfind-0.4.0.tar.gz.

File metadata

  • Download URL: rfind-0.4.0.tar.gz
  • Upload date:
  • Size: 18.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for rfind-0.4.0.tar.gz
Algorithm Hash digest
SHA256 e6b0686eb2de4c5e508e533d1f64c6904e0e0817b5058443da709e51e299e828
MD5 926eb061f94d18565f97c00c0ac22bd4
BLAKE2b-256 ce7375d30a43cd67a68168fe376bdad36d9d2ad68f66bbc7ee3ad1e741f74416

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page