Robin David

Results 10 repositories owned by Robin David

Captcha-basic-recognition

38
Stars
18
Forks
Watchers

Python module that intent to crack basic captcha engines using OpenCV and Pytesser

checksec

17
Stars
9
Forks
Watchers

Bash script to test executable properties like (PIE, RELRO, PaX, Canaries, ASLR). (Version derivated from the original one trapkit.de/tools/checksec.html

idasec

110
Stars
29
Forks
Watchers

IDA plugin for reverse-engineering and dynamic interactions with the Binsec platform

LSB-Steganography

739
Stars
267
Forks
Watchers

Python program to steganography files into images using the Least Significant Bit.

Motion-detection-OpenCV

246
Stars
134
Forks
Watchers

Python/OpenCV script that detect motion on webcam and allow record it to a file

OpenCV-tutorials

32
Stars
20
Forks
Watchers

Contain the hole source code of my OpenCV tutorial

pyADS

49
Stars
26
Forks
Watchers

Python module to manipulate NTFS Alternate Data Stream (ADS) in Python

pydes

65
Stars
91
Forks
Watchers

Basic but pure DES implementation in Python

pystack

22
Stars
12
Forks
Watchers

Pystack, is a python framework that allow to create small TCP/IP stacks in an easy manner in order to obtain a wanted behavior.

Pytesser

173
Stars
48
Forks
Watchers

Python wrapper for the tesseract OCR engine. The module is based on OpenCV