473,327 Members | 2,069 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

brute force

Chaps,
I'm looking for a brute force string search. I'd like to use it on a
form and out the result of each 'pass' into a text box line.
Cheers

Nov 16 '05 #1
7 5010
didgerman wrote:
Chaps,
I'm looking for a brute force string search. I'd like to use it on a
form and out the result of each 'pass' into a text box line.
Cheers


Use a regular expression and collect the matches of that expression and
enlist the matches in the textbox.

FB
--
Get LLBLGen Pro, the new O/R mapper for .NET: http://www.llblgen.com
My .NET Blog: http://weblogs.asp.net/fbouma
Microsoft C# MVP
Nov 16 '05 #2
didgerman wrote:
Chaps,
I'm looking for a brute force string search. I'd like to use it on a
form and out the result of each 'pass' into a text box line.
Cheers


Use a regular expression and collect the matches of that expression and
enlist the matches in the textbox.

FB
--
Get LLBLGen Pro, the new O/R mapper for .NET: http://www.llblgen.com
My .NET Blog: http://weblogs.asp.net/fbouma
Microsoft C# MVP
Nov 16 '05 #3

"Frans Bouma [C# MVP]" <pe******************@xs4all.nl> wrote in
message news:xn***************@msnews.microsoft.com...
didgerman wrote:
Chaps,
I'm looking for a brute force string search. I'd like to use it on a form and out the result of each 'pass' into a text box line.
Cheers
Use a regular expression and collect the matches of that expression

and enlist the matches in the textbox.

FB
--
Get LLBLGen Pro, the new O/R mapper for .NET: http://www.llblgen.com
My .NET Blog: http://weblogs.asp.net/fbouma
Microsoft C# MVP


Ok, thanks.
Anyone else used brute force?

Nov 16 '05 #4

"Frans Bouma [C# MVP]" <pe******************@xs4all.nl> wrote in
message news:xn***************@msnews.microsoft.com...
didgerman wrote:
Chaps,
I'm looking for a brute force string search. I'd like to use it on a form and out the result of each 'pass' into a text box line.
Cheers
Use a regular expression and collect the matches of that expression

and enlist the matches in the textbox.

FB
--
Get LLBLGen Pro, the new O/R mapper for .NET: http://www.llblgen.com
My .NET Blog: http://weblogs.asp.net/fbouma
Microsoft C# MVP


Ok, thanks.
Anyone else used brute force?

Nov 16 '05 #5

"didgerman" <aw******@hotmail.com> a écrit dans le message de
news:Vhslc.23$Zd7.11@newsfe1-win...

Ok, thanks.
Anyone else used brute force?


Brute force is the worst thing you could use. Think about the time you would
spend to look over the whole solutions' space.
Nov 16 '05 #6

"didgerman" <aw******@hotmail.com> a écrit dans le message de
news:Vhslc.23$Zd7.11@newsfe1-win...

Ok, thanks.
Anyone else used brute force?


Brute force is the worst thing you could use. Think about the time you would
spend to look over the whole solutions' space.
Nov 16 '05 #7

"Mathieu Chavoutier" <No****@NoSpam.org> wrote in message
news:Ou****************@TK2MSFTNGP11.phx.gbl...

"didgerman" <aw******@hotmail.com> a écrit dans le message de
news:Vhslc.23$Zd7.11@newsfe1-win...

Ok, thanks.
Anyone else used brute force?
Brute force is the worst thing you could use. Think about the time

you would spend to look over the whole solutions' space.


Yeah, you're right, but the 'n' value will always be small, so it
hardly seems worth using anything else.

Nov 16 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: David Garamond | last post by:
Is there an option for mysqld to add a sleep() call after each failed connection request, before reporting to the client (to slow down brute force attack)? I glanced at the manual and there doesn't...
10
by: Curious | last post by:
G'day all I'm working on a challenge given to me. The Javascript I have been given parses the user input in two ways. Firstly it generates two numbers. One is the sum of the CharCodes and the...
0
by: didgerman | last post by:
Chaps, I'm looking for a brute force string search. I'd like to use it on a form and out the result of each 'pass' into a text box line. Cheers
11
by: ago | last post by:
Inspired by some recent readings on LinuxJournal and an ASPN recipe, I decided to revamp my old python hack... The new code is a combination of (2) reduction methods and brute force and it is quite...
5
by: Senthilkumar | last post by:
Hi, I have been using my vb.net for 2 years now, basically for database application. I have a client who lost is password for the mimer database and nobody knows. So assuming if the password...
3
by: 9966 | last post by:
Well previously I've asked a lot of question regarding Travelling Salesman Problem and I got a lot of helpful feedback from here. Thanks again for helping me. Now I've completed the full code....
0
by: zensunni | last post by:
When Google searches for websites, does it just do a brute force character cycle of URLs to find all the pages/websites? If that's the case, then there are probably admin pages galore listed on...
11
by: estantep | last post by:
Hello, I am trying to find out an alternate way to brute-force a variable length vector with different variable length contents. int chromossome int max_value_for_each_chromossome
38
by: Boon | last post by:
Hello group, I've been toying with a simple sudoku solver. I meant for the code to be short and easy to understand. I figured "brute force is simple" -- who needs finesse, when you've got...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.