Code Monkey home page Code Monkey logo

milky's People

Contributors

laiteux avatar velka-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

milky's Issues

milkynet

HttpMethod.OPTION should be HttpMethod.OPTIONS

[suggestion] proxy authentication

not sure if this is already implemented and i don't know how to use it, but it would be very useful for me

maybe add a custom format we can supply or something?
ex:

req.ProxyCredentials= "user:pass";
req.Proxy = "ip:port";

Cookies

Hi man. Thanks for the library. Would you mind helping a bit I can't get around enabling CookieContainer and sending custom cookie with the request. :/

[suggestion] Disable redirects option

Would you add an option to disable redirects? This could be done by ignoring the "Location" header from responses when you parse response headers.
Setting the MaximumAutomaticRedirects (Something like this, don't fully remember the name) integer to 0 will break the program.

Programme ne se lance pas + error code

Bonjour, je me permet d'écrire en français car mon anglais est pas térible...
J'ai voulu tester milky avec un de tes exemples (le checker Club_Cooee) et j'obtiens ce message d'erreur en lançant le programme :

Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at Milky.Models.Combo..ctor(String combo)
   at Milky_Examples.Club_Cooee_Checker.<>c.<Main>b__1_0(String combo) in C:\Users\Jojoyaknow\Desktop\Program.cs:line 21
   at System.Linq.Enumerable.SelectArrayIterator`2.ToList()
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at Milky_Examples.Club_Cooee_Checker.Main() in C:\Users\Jojoyaknow\Desktop\Program.cs:line 20
   at Milky_Examples.Club_Cooee_Checker.<Main>()

J'ai chercher comme je pouvais de mon côter, je ne m'y connais que très peux en c# donc mes compétences sont limités, désolé si la question peut paraître simple.

[suggestion] Default request headers

Add default request headers. They would be automatically added to a MilkyRequest upon creation.
This would make the code cleaner and would also just be a little easier to code.

EX:

Milky.RequestUtils.AddDefaultHeader("User-Agent", "Mozilla 4.0");
using (MilkyRequest req = new MilkyRequest())
{
     MilkyResponse resp = Milky.RequestUtils.Execute(req, HttpMethod.GET, "https://google.com");
//Sends GET request to google.com with "Mozilla 4.0" User-Agent header
}

Feature request: Color as optional parameter on CheckResult (based on hit/free)

Hello!
Title says it all, it's a feature request, its more like improving a current feature. Giving the option of choosing the color of the output in the console, based on Hit or Free. That way we don't have to mess with Milky's source (which I did to change), and we can change it using directly this function.

Might also be a good idea to add custom hit messages... But that's for the future 👍

Thanks for making Milky, it's amazing and make my life so much easier!

System.IO.FileNotFoundException

I got this error "System.IO.FileNotFoundException: 'Could not load file or assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.'"

This can be reproduce by importing Milky as reference.

Clear cookies on first request

Hello, I'm following the included example, however, I stumbled upon a weird issue, could be me for all I know, so I need to use cookies to keep the session up for capturing reasons, but whenever a next request "comes around", the session still seems to be alive and I have to kill it manually via calling a logout request or anything.

Is there any way to solve that, like, clear cookies or whatever before the first request for a given combo?

Proxy with v2

Hey, i've been using Milky for own personal use and when i saw V2 came out i started making a checker with it, but i've noticed there is no proxy example, would you please explain me how to use proxy?

SocksSharp Error

Unhandled exception. System.MissingMethodException: Method not found: 'Void SocksSharp.ProxyClientHandler1.set_AllowAutoRedirect(Boolean)'. at Milky.Models.Proxy.GetHttpMessageHandler() at Milky.Models.Proxy.GetHttpClient() at Milky.CheckerBuilder.WithProxies(IEnumerable1 proxies)
at Milky.CheckerBuilder.WithProxies(IEnumerable`1 proxies, ProxySettings settings)

I added this version of SocksSharp as a Reference "https://github.com/Laiteux/SocksSharp/releases/tag/1.1.0"
however i still get this message, when i checked the ProxyClientHandler class it indeed didnt have a set_AllowAutoRedirect Method
Did you maybe use a different version of SocksSharp?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.