Skip to content

Dolap uygulamasının api url'leri Burp Suite ile elde edilerek yapılan bir web arayüzü

Notifications You must be signed in to change notification settings

etuncercom/dolap_flask

Repository files navigation

dolap uygulamasının python flask ile web arayüzünün yapılması

**eğitim amaçlıdır, sorumluluk kabul edilmemektedir.**

api listesi:

url_list = {
    'kayit_url': 'https://api.dolap.com/member/',
    'dolap': 'https://api.dolap.com/member/closet',
    'followers_url': 'https://api.dolap.com/member/followers/',
    'followed_url': 'https://api.dolap.com/member/followedby/',
    'folllow_url': 'https://api.dolap.com/member/follow/',
    'unfolllow_url': 'https://api.dolap.com/member/unfollow/',
    'like_url': 'https://api.dolap.com/product/like/',
    'unlike_url': 'https://api.dolap.com/product/unlike/',
    'profil': 'https://dolap.com/profil/',
    'profil_oner': 'https://api.dolap.com/share/closet',
    'one_cikar': 'https://api-gateway.dolap.com/boost/product/',
    'one_cikar_eski': 'https://api.dolap.com/product/boost/',
    'urun_sil': 'https://api.dolap.com/product/close',
    'k_urun_ara': 'https://api.dolap.com/search',
    'urun_yorum': 'https://api.dolap.com/product/comment'
}

About

Dolap uygulamasının api url'leri Burp Suite ile elde edilerek yapılan bir web arayüzü

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published