Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a few useful cli-tools for managing info in metasploit style #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

s0i37
Copy link

@s0i37 s0i37 commented Jul 21, 2021

A few useful plugins for managing information in metasploit-style.

fplugin -w workspace nets --options
fplugin -w workspace hosts --options
fplugin -w workspace services --options
fplugin -w workspace vulns --options
fplugin -w workspace notes --options

All Plugins have the same syntax.

Networks

Showing network statistics:

nets

Hosts

Import hosts to a workspace:

hosts

Deleting hosts:

hosts2

Changing host properties:

hosts3

Dumping all properties of host:

hosts4

Adding hostname information for some host:

hosts5

Changing MAC-address:

hosts6

Services

Adding and changing ports:

services

Set output default columns:

services2

Save all IPs in a file:

services3

Vulnerabilities

Add vulnerabilities:

vulns

Searching vulnerabilities:

vulns2

Delete vulnerability:

vulns3

Notes

Adding notes (vulns with severity info):

notes

Delete notes:

notes2

Searching notes with specified columns:

notes3

@aenima-x
Copy link
Contributor

@s0i37 great work, unfortunately this tool is deprecated.
It was replaced with faraday-cli, feel free to make a PR to that repo.
Its very similar to what you have done here

@f-amato
Copy link
Contributor

f-amato commented Jul 21, 2021

Thanks for using Faraday @s0i37 and your code contribution! ❤️ Take a look to our latest news of faraday-cli: https://medium.com/faraday/get-to-know-the-latest-updates-in-our-plataform-knew-integrations-and-api-d7b0565a958f
You can start using Faraday cli from: https://github.com/infobyte/faraday-cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants