cgranleese-r7

Results 10 comments of cgranleese-r7

@gwillcox-r7 Yea, I'm just getting around to the Docker stuff now and that was what the failing tests were telling me as well. So I'm reverting that now and will...

> My bad, looking at this closer it looks like you stripped the linked dependencies from the Gemfile.lock for debug.gem somehow; might need to add those back in for Docker...

Verified `linux/x64/shell/reverse_sctp` worked fine when testing against Kali. Was not able to get a shell on either Fedora 21 or 37. Ran `strace` and seems they don't support the protocol....

Ran `modinfo sctp` against Fedora 37 & 21 as well as Kali for comparison. ### Fedora 37 output ``` [foo@fedora ~]$ modinfo sctp filename: /lib/modules/6.0.7-301.fc37.x86_64/kernel/net/sctp/sctp.ko.xz license: GPL description: Support for...

### `cmd/unix/bind_socat_sctp` Tested against Kali Linux and everything worked as expected. ![image](https://user-images.githubusercontent.com/69522014/219411067-a172bfbb-8b76-46f4-8a58-9f341eb781b4.png) ### `linux/x64/shell/reverse_sctp` Tested against Kali Linux and everything worked as expected. ![image](https://user-images.githubusercontent.com/69522014/219412323-3bbd6057-2393-4660-90eb-4c411f983b19.png) ### `cmd/windows/python/shell_reverse_sctp` Tested against Windows 10...

@sempervictus That's my fault, I copy pasted the wrong results across. I had used the wrong workflow from my notes. Will update the results for that module once I'm on...

I'm just trying to get a RHEL environment setup to run some additional tests against these module. If you could get the `Lint / Lint msftidy (2.7) (pull_request)` tests passing,...

## RHEL 8.1 Tested `linux/x64/shell/reverse_sctp` against RHEL 8.1 and it seems it also doesn't support SCTP: ![image](https://user-images.githubusercontent.com/69522014/220129890-f9281cd3-7c87-47a6-b2c3-d5dca34c7316.png) `modinfo sctp` output: ![image](https://user-images.githubusercontent.com/69522014/220130074-adfafadd-d0b0-402c-a4ee-7c4be926c59c.png) > I guess thats the beauty of Linux -...

> Thanks for your pull request! Before this pull request can be merged, it must pass the checks of our automated linting tools. > > We use Rubocop and msftidy...

## Release Notes This PR adds SCTP sessions which Metasploit Framework can utilize for session transports similarly to TCP as it is a stream-wise transport.