Results 1 to 1 of 1
-
31st Jul 2010, 04:16 PM #1OPMemberWebsite's:
Elite.SO Defendos.com Motionite.com[BATCH] Firewall - Allow/Deny Script
Here is a small script to allow/deny port access.
Download: http://xdc.xcoderz.net/file.php?id=12
Allow:
Code:@echo off color 0d echo. echo Allow Port set /p name=Name: set /p port=Port: firewall.exe /pa %port% "%name%" pause>null
Code:@echo off color 0d echo. echo Deny Port set /p port=Port: firewall.exe /pd %port% pause>null
l0calh0st Reviewed by l0calh0st on . [BATCH] Firewall - Allow/Deny Script Here is a small script to allow/deny port access. Download: http://xdc.xcoderz.net/file.php?id=12 Allow: @echo off color 0d echo. echo Allow Port set /p name=Name: Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[PHP] using ipRangeCalculate.php to deny IPs
By NewEraCracker in forum Web Development AreaReplies: 2Last Post: 27th Aug 2011, 09:22 PM -
[Hiring] Somenone to code simple batch script
By STiNKY in forum Completed TransactionsReplies: 0Last Post: 8th May 2011, 12:42 PM -
need help with some batch script
By techdaemon in forum Technical Help Desk SupportReplies: 0Last Post: 29th Mar 2011, 02:58 AM -
how to auto deny ip's via csf
By adanrott in forum Technical Help Desk SupportReplies: 3Last Post: 16th Mar 2011, 06:51 PM -
Batch script help
By SiNNER in forum Technical Help Desk SupportReplies: 6Last Post: 19th Jan 2011, 01:58 AM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...