offensive-tools/cryptography/factordb/SKILL.md
Auth/lab ref: public factorization database and simple JSON API for checking whether integers are prime, composite, or already factored.
npx skillsauth add aeondave/malskill factordbInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The fastest factorization step is the one somebody else already paid for.
Use FactorDB when you need to:
sagemath, rsactftool, or a different line of attack# Browser/API query
curl "https://factordb.com/api?query=5959"
# Example response shape
{"id":"5959","status":"FF","factors":[["59",1],["101",1]]}
status before trusting the result.sagemath, ECM, or a problem-specific attack.p - 1 or q - 1 structure checks after recovering factorsFF means fully factored in the typical workflow; partially solved composites need follow-up.No bundled scripts/, references/, or assets/.
Use the public API endpoint and site UI for current status and factor-list formatting.
development
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.