Skip to content

Commit

Permalink
Merge pull request #87 from fransosiche/main
Browse files Browse the repository at this point in the history
Adding smuggler.py
  • Loading branch information
ShutdownRepo authored Feb 23, 2023
2 parents 9e4a504 + 5a0417d commit bbf4bb2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sources/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3148,6 +3148,14 @@ function install_tshark() {
add-test-command "tshark --version"
}

function install_smuggler() {
colorecho "Installing smuggler.py"
git -C /opt/tools/ clone https://github.com/defparam/smuggler.git
add-aliases smuggler
add-history smuggler
add-test-command "smuggler.py --help"
}

function install_ldeep() {
colorecho "Installing ldeep"
python3 -m pipx install ldeep
Expand Down Expand Up @@ -3529,6 +3537,7 @@ function package_web() {
install_naabu # Fast port scanner
# install_gitrob # Senstive files reconnaissance in github
install_burpsuite
install_smuggler # HTTP Request Smuggling scanner
fapt swaks # Featureful, flexible, scriptable, transaction-oriented SMTP test tool
install_php_filter_chain_generator # A CLI to generate PHP filters chain and get your RCE
}
Expand Down
2 changes: 2 additions & 0 deletions sources/zsh/aliases.d/smuggler
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
alias smuggler='python3 /opt/tools/smuggler/smuggler.py'
alias smuggler.py='python3 /opt/tools/smuggler/smuggler.py'
1 change: 1 addition & 0 deletions sources/zsh/history.d/smuggler
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
smuggler -u "http://$TARGET/"

0 comments on commit bbf4bb2

Please sign in to comment.