Mosca : Manual Search Tool To Find Bugs Like A Grep Unix Command

Mosca is a manual analysis tool to find bugs like a grep unix command and since it is not dynamic the uses static code to search don’t confuse with academic views hahaha don’t have graph here or CFG which is a simple “grep”

  • egg modules is a config to find to vulnerabilities
  • you can use at C, PHP, javascript, ruby etc
  • Save results at XML file
  • create your own modules etc…
  • why static ?

Also Read – Box.JS : A Tool For Studying JavaScript Malware

R K

Recent Posts

jobs Command in Linux: List and Manage Background Processes

The jobs command is a Bash builtin that lists all background and suspended processes belonging to the…

11 hours ago

dmesg Command in Linux: Read and Filter Kernel Messages

The Linux kernel writes messages to the kernel ring buffer throughout the boot process and…

11 hours ago

How to Transfer Files with rsync over SSH: A Practical Guide

rsync over SSH combines secure encrypted transport with fast incremental transfers. Instead of copying every file…

11 hours ago

pstree Command in Linux: Visualize Running Process Hierarchies

The pstree command in Linux displays running processes in a tree structure rather than a flat list.…

11 hours ago

type Command in Linux: Show How the Shell Resolves a Name

The type command in Linux shows how the current shell would interpret a name typed on the…

1 day ago

How to Check Memory Usage in Linux: free, top, and /proc/meminfo

When a Linux system is slow or behaving unexpectedly, memory is one of the first…

1 day ago