Skip to content

Commit 9cbbcea

Browse files
fixed issue #4
1 parent 09e6b24 commit 9cbbcea

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog:
22

3+
v.1.7.2 (17 November 2017)
4+
* Fixed critical issue #4 by steel9
5+
36
v.1.7.1 (26 September 2017)
47
* Smaller optimizations and fixes
58

installer/fsp-installer.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SET @proc='WinDbg.exe','idaq.exe','wireshark.exe','vmacthlp.exe','VBoxService.ex
1818
:: Title and Version code
1919
TITLE Fake Sandbox Processes Installer
2020
COLOR 0F
21-
SET @v=1.7.1
21+
SET @v=1.7.2
2222
SET path=%~dp0
2323

2424
:: Just some nice user interface things
@@ -76,9 +76,9 @@ echo New-Item -Type Directory -Path $binloc
7676
echo $oldpwd = $pwd
7777
echo Set-Location $binloc
7878
echo foreach ($proc in $fakeProcesses^) {
79-
echo Copy-Item c:\windows\system32\ping.exe '$binloc\$proc'
80-
echo Start-Process '.\$proc' -WindowStyle Hidden -ArgumentList '-t -w 3600000 -4 1.1.1.1'
81-
echo write-host '[+] Spawned $proc'
79+
echo Copy-Item c:\windows\system32\ping.exe "$binloc\$proc"
80+
echo Start-Process ".\$proc" -WindowStyle Hidden -ArgumentList "-t -w 3600000 -4 1.1.1.1"
81+
echo write-host "[+] Spawned $proc"
8282
echo }
8383
echo Set-Location $oldpwd
8484
)>%appdata%\FakeSandboxProcesses\fsp.ps1

updater/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.1
1+
1.7.2

0 commit comments

Comments
 (0)