소스 검색

Update FULLInj.sh

assume-breach 3 년 전
부모
커밋
ab7f21c9b3
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      Harriet/Harriet/FULLInj/FULLInj.sh

+ 0 - 5
Harriet/Harriet/FULLInj/FULLInj.sh

@@ -97,11 +97,6 @@ cat /dev/urandom | tr -dc '[:alpha:]' | fold -w ${1:-11} | head -n 1 > shell.txt
 Random7=$(cat shell.txt)
 sed -i "s/Random7/$Random7/g" Harriet/FULLInj/Resources/template.cpp
 
-#EXECUTE MEMORY
-cat /dev/urandom | tr -dc '[:alpha:]' | fold -w ${1:-5} | head -n 1 > shell.txt
-Random8=$(cat shell.txt)
-sed -i "s/Random8/$Random8/g" Harriet/FULLInj/Resources/template.cpp
-
 #Exec VARIABLE
 cat /dev/urandom | tr -dc '[:alpha:]' | fold -w ${1:-9} | head -n 1 > shell.txt
 Random8=$(cat shell.txt)