diff --git a/source/new_run.sh b/source/new_run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..62d81dd9e3ef02dc796e664149c513e163616703
--- /dev/null
+++ b/source/new_run.sh
@@ -0,0 +1,11 @@
+while :
+do
+	target_name=$(find . -size 0c )
+	echo $target_name
+	for i in $(cat $1)
+	do
+		python get_subDomain.py -u $i -c -w
+		sleep 5
+	done
+sleep 20
+done