chvancooten / NimPlant

A light-weight first-stage C2 implant written in Nim.
MIT License
779 stars 109 forks source link

Make the Server HTTP Header configurable #8

Closed thehackerish closed 1 month ago

thehackerish commented 1 year ago

This commit makes the Server HTTP Header configurable from the config.toml file

chvancooten commented 1 year ago

Thanks for this PR, really enjoyed the video where you came up with it :) As discussed in https://github.com/chvancooten/NimPlant/issues/4 as well, this measure was added on purpose to prevent people from blindly running the tool, and to an extent to prevent abuse with it. Marking this as a "won't-fix" because of that reason, but I'll keep the PR open for curious minds to explore 😄

thehackerish commented 1 year ago

Ah! I hadn't seen the issue you referenced, and I totally understand the motivation behind it. I agree with the decision 👍 Thanks for the feedback about the Youtube video, I enjoyed going through the process of understanding the Framework.

Sh0ckFR commented 1 year ago

This is a really great idea, good job @chvancooten