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

Fix shell-storm new API #902

Merged
merged 2 commits into from Nov 8, 2022
Merged

Fix shell-storm new API #902

merged 2 commits into from Nov 8, 2022

Conversation

JonathanSalwan
Copy link
Contributor

@JonathanSalwan JonathanSalwan commented Oct 20, 2022

Hey,

I've updated the shellcode format on shell-storm. Here is the fix on the gef plugin.

gef.py Outdated Show resolved Hide resolved
@Grazfather
Copy link
Collaborator

We could also use a regex.

re.compile(r"<pre>(.*?)</pre>", re.DOTALL |  re.IGNORECASE).findall(res)

@hugsy hugsy merged commit ea8273b into hugsy:dev Nov 8, 2022
hugsy added a commit that referenced this pull request Nov 8, 2022
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.

None yet

4 participants