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

193 resolve docs issues #195

Merged
merged 12 commits into from
Jun 15, 2023
Merged

193 resolve docs issues #195

merged 12 commits into from
Jun 15, 2023

Conversation

hulto
Copy link
Collaborator

@hulto hulto commented May 6, 2023

Adds golem to toc and fixes doc typos.

@hulto hulto linked an issue May 6, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented May 6, 2023

Codecov Report

Merging #195 (b2780d9) into main (b890003) will decrease coverage by 2.73%.
The diff coverage is 90.00%.

@@            Coverage Diff             @@
##             main     #195      +/-   ##
==========================================
- Coverage   72.75%   70.03%   -2.73%     
==========================================
  Files          83       83              
  Lines        4695     4655      -40     
==========================================
- Hits         3416     3260     -156     
- Misses       1194     1310     +116     
  Partials       85       85              
Impacted Files Coverage Δ
implants/eldritch/src/pivot/port_forward_impl.rs 0.00% <0.00%> (ø)
implants/eldritch/src/pivot.rs 47.36% <100.00%> (ø)
implants/eldritch/src/pivot/port_scan_impl.rs 80.05% <100.00%> (-1.11%) ⬇️

... and 10 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -223,10 +228,12 @@ The <b>pivot.arp_scan</b> method is being proposed to allow users to enumerate h
The <b>pivot.port_forward</b> method is being proposed to providde socat like functionality by forwarding traffic from a port on a local machine to a port on a different machine allowing traffic to be relayed.

### pivot.ncat
`pivot.ncat(address: str, port: int, data: str, str: portocol ) -> str`
`pivot.ncat(address: str, port: int, data: str, portocol: str ) -> str`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

portocol, or protocol?

Copy link
Collaborator

@Milkshak3s Milkshak3s May 18, 2023

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅 just wish I knew how to spell.

@Milkshak3s Milkshak3s self-requested a review May 23, 2023 21:32
Copy link
Collaborator

@Milkshak3s Milkshak3s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hulto
Copy link
Collaborator Author

hulto commented May 23, 2023

Yep haven't implemented those changes yet.

@hulto hulto linked an issue Jun 11, 2023 that may be closed by this pull request
@hulto hulto merged commit 24b3700 into main Jun 15, 2023
@hulto hulto deleted the 193-resolve-docs-issues branch June 15, 2023 02:13
hulto added a commit that referenced this pull request Jun 16, 2023
* Updated docs.

* Added golem to toc.

* Fix typo start to sort by name.

* Add assets docs.

* Unified wording.

* Clean up spelling.
Cictrone added a commit that referenced this pull request Jun 16, 2023
* sysshell now return dict with stdout stderr status

* Expanded sys exec output.

* Update tests.yml (#207)

* Update tests.yml

needed

* Update tests.yml

ugg windows

* Update tests.yml

fml

* 182 eldritch sleep blocks imix agent (#208)

* Couple tests.

* Resolve async errors.

* 193 resolve docs issues (#195)

* Updated docs.

* Added golem to toc.

* Fix typo start to sort by name.

* Add assets docs.

* Unified wording.

* Clean up spelling.

* Update tests.

* Removed double defined test.

---------

Co-authored-by: Nicholas O'Brien <[email protected]>
KCarretto pushed a commit that referenced this pull request Feb 1, 2024
 
193 resolve docs issues (#195)

* Updated docs.

* Added golem to toc.

* Fix typo start to sort by name.

* Add assets docs.

* Unified wording.

* Clean up spelling.
KCarretto pushed a commit that referenced this pull request Feb 1, 2024
 
194 expand shell command to return exit code and stderr (#209)

* sysshell now return dict with stdout stderr status

* Expanded sys exec output.

* Update tests.yml (#207)

* Update tests.yml

needed

* Update tests.yml

ugg windows

* Update tests.yml

fml

* 182 eldritch sleep blocks imix agent (#208)

* Couple tests.

* Resolve async errors.

* 193 resolve docs issues (#195)

* Updated docs.

* Added golem to toc.

* Fix typo start to sort by name.

* Add assets docs.

* Unified wording.

* Clean up spelling.

* Update tests.

* Removed double defined test.

---------

Co-authored-by: Nicholas O'Brien <[email protected]>
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.

file.template isn't documented. Resolve docs issues
2 participants