Skip to content

Commit

Permalink
Fixed upload path for ssh upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Mar 11, 2022
1 parent 7adc4ac commit d8ed11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Payload_Type/tetanus/agent_code/src/ssh/upload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub fn upload_file(
let file_id = args.upload.as_ref().unwrap();

// Get the path to the file to upload
let upload_path = args.upload.as_ref().unwrap();
let upload_path = args.upload_path.as_ref().unwrap();

// Send the initial upload information to Mythic
tx.send(json!({
Expand Down

0 comments on commit d8ed11a

Please sign in to comment.