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

Add LOOBin for textutil #62

Closed
yo-yo-yo-jbo opened this issue Apr 19, 2023 · 8 comments
Closed

Add LOOBin for textutil #62

yo-yo-yo-jbo opened this issue Apr 19, 2023 · 8 comments
Assignees

Comments

@yo-yo-yo-jbo
Copy link
Contributor

LOOBin description

No response

@infosecB infosecB added help wanted Extra attention is needed good first issue Good for newcomers labels Apr 21, 2023
@ezaspy
Copy link
Contributor

ezaspy commented Apr 23, 2023

I can take this one. Do you have a format of how you'd like the information? Similar to LOLBAS?

@infosecB infosecB removed help wanted Extra attention is needed good first issue Good for newcomers labels Apr 23, 2023
@infosecB
Copy link
Owner

@ezaspy check out the schema linked in the contributing instructions. You can also reference a the ones in the LOOBins/ folder.

@ezaspy
Copy link
Contributor

ezaspy commented Apr 30, 2023

Apologies, tried the following command but not working:

pip install pyloobins

ERROR: Could not find a version that satisfies the requirement pyloobins (from versions: none)
ERROR: No matching distribution found for pyloobins

Also tried

python3 -m pip install pyloobins

Same error...

@infosecB
Copy link
Owner

What version of Python are you running?

python3 --version

pyloobins requires 3.8 or above.

@infosecB
Copy link
Owner

You can also use the template example included at the end of the schema doc here:
https://github.com/infosecB/LOOBins/blob/main/docs/schema.md#yaml-example

@ezaspy
Copy link
Contributor

ezaspy commented May 3, 2023

What version of Python are you running?

python3 --version

pyloobins requires 3.8 or above.

I'm running Python 3.9.7

@infosecB
Copy link
Owner

infosecB commented May 4, 2023

Is your pip install up to date? Any chance your pip.conf is pointed to a non-PyPI repo? Anything that may be preventing your workstation from connecting to PyPI?

To save some time, I recommend using the template I linked above instead. The pyloobins CLI will essentially produce the same content.

@infosecB
Copy link
Owner

Closed by #96

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

No branches or pull requests

3 participants