Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

FTP Protocol Addition #639

Merged
merged 2 commits into from
Sep 25, 2022
Merged

FTP Protocol Addition #639

merged 2 commits into from
Sep 25, 2022

Conversation

RomanRII
Copy link
Contributor

Summary: Added functionality for CME to utilize the FTP protocol to conduct sprays against.
Imports: 'ftplib'

image

@mpgn mpgn linked an issue Sep 11, 2022 that may be closed by this pull request
@mpgn
Copy link
Contributor

mpgn commented Sep 18, 2022

Hello @RomanRII , thanks for the addition. I think it can be better to let the user type the command -u anonymous -p 'ggg' so he can understand what he is doing. Using smb we have null session => -u ''-p '' and anonymous session => -u anonymous -p 'ggg'.

It is better to remove the two line for me to keep the logic consistent with the other protocols. Review my commit and let me know.

@mpgn mpgn added the in review label Sep 18, 2022
@RomanRII
Copy link
Contributor Author

@mpgn Sounds reasonable to me. Looks good! I’ll keep that in mind for the future, thank you!

@mpgn mpgn added all good tested in my lab and removed in review labels Sep 23, 2022
@mpgn mpgn merged commit 21b5adb into byt3bl33d3r:master Sep 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
all good tested in my lab enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Add FTP/SFTP Support
2 participants