Skip to content

Commit f640b45

Browse files
committed
chmod +x
1 parent 631dade commit f640b45

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

find_git_commit.py

100644100755
+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
import argparse
24
import re
35
import os
@@ -180,4 +182,4 @@ def run(files, root_dir, git_dir):
180182
run(valid_files, args.dir, git_dir)
181183

182184
if is_remote_git and not args.nodelete:
183-
shutil.rmtree(git_dir)
185+
shutil.rmtree(git_dir)

phpinfo-analyzer.py

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
import requests
24
import sys
35
from bs4 import BeautifulSoup

template.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def generateTemplate(baseUrl):
1414
import subprocess
1515
import urllib.parse
1616
from bs4 import BeautifulSoup
17-
from hackingscripts import util, fileserver, genRevShell
17+
from hackingscripts import util, fileserver, rev_shell
1818
1919
from urllib3.exceptions import InsecureRequestWarning
2020
requests.packages.urllib3.disable_warnings(category=InsecureRequestWarning)

0 commit comments

Comments
 (0)