Auth token update feature
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Idoneità per principianti
- 35/100
Direzione di ricerca
Start by tracing sqlmap's -r request-file input and the handling of HTTP 401 responses. Check existing documentation and tests for request reloads or event hooks; done means providing a documented, tested way to run a Python refresh script on the specified event and continue with refreshed request data.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
I fuzz a target with a complex request I read in with -r.
That requests has special headers (no cookies) that also contain auth tokens that time out after x minutes.
A fuzz run takes however 4x+ the time than the lifetime of the auth token.
It would be great if there would be a feature that executes a python script on an event (in my case: HTTP code 401) and then re-read the -r file, hence the python script would get a new token and write it to the file.
My current workaround is to see at which item from the request sqlmap was fuzzing when it is terminating because the auth token has timed out, and skip all items that were completed until then with --skip, but that is a lot of hands-on work.
I think my problem is actually common so either there is already a way to deal with that and I didn't find it, or this is a feature that would be very useful.
Thank you!
- Lingua principale
- Python
- Stelle
- 38.5k
- Fork
- 6.4k
- Merge medio
- 3g 3h
- PR unite (30g)
- 1
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di sqlmapproject/sqlmap
-
-g returns no results Apertabug report
Difficoltà 4/5 3-5 giorni Idoneità per principianti 35/100
sqlmapproject/sqlmap#6009 ·
-
feature request
Difficoltà 4/5 3-5 giorni Idoneità per principianti 45/100
sqlmapproject/sqlmap#5424 · 9 commenti · 7 reazioni ·
-
feature request
Difficoltà 5/5 Più di una settimana Idoneità per principianti 25/100
sqlmapproject/sqlmap#5163 · 1 commento · 3 reazioni ·
-
feature request
Difficoltà 5/5 Più di una settimana Idoneità per principianti 25/100
sqlmapproject/sqlmap#4973 · 4 commenti ·
-
--sql-file Inquiry Aperta
Difficoltà 3/5 1-2 giorni Idoneità per principianti 25/100
sqlmapproject/sqlmap#4708 · 4 commenti ·