Skip to content

Commit

Permalink
Actually import requests when doing from pwn import *
Browse files Browse the repository at this point in the history
As per documentation, we claim to be importing `requests` globally
(https://github.com/Gallopsled/pwntools/blame/dev/docs/source/globals.rst#L100)

We should actually do this :)
  • Loading branch information
mariuszskon committed Sep 29, 2020
1 parent dc8d0e3 commit a33d89e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwn/toplevel.py
Expand Up @@ -5,6 +5,7 @@
import operator
import os
import re
import requests
import socks
import signal
import string
Expand Down

0 comments on commit a33d89e

Please sign in to comment.