Skip to main content

A sneaky web bot based on Selenium driven by ChromeDriver equipped with undetected-chromedriver (as bot detection bypass), Buster (as a reCAPTCHA solver), eavesdropper (as traffic interceptor), vpncmd (as free VPN rotator) let you breach the Internet as you please.

Project description

sneaky

version license pyversions
powered donate made

A sneaky web bot based on Selenium driven by ChromeDriver equipped with undetected-chromedriver (as bot detection bypass), Buster (as a reCAPTCHA solver), eavesdropper (as traffic interceptor), vpncmd (as free VPN rotator) let you breach the Internet as you please.

Hierarchy

sneaky
|---- SNEAKY()
|   |---- traffic
|   |---- request_traffic
|   |---- response_traffic
|   |---- capture_traffic()
|   |---- capture_request_traffic()
|   |---- capture_response_traffic()
|   |---- stop_capture_traffic()
|   |---- stop_capture_request_traffic()
|   |---- stop_capture_response_traffic()
|   |---- clear_traffic()
|   |---- clear_request_traffic()
|   |---- clear_response_traffic()
|   |---- quit()
|   |---- vpncmd # see https://github.com/foxe6/vpncmd#hierarchy
|   '---- driver # see https://selenium-python.readthedocs.io/api.html#module-selenium.webdriver.chrome.webdriver
|       |---- wait()
|       |---- sleep_random()
|       |---- format_element()
|       |---- print_element()
|       |---- pretty_format_element()
|       |---- pretty_print_element()
|       |---- get_console_log()
|       |---- is_xpath()
|       |---- exist()
|       |---- expand_shadow_dom()
|       |---- xpath()
|       |---- querySelectorAll()
|       |---- get_client_viewport_size()
|       |---- move_by_offset()
|       |---- move_to_xy()
|       |---- move_to_element()
|       |---- click()
|       |---- send_input()
|       |---- mimic_move_to_random_xy()
|       |---- mimic_move_to_xy()
|       |---- mimic_move_to_element()
|       |---- mimic_click_xy()
|       |---- mimic_click()
|       |---- mimic_send_chord()
|       '---- mimic_send_input()
|---- Keys()
|   |---- chord()
|   |   |---- keys
|   |   |---- actions()
|   |   '---- perform()
|   |---- pause()
|   |   |---- sec
|   |   '---- pause()
|   '---- pause_random()
|       |---- sec
|       '---- pause()
'---- chrome
    |---- Chrome()
    '---- devtools
        '---- protocol
            |---- browser
            |---- debugger
            |   |---- BreakLocation()
            |   |---- BreakpointId
            |   |---- CallFrame()
            |   |---- CallFrameId
            |   |---- DebugSymbols()
            |   |---- Location()
            |   |---- Scope()
            |   |---- ScriptLanguage
            |   |---- SearchMatch()
            |   |---- breakpointResolved()
            |   |---- paused()
            |   |---- resumed()
            |   |---- scriptFailedToParse()
            |   '---- scriptParsed()
            |---- dom
            |   |---- BackendNodeId
            |   |---- CompatibilityMode
            |   |---- NodeId
            |   |---- PseudoType
            |   |---- Quad
            |   |---- ShadowRootType
            |   |---- CSSComputedStyleProperty()
            |   |---- BackendNode()
            |   |---- ShapeOutsideInfo()
            |   |---- RGBA()
            |   |---- Rect()
            |   |---- BoxModel()
            |   |---- Node()
            |   |---- attributeModified()
            |   |---- attributeRemoved()
            |   |---- characterDataModified()
            |   |---- childNodeCountUpdated()
            |   |---- childNodeInserted()
            |   |---- childNodeRemoved()
            |   |---- documentUpdated()
            |   '---- setChildNodes()
            |---- domdebugger
            |   |---- DOMBreakpointType
            |   '---- EventListener()
            |---- emulation
            |   |---- MediaFeature()
            |   |---- ScreenOrientation()
            |   '---- DisplayFeature()
            |---- input
            |   |---- MouseButton
            |   |---- TimeSinceEpoch
            |   '---- TouchPoint()
            |---- io
            |   '---- StreamHandle
            |---- log
            |   |---- ViolationSetting()
            |   |---- LogEntry()
            |   '---- entryAdded()
            |---- network
            |   |---- BlockedReason
            |   |---- CertificateTransparencyCompliance
            |   |---- ConnectionType
            |   |---- CookieSameSite
            |   |---- CorsError
            |   |---- ErrorReason
            |   |---- Headers
            |   |---- InterceptionId
            |   |---- LoaderId
            |   |---- MonotonicTime
            |   |---- RequestId
            |   |---- ResourcePriority
            |   |---- ResourceType
            |   |---- ServiceWorkerResponseSource
            |   |---- TimeSinceEpoch
            |   |---- PostDataEntry()
            |   |---- WebSocketRequest()
            |   |---- CorsErrorStatus()
            |   |---- WebSocketFrame()
            |   |---- CachedResource()
            |   |---- Initiator()
            |   |---- WebSocketResponse()
            |   |---- SignedCertificateTimestamp()
            |   |---- CookieParam()
            |   |---- Request()
            |   |---- SecurityDetails()
            |   |---- Cookie()
            |   |---- ResourceTiming()
            |   |---- Response()
            |   |---- dataReceived()
            |   |---- eventSourceMessageReceived()
            |   |---- loadingFailed()
            |   |---- loadingFinished()
            |   |---- requestServedFromCache()
            |   |---- requestWillBeSent()
            |   |---- responseReceived()
            |   |---- webSocketClosed()
            |   |---- webSocketCreated()
            |   |---- webSocketFrameError()
            |   |---- webSocketFrameReceived()
            |   |---- webSocketFrameSent()
            |   |---- webSocketHandshakeResponseReceived()
            |   |---- webSocketWillSendHandshakeRequest()
            |   |---- webTransportClosed()
            |   |---- webTransportConnectionEstablished()
            |   '---- webTransportCreated()
            |---- page
            |   |---- DialogType
            |   |---- FrameId
            |   |---- ScriptIdentifier
            |   |---- TransitionType
            |   |---- FrameTree()
            |   |---- AppManifestError()
            |   |---- LayoutViewport()
            |   |---- NavigationEntry()
            |   |---- Viewport()
            |   |---- VisualViewport()
            |   |---- Frame()
            |   |---- domContentEventFired()
            |   |---- fileChooserOpened()
            |   |---- frameAttached()
            |   |---- frameDetached()
            |   |---- frameNavigated()
            |   |---- interstitialHidden()
            |   |---- interstitialShown()
            |   |---- javascriptDialogClosed()
            |   |---- javascriptDialogOpening()
            |   |---- lifecycleEvent()
            |   |---- loadEventFired()
            |   '---- windowOpen()
            |---- performance
            |   |---- Metric()
            |   '---- metrics()
            |---- profiler
            |   |---- PositionTickInfo()
            |   |---- CoverageRange()
            |   |---- FunctionCoverage()
            |   |---- ScriptCoverage()
            |   |---- Profile()
            |   |---- ProfileNode()
            |   |---- consoleProfileFinished()
            |   '---- consoleProfileStarted()
            |---- runtime
            |   |---- ExecutionContextId
            |   |---- RemoteObjectId
            |   |---- ScriptId
            |   |---- TimeDelta
            |   |---- Timestamp
            |   |---- UnserializableValue
            |   |---- InternalPropertyDescriptor()
            |   |---- CallArgument()
            |   |---- StackTrace()
            |   |---- CallFrame()
            |   |---- ExecutionContextDescription()
            |   |---- RemoteObject()
            |   |---- ExceptionDetails()
            |   |---- PropertyDescriptor()
            |   |---- consoleAPICalled()
            |   |---- exceptionRevoked()
            |   |---- exceptionThrown()
            |   |---- executionContextCreated()
            |   |---- executionContextDestroyed()
            |   |---- executionContextsCleared()
            |   '---- inspectRequested()
            |---- security
            |   |---- CertificateErrorAction
            |   |---- CertificateId
            |   |---- MixedContentType
            |   |---- SecurityState
            |   '---- SecurityStateExplanation()
            '---- target
                |---- SessionID
                |---- TargetID
                |---- TargetInfo()
                |---- receivedMessageFromTarget()
                |---- targetCrashed()
                |---- targetCreated()
                |---- targetDestroyed()
                '---- targetInfoChanged()

Demo

sneaky

Example

python

See test.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

sneaky-0.5.0-py3-none-any.whl (36.1 kB view details)

Uploaded Python 3

File details

Details for the file sneaky-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: sneaky-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 36.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for sneaky-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b429156938cc07faacadea5760ab0d4e24d187fefa12dd2a120444e94f0f4e25
MD5 e92a7f96382984b539adec282bbe8698
BLAKE2b-256 b4043b299a1ca5d75877339dc5235d1368147b6a516dd2073382eddb839a5140

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page