Community discussions

MikroTik App

Search found 28 matches

by PaRaN0iD
Tue Jan 08, 2013 12:42 pm
Forum: Scripting
Topic: Protect Your Script against kiddies!
Replies: 6
Views: 2534

Protect Your Script against kiddies!

Hi Guys For a while I was looking for protecting my own scripts against kiddies .So here we go may be it's simple but your script will be useless to most of them :global cont [/system script get "Your Script Name" value-name=source] ; :global contentLen [ :len $cont ] ; :if ([:len $cont] =...
by PaRaN0iD
Wed Jul 04, 2012 11:59 pm
Forum: Scripting
Topic: Why Wireless Lan not responding to PPPoE Scan?
Replies: 1
Views: 1117

Why Wireless Lan not responding to PPPoE Scan?

Hi Guys I'm trying here to scan Wireless Client side (Wlan1) for Rouge PPPoE Servers Using PPPoE Scanner Utility with Mikrotik But nothing discovered although I run a Rouge PPPoE server on some clients PC's My setup is: Wlan1----Bridge1-----ether1 The scanner working correctly on Bridge1 and discove...
by PaRaN0iD
Wed Jul 04, 2012 2:36 pm
Forum: Scripting
Topic: Protect My Script!
Replies: 3
Views: 1721

Re: Protect My Script!

Thank's it's Cleared now
by PaRaN0iD
Wed Jul 04, 2012 1:59 pm
Forum: Scripting
Topic: Bridge Filter Script (Bug!)
Replies: 3
Views: 1611

Bridge Filter Script (Bug!)

Hii Guys I'm Trying to filter some Mac's on using bridge filter I can do it manually and it's working when I tried to script the process I got errors My script : /interface bridge filter add chain=forward src-mac-address=$Evilmac /FF:FF:FF:FF:FF:FF action=drop; The error occurred in Colored Bold sec...
by PaRaN0iD
Tue Jul 03, 2012 8:54 pm
Forum: Scripting
Topic: Protect My Script!
Replies: 3
Views: 1721

Protect My Script!

Hi Guys

I need some help here
I want to protect my script so no one can read it inside Mikrotik Router
let's say scramble the script itself or make it unreadable?

is that possible and if no any other ways?

Thank you
by PaRaN0iD
Fri Jun 08, 2012 5:47 pm
Forum: Scripting
Topic: Check connected client HWID!
Replies: 15
Views: 4082

Re: Check connected client HWID!

The question is : if My client MAC is (00:11:22:33:44:55) & I give him (john) as radio name in Registration table then every time this client connected to my AP his radio name appear corresponding to his MAC? Right? what if a hacker spoof this MAC (00:11:22:33:44:55) and try to connect to my AP ...
by PaRaN0iD
Fri Jun 08, 2012 12:14 pm
Forum: Scripting
Topic: Check connected client HWID!
Replies: 15
Views: 4082

Re: Check connected client HWID!

radio_name is a name of radio, you can set the name in interface wireless in routerOS. So if I give a client with MAC (00:11:22:33:44:55) radio name (my client) MT router link the MAC with this radio name in data base but the hacker can easily spoof any MAC address in my Wlan so the script is usele...
by PaRaN0iD
Thu Jun 07, 2012 7:53 pm
Forum: Scripting
Topic: PPPOE attack and MAC address broadcast...
Replies: 1
Views: 1912

Re: PPPOE attack and MAC address broadcast...

may be add his MAC address to access list
by PaRaN0iD
Thu Jun 07, 2012 10:58 am
Forum: Scripting
Topic: Check connected client HWID!
Replies: 15
Views: 4082

Re: Check connected client HWID!

Thank you Guys "boen_robot" forgive me it's in Arabic the attack idea depend on how windows system at client side drop secure WiFi network "WPA" and trying to connect to unsecured one with signal strength strong than the secure one "c0d3rSh3ll" Thank you it's interestin...
by PaRaN0iD
Wed Jun 06, 2012 9:08 pm
Forum: Scripting
Topic: Check connected client HWID!
Replies: 15
Views: 4082

Re: Check connected client HWID!

Would you check this video
WPA Trap

http://www.mediafire.com/?qznnynneyun
by PaRaN0iD
Tue Jun 05, 2012 12:23 pm
Forum: Scripting
Topic: Check connected client HWID!
Replies: 15
Views: 4082

Re: Check connected client HWID!

Hii

Thank you for advise

but my situation is more complicated
it's easy here to spoof mac address so access list is useless
my bandwidth is limited so I don't want to use WPA

WPA fishing attack is easy

any ideas please
by PaRaN0iD
Wed May 30, 2012 8:43 pm
Forum: Scripting
Topic: Check connected client HWID!
Replies: 15
Views: 4082

Check connected client HWID!

Hii Guys Is that possible ? I want a script to check the wireless client (Hardware Identification Number) when the client connect to Mikrotik Compare the ID against Stored ID's if not kick him off course a third party software on trusted clients installed to communicate with! if that software exist ...
by PaRaN0iD
Thu Feb 16, 2012 10:00 pm
Forum: Scripting
Topic: Rouge MikroTik Server Killer Ready!
Replies: 6
Views: 2984

Re: Rouge MikroTik Server Killer Ready!

This info could be used against you PaRaN0iD. :lol:
it's another challenge to me & some kids pretend to be a hackers
let's punish them :D
by PaRaN0iD
Thu Feb 16, 2012 6:23 pm
Forum: Scripting
Topic: Rouge MikroTik Server Killer Ready!
Replies: 6
Views: 2984

Re: Rouge MikroTik Server Killer Ready!

Hi, I agree that your script could work - but simply turning off his IP neighbour discovery would prevent your from blocking him. I'd suggest you look into client isolation. Turning that on at the AP level will prevent the person from seeing other broadcasts -- if that's not an option you could loo...
by PaRaN0iD
Tue Feb 14, 2012 10:37 pm
Forum: Scripting
Topic: intercept output of command to variable
Replies: 2
Views: 1397

Re: intercept output of command to variable

Dump Log to file then get variable from file!
by PaRaN0iD
Tue Feb 07, 2012 8:58 pm
Forum: Scripting
Topic: How to use keyboard shortcuts with scripts?
Replies: 3
Views: 1695

Re: How to use keyboard shortcuts with scripts?

Ok I get it! :global result; :global resultLen; :global startLoc; :global endLoc; :global Evilmac; :global i; :global End 0; :global line ""; :global start 0; :foreach i in=[/file find ] do={ :if ([/file get $i value-name=name ] = "dump.txt") do={ /file remove $i ; } } /system lo...
by PaRaN0iD
Tue Feb 07, 2012 5:36 pm
Forum: Scripting
Topic: How to use keyboard shortcuts with scripts?
Replies: 3
Views: 1695

Re: How to use keyboard shortcuts with scripts?

results of scan cannot be saved to the variable.
Thank you

I just want to dump scan result to file then get file contents
by PaRaN0iD
Mon Feb 06, 2012 3:23 pm
Forum: Scripting
Topic: How to use keyboard shortcuts with scripts?
Replies: 3
Views: 1695

How to use keyboard shortcuts with scripts?

Hii guys I want to insert a pppoe scan command in a script like this: :global result; :global resultLen; :global startLoc; :global endLoc; :global Evilmac; :global i; :global mac mac; :global End 0; :global line ""; :global start 0; :foreach i in=[/file find ] do={ :if ([/file get $i value...
by PaRaN0iD
Sat Feb 04, 2012 8:02 pm
Forum: Scripting
Topic: Rouge MikroTik Server Killer Ready!
Replies: 6
Views: 2984

Rouge MikroTik Server Killer Ready!

Hii all We faced here a problem called "Fake mikrotik servers" hackers install mikrotik on virtual machine and run it in our wlan's with proper settings he can sniff out PPPOE secrets So I wrote this script with assisstance of this great forum to detect any rouge mikrotik server and kick i...
by PaRaN0iD
Mon Jan 30, 2012 4:41 pm
Forum: Scripting
Topic: Get variable in the fly OR from Dump file !possible
Replies: 1
Views: 1240

Re: Get variable in the fly OR from Dump file !possible

Any ideas Guys Come on!
by PaRaN0iD
Sat Jan 28, 2012 1:23 pm
Forum: Scripting
Topic: Get variable in the fly OR from Dump file !possible
Replies: 1
Views: 1240

Get variable in the fly OR from Dump file !possible

Hiii guys Using PPPOE Scan I got a rouge PPPOE server like this : http://s15.postimage.org/d0w1w6qqj/Untitled.jpg I'm trying here to write a script to pick the mac address of detected rouge PPPOE server & add it to access list I can do all of this except picking up the variable mac-address from ...
by PaRaN0iD
Mon Jan 23, 2012 1:35 pm
Forum: Scripting
Topic: pppoe scanner automation
Replies: 2
Views: 1311

Re: pppoe scanner automation

why not use ap-isolation in the access point
Not working for me I think the problem is in router it self
by PaRaN0iD
Sun Jan 22, 2012 11:35 am
Forum: Scripting
Topic: What's wrong with this script!
Replies: 5
Views: 3339

Re: What's wrong with this script!

This works... :local int; :local machack; :foreach int in=[/ip neighbor find] do={ :if ( [/ip neighbor get $int value-name=identity] = "Mikrotik" ) do={ :log info "Hacker!"; :local machack [/ip neighbor get $int value-name=mac-address]; /interface wireless access-list add mac-ad...
by PaRaN0iD
Sat Jan 21, 2012 5:58 pm
Forum: Scripting
Topic: What's wrong with this script!
Replies: 5
Views: 3339

What's wrong with this script!

Hii Guys I'm trying to detect untrusted fake Mikrotik router (installed by hacker on virtual machine) in my wlan & kick it out here is my simple script (noOBy one) :D :global int ; :foreach int in=[/ip neighbor find] do={ :if ( [/ip neighbor get $int value-name=identity ] = "MikroTik" ...
by PaRaN0iD
Wed Jan 18, 2012 4:39 pm
Forum: Scripting
Topic: pppoe scanner automation
Replies: 2
Views: 1311

pppoe scanner automation

Hiii Guyz The situation is: There are many PPPOE servers in my Wlan one of them is rouge server for hacking purpose I want to make a script which 1- Run PPPOE scanner supported by mikrotik router http://www.imgplace.com/img805/8140/53025149.th.jpg 2- Read the output mac addresses of discovered PPPOE...
by PaRaN0iD
Sun Jan 15, 2012 10:14 pm
Forum: Scripting
Topic: Retrieve Mac address from log
Replies: 0
Views: 651

Retrieve Mac address from log

Hiii guys

I want to retrieve mac address from log (like the highlighted one)

Image

then add this mac to access list

Thank you in advance
by PaRaN0iD
Sun Jan 08, 2012 9:48 pm
Forum: Scripting
Topic: Detect fake pppoe server script
Replies: 3
Views: 2955

Re: Detect fake pppoe server script

Thank you very much intersting informations how to make this pactically "To make it really secure you might need to create IP firewall filter rules to drop all PPPoE traffic between wlan clients and only allow PPPoE traffic between the wlan and ether ports." and just for interst how to mak...
by PaRaN0iD
Sun Jan 08, 2012 8:01 pm
Forum: Scripting
Topic: Detect fake pppoe server script
Replies: 3
Views: 2955

Detect fake pppoe server script

hiii guys some bad guys make fake pppoe server in my wlan to steal clients pppoe passwords I hope you can help me to write a script for this first detect the hacker fake server then disconnect it my simple idea say : make a pppoe client in my router then make a script which request a pppoe connectio...